Type
public enum `Type`: Int
Depicts what kind of message was sent in chat
-
Regular sent message
Declaration
Swift
case `default`
-
Someone was added to group message
Declaration
Swift
case recipientAdd
-
Someone was removed from group message
Declaration
Swift
case recipientRemove
-
Someone called the group message
Declaration
Swift
case call
-
Somone changed the group’s name message
Declaration
Swift
case channelNameChange
-
Someone changed the group’s icon message
Declaration
Swift
case channelIconChange
-
Somone pinned a message in this channel message
Declaration
Swift
case channelPinnedMessage
-
Someone just joined the guild message
Declaration
Swift
case guildMemberJoin