Skip to content

MessageReplyOptions

Extends

  • CreateJSONParams

Properties

content?

optional content: string

Inherited from

LilyMessage.CreateJSONParams.content

Defined in

core/dist/typings/message.d.ts:107


nonce?

optional nonce: string | number

Inherited from

LilyMessage.CreateJSONParams.nonce

Defined in

core/dist/typings/message.d.ts:108


embeds?

optional embeds: Structure[]

Inherited from

LilyMessage.CreateJSONParams.embeds

Defined in

core/dist/typings/message.d.ts:110


allowed_mentions?

optional allowed_mentions: AllowedMentionsStructure

Inherited from

LilyMessage.CreateJSONParams.allowed_mentions

Defined in

core/dist/typings/message.d.ts:111


message_reference?

optional message_reference: ReferenceStructure

Inherited from

LilyMessage.CreateJSONParams.message_reference

Defined in

core/dist/typings/message.d.ts:112


components?

optional components: Structure[]

Inherited from

LilyMessage.CreateJSONParams.components

Defined in

core/dist/typings/message.d.ts:113


sticker_ids?

optional sticker_ids: string[]

Inherited from

LilyMessage.CreateJSONParams.sticker_ids

Defined in

core/dist/typings/message.d.ts:114


files?

optional files: LilybirdAttachment[]

Inherited from

LilyMessage.CreateJSONParams.files

Defined in

core/dist/typings/message.d.ts:115


payload_json?

optional payload_json: string

Inherited from

LilyMessage.CreateJSONParams.payload_json

Defined in

core/dist/typings/message.d.ts:116


attachments?

optional attachments: Partial<AttachmentStructure>[]

Inherited from

LilyMessage.CreateJSONParams.attachments

Defined in

core/dist/typings/message.d.ts:117


flags?

optional flags: number

Inherited from

LilyMessage.CreateJSONParams.flags

Defined in

core/dist/typings/message.d.ts:118


enforce_nonce?

optional enforce_nonce: boolean

Inherited from

LilyMessage.CreateJSONParams.enforce_nonce

Defined in

core/dist/typings/message.d.ts:119


poll?

optional poll: CreateStructure

Inherited from

LilyMessage.CreateJSONParams.poll

Defined in

core/dist/typings/message.d.ts:120


tts?

optional tts: boolean

Overrides

LilyMessage.CreateJSONParams.tts

Defined in

transformers/src/factories/message.ts:30


suppressEmbeds?

optional suppressEmbeds: boolean

Defined in

transformers/src/factories/message.ts:31


suppressNotifications?

optional suppressNotifications: boolean

Defined in

transformers/src/factories/message.ts:32