Interface: QuickReplyButtonInteractionEventInterface
Represents a quick reply button interaction event.Interface
QuickReplyButtonInteractionEventInterfaceExtends
Properties
button
button: object
payload
payload: string
text
text: string
Source
packages/wapi.js/src/webhook/events/interaction/interface.ts:39client
client: Client
The client instance associated with the event.
Inherited from
InteractionMessageEventInterface.client
Source
packages/wapi.js/src/webhook/events/base/interface.ts:18context
context: MessageContext
The context of the message.
Inherited from
InteractionMessageEventInterface.context
Source
packages/wapi.js/src/webhook/events/base/interface.ts:35messageId
messageId: string
The ID of the message.
Inherited from
InteractionMessageEventInterface.messageId
Source
packages/wapi.js/src/webhook/events/base/interface.ts:30timestamp
timestamp: number
The timestamp of the message.
Inherited from
InteractionMessageEventInterface.timestamp