Interface EventMap

Hierarchy

Properties

message.group: ((event: GroupMessageEvent) => void)

Type declaration

message.group.anonymous: ((event: GroupMessageEvent) => void)

Type declaration

message.group.normal: ((event: GroupMessageEvent) => void)

Type declaration

message.private: ((event: PrivateMessageEvent) => void)

Type declaration

message.private.friend: ((event: PrivateMessageEvent) => void)

Type declaration

message.private.group: ((event: PrivateMessageEvent) => void)

Type declaration

message.private.other: ((event: PrivateMessageEvent) => void)

Type declaration

message.private.self: ((event: PrivateMessageEvent) => void)

Type declaration

notice.friend.decrease: ((event: FriendDecreaseEvent) => void)

Type declaration

notice.friend.increase: ((event: FriendIncreaseEvent) => void)

Type declaration

notice.friend.poke: ((event: FriendPokeEvent) => void)

Type declaration

notice.friend.recall: ((event: FriendRecallEvent) => void)

Type declaration

notice.group.admin: ((event: GroupAdminEvent) => void)

Type declaration

notice.group.ban: ((event: GroupMuteEvent) => void)

Type declaration

notice.group.decrease: ((event: MemberDecreaseEvent) => void)

Type declaration

notice.group.increase: ((event: MemberIncreaseEvent) => void)

Type declaration

notice.group.poke: ((event: GroupPokeEvent) => void)

Type declaration

notice.group.recall: ((event: GroupRecallEvent) => void)

Type declaration

notice.group.transfer: ((event: GroupTransferEvent) => void)

Type declaration

request.friend: ((event: FriendRequestEvent) => void)

Type declaration

request.friend.add: ((event: FriendRequestEvent) => void)

Type declaration

request.friend.single: ((event: FriendRequestEvent) => void)

Type declaration

request.group: ((event: GroupRequestEvent | GroupInviteEvent) => void)

Type declaration

request.group.add: ((event: GroupRequestEvent) => void)

Type declaration

request.group.invite: ((event: GroupInviteEvent) => void)

Type declaration

Methods

Generated using TypeDoc