Interface: LocalizedInteractionReplyOptions<TKeys, TInterpolationMap>
i18next/src.LocalizedInteractionReplyOptions
Type parameters
Name | Type |
---|---|
TKeys | extends TFunctionKeys = string |
TInterpolationMap | extends NonNullObject = StringMap |
Hierarchy
PartialLocalizedInteractionReplyOptions
<TInterpolationMap
>↳
LocalizedInteractionReplyOptions
Properties
allowedMentions
• Optional
allowedMentions: MessageMentionOptions
Inherited from
PartialLocalizedInteractionReplyOptions.allowedMentions
Defined in
node_modules/discord.js/typings/index.d.ts:5396
attachments
• Optional
attachments: MessageAttachment
[]
Inherited from
PartialLocalizedInteractionReplyOptions.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
PartialLocalizedInteractionReplyOptions.components
Defined in
node_modules/discord.js/typings/index.d.ts:5395
embeds
• Optional
embeds: (MessageEmbed
| MessageEmbedOptions
| APIEmbed
)[]
Inherited from
PartialLocalizedInteractionReplyOptions.embeds
Defined in
node_modules/discord.js/typings/index.d.ts:5394
ephemeral
• Optional
ephemeral: boolean
Inherited from
PartialLocalizedInteractionReplyOptions.ephemeral
Defined in
node_modules/discord.js/typings/index.d.ts:5117
fetchReply
• Optional
fetchReply: boolean
Inherited from
PartialLocalizedInteractionReplyOptions.fetchReply
Defined in
node_modules/discord.js/typings/index.d.ts:5118
files
• Optional
files: (Stream
| FileOptions
| BufferResolvable
| MessageAttachment
)[]
Inherited from
PartialLocalizedInteractionReplyOptions.files
Defined in
node_modules/discord.js/typings/index.d.ts:5397
flags
• Optional
flags: BitFieldResolvable
<"SUPPRESS_EMBEDS"
| "EPHEMERAL"
, number
>
Inherited from
PartialLocalizedInteractionReplyOptions.flags
Defined in
node_modules/discord.js/typings/index.d.ts:5119
formatOptions
• Optional
formatOptions: TOptions
<TInterpolationMap
>
Inherited from
PartialLocalizedInteractionReplyOptions.formatOptions
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:172
keys
• keys: TKeys
| TKeys
[]
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:162
nonce
• Optional
nonce: string
| number
Inherited from
PartialLocalizedInteractionReplyOptions.nonce
Defined in
node_modules/discord.js/typings/index.d.ts:5392
threadId
• Optional
threadId: string
Inherited from
PartialLocalizedInteractionReplyOptions.threadId
Defined in
node_modules/discord.js/typings/index.d.ts:5982
tts
• Optional
tts: boolean
Inherited from
PartialLocalizedInteractionReplyOptions.tts
Defined in
node_modules/discord.js/typings/index.d.ts:5391