Current section
Files
Jump to
Current section
Files
include/kitazith@webhook@edit_EditPayload.hrl
-record(edit_payload, {
content :: kitazith@webhook@edit:edit_field(binary()),
embeds :: kitazith@webhook@edit:edit_field(list(kitazith@embed:embed())),
attachments :: kitazith@webhook@edit:edit_field(list(kitazith@attachment:attachment())),
components :: kitazith@webhook@edit:edit_field(list(kitazith@component:component())),
allowed_mentions :: kitazith@webhook@edit:edit_field(kitazith@allowed_mentions:allowed_mentions()),
flags :: kitazith@webhook@edit:edit_field(list(kitazith@webhook@edit:edit_payload_flag()))
}).