File Message Update Params
Represents a file message params.
Since
3.0.52
See also
Constructors
Functions
Link copied to clipboard
fun copy(data: String? = this.data, customType: String? = this.customType, mentionType: MentionType = this.mentionType, mentionedUserIds: List<String>? = this.mentionedUserIds, mentionedUsers: List<User>? = this.mentionedUsers): FileMessageUpdateParams
Content copied to clipboard
Properties
Link copied to clipboard
The mention type of the message. Defaults to MentionType.USERS.