hoshii / Exports / Constants / ClientEvents

ClientEvents

Constants.ClientEvents

Table of contents

Properties

Properties

botServerMembershipCreate

botServerMembershipCreate: [server: Server]

Defined in

lib/Constants.ts:275


botServerMembershipDelete

botServerMembershipDelete: [server: Server]

Defined in

lib/Constants.ts:276


calendarEventCreate

calendarEventCreate: [calendar: CalendarEvent]

Defined in

lib/Constants.ts:277


calendarEventDelete

calendarEventDelete: [calendar: CalendarEvent]

Defined in

lib/Constants.ts:278


calendarEventRSVPDelete

calendarEventRSVPDelete: [calendar: CalendarEvent]

Defined in

lib/Constants.ts:279


calendarEventRSVPUpdate

calendarEventRSVPUpdate: [calendar: CalendarEvent]

Defined in

lib/Constants.ts:280


calendarEventUpdate

calendarEventUpdate: [calendar: CalendarEvent]

Defined in

lib/Constants.ts:281


channelMessageReactionCreate

channelMessageReactionCreate: [reaction: ChatMessageReactionInfo]

Defined in

lib/Constants.ts:282


channelMessageReactionDelete

channelMessageReactionDelete: [reaction: ChatMessageReactionInfo]

Defined in

lib/Constants.ts:283


chatMessageCreate

chatMessageCreate: [message: ChatMessage<TextChannel>]

Defined in

lib/Constants.ts:284


chatMessageDelete

chatMessageDelete: [message: PossiblyUncachedChatMessage]

Defined in

lib/Constants.ts:285


chatMessageUpdate

chatMessageUpdate: [message: ChatMessage<TextChannel>]

Defined in

lib/Constants.ts:286


debug

debug: [message: string]

Defined in

lib/Constants.ts:287


docCreate

docCreate: [doc: Doc]

Defined in

lib/Constants.ts:288


docDelete

docDelete: [doc: Doc]

Defined in

lib/Constants.ts:289


docUpdate

docUpdate: [doc: Doc]

Defined in

lib/Constants.ts:290


error

error: [error: Error]

Defined in

lib/Constants.ts:291


forumTopicCommentCreate

forumTopicCommentCreate: [comment: ForumTopicComment]

Defined in

lib/Constants.ts:292


forumTopicCommentDelete

forumTopicCommentDelete: [comment: ForumTopicComment]

Defined in

lib/Constants.ts:293


forumTopicCommentReactionCreate

forumTopicCommentReactionCreate: [reaction: ForumTopicReactionInfo]

Defined in

lib/Constants.ts:294


forumTopicCommentReactionDelete

forumTopicCommentReactionDelete: [reaction: ForumTopicReactionInfo]

Defined in

lib/Constants.ts:295


forumTopicCommentUpdate

forumTopicCommentUpdate: [comment: ForumTopicComment]

Defined in

lib/Constants.ts:296


forumTopicCreate

forumTopicCreate: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:297


forumTopicDelete

forumTopicDelete: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:298


forumTopicLock

forumTopicLock: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:299


forumTopicPin

forumTopicPin: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:300


forumTopicReactionCreate

forumTopicReactionCreate: [reaction: ForumTopicReactionInfo]

Defined in

lib/Constants.ts:301


forumTopicReactionDelete

forumTopicReactionDelete: [reaction: ForumTopicReactionInfo]

Defined in

lib/Constants.ts:302


forumTopicUnlock

forumTopicUnlock: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:303


forumTopicUnpin

forumTopicUnpin: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:304


forumTopicUpdate

forumTopicUpdate: [topic: ForumTopic<ForumChannel>]

Defined in

lib/Constants.ts:305


listItemComplete

listItemComplete: [list: ListItem]

Defined in

lib/Constants.ts:306


listItemCreate

listItemCreate: [list: ListItem]

Defined in

lib/Constants.ts:307


listItemDelete

listItemDelete: [list: ListItem]

Defined in

lib/Constants.ts:308


listItemUncomplete

listItemUncomplete: [list: ListItem]

Defined in

lib/Constants.ts:309


listItemUpdate

listItemUpdate: [list: ListItem]

Defined in

lib/Constants.ts:310


ready

ready: []

Defined in

lib/Constants.ts:311


serverChannelCreate

serverChannelCreate: [channel: AnyChannel]

Defined in

lib/Constants.ts:312


serverChannelDelete

serverChannelDelete: [channel: AnyChannel]

Defined in

lib/Constants.ts:313


serverChannelUpdate

serverChannelUpdate: [channel: AnyChannel]

Defined in

lib/Constants.ts:314


serverMemberBan

serverMemberBan: [member: ServerMemberBan]

Defined in

lib/Constants.ts:315


serverMemberJoin

serverMemberJoin: [member: ServerMember]

Defined in

lib/Constants.ts:316


serverMemberRemove

serverMemberRemove: [member: ServerMemberRemoveInfo]

Defined in

lib/Constants.ts:317


serverMemberUnban

serverMemberUnban: [member: ServerMemberBan]

Defined in

lib/Constants.ts:318


serverMemberUpdate

serverMemberUpdate: [member: ServerMemberUpdateInfo]

Defined in

lib/Constants.ts:319


serverRolesUpdate

serverRolesUpdate: [member: ServerMemberUpdateInfo]

Defined in

lib/Constants.ts:320


serverWebhookCreate

serverWebhookCreate: [webhook: Webhook]

Defined in

lib/Constants.ts:321open in new window


serverWebhookUpdate

serverWebhookUpdate: [webhook: Webhook]

Defined in

lib/Constants.ts:322open in new window


warn

warn: [message: string]

Defined in

lib/Constants.ts:323open in new window

Last Updated:
Contributors: Reinhardt