Interface: LocalizedMessageOptions<TKeys, TInterpolationMap>
i18next/src.LocalizedMessageOptions
Type parameters
Name | Type |
---|---|
TKeys | extends TFunctionKeys = string |
TInterpolationMap | extends NonNullObject = StringMap |
Hierarchy
PartialLocalizedMessageOptions
<TInterpolationMap
>↳
LocalizedMessageOptions
Properties
allowedMentions
• Optional
allowedMentions: MessageMentionOptions
Inherited from
PartialLocalizedMessageOptions.allowedMentions
Defined in
node_modules/discord.js/typings/index.d.ts:5396
attachments
• Optional
attachments: MessageAttachment
[]
Inherited from
PartialLocalizedMessageOptions.attachments
Defined in
node_modules/discord.js/typings/index.d.ts:5400
components
• Optional
components: (MessageActionRow
<MessageActionRowComponent
, MessageActionRowComponentResolvable
, APIActionRowComponent
<APIMessageActionRowComponent
>> | Required
<BaseMessageComponentOptions
> & MessageActionRowOptions
<MessageActionRowComponentResolvable
>)[]
Inherited from
PartialLocalizedMessageOptions.components
Defined in
node_modules/discord.js/typings/index.d.ts:5395
embeds
• Optional
embeds: (MessageEmbed
| MessageEmbedOptions
| APIEmbed
)[]
Inherited from
PartialLocalizedMessageOptions.embeds
Defined in
node_modules/discord.js/typings/index.d.ts:5394
files
• Optional
files: (Stream
| FileOptions
| BufferResolvable
| MessageAttachment
)[]
Inherited from
PartialLocalizedMessageOptions.files
Defined in
node_modules/discord.js/typings/index.d.ts:5397
flags
• Optional
flags: BitFieldResolvable
<"SUPPRESS_EMBEDS"
, number
>
Inherited from
PartialLocalizedMessageOptions.flags
Defined in
node_modules/discord.js/typings/index.d.ts:5401
formatOptions
• Optional
formatOptions: TOptions
<TInterpolationMap
>
Inherited from
PartialLocalizedMessageOptions.formatOptions
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:176
keys
• keys: TKeys
| TKeys
[]
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:167
nonce
• Optional
nonce: string
| number
Inherited from
PartialLocalizedMessageOptions.nonce
Defined in
node_modules/discord.js/typings/index.d.ts:5392
reply
• Optional
reply: ReplyOptions
Inherited from
PartialLocalizedMessageOptions.reply
Defined in
node_modules/discord.js/typings/index.d.ts:5398
stickers
• Optional
stickers: StickerResolvable
[]
Inherited from
PartialLocalizedMessageOptions.stickers
Defined in
node_modules/discord.js/typings/index.d.ts:5399
tts
• Optional
tts: boolean
Inherited from
PartialLocalizedMessageOptions.tts
Defined in
node_modules/discord.js/typings/index.d.ts:5391