Join Update
Join updates are used to enter a friendchat channel.
Constructors
Link copied to clipboard
constructor(channelOwner: String, channelName: String, kickRank: Int, entries: List<UpdateFriendChatChannelFull.FriendChatEntry>)
constructor(channelOwner: String, channelNameBase37: Long, kickRank: Int, entries: List<UpdateFriendChatChannelFull.FriendChatEntry>)
Properties
Link copied to clipboard
the name of the friend chat channel. This name must be compatible with base-37 encoding, meaning it cannot have special symbols, and it must be 12 characters of less.
Link copied to clipboard
Link copied to clipboard
the name of the player who owns this channel
Link copied to clipboard
the list of friend chat entries to be added.