docs: Add MessageActivityType
(v13)
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -50,6 +50,7 @@ import {
|
||||
APISelectMenuComponent,
|
||||
APITemplateSerializedSourceGuild,
|
||||
APIUser,
|
||||
MessageActivityType,
|
||||
GatewayOpcodes,
|
||||
GatewayVoiceServerUpdateDispatchData,
|
||||
GatewayVoiceStateUpdateDispatchData,
|
||||
@@ -5790,7 +5791,7 @@ export interface MessageActionRowOptions<
|
||||
|
||||
export interface MessageActivity {
|
||||
partyId: string;
|
||||
type: ActivityFlags;
|
||||
type: MessageActivityType;
|
||||
}
|
||||
|
||||
export interface BaseButtonOptions extends BaseMessageComponentOptions {
|
||||
|
Reference in New Issue
Block a user