MessageUpdate
@Serializable
Constructors
Link copied to clipboard
constructor(id: String, channelId: String, author: User? = null, content: String? = null, sentAt: String? = null, editedAt: String? = null, isTTS: Boolean? = null, mentionsEveryone: Boolean? = null, usersMentioned: List<User> = emptyList(), rolesIdsMentioned: List<String> = emptyList(), attachments: List<Attachment> = emptyList(), embeds: List<Embed> = emptyList(), reactions: List<Reaction> = emptyList(), validationNonce: String? = null, isPinned: Boolean? = null, webHookId: String? = null, type: MessageType? = null, activity: MessageActivity? = null, application: MessageApplication? = null)