Chat

constructor(id: Long, type: String, title: String? = null, username: String? = null, firstName: String? = null, lastName: String? = null, isForum: Boolean? = null, photo: ChatPhoto? = null, activeUsernames: List<String>? = null, availableReactions: List<ReactionType>? = null, accentColorId: Int? = null, backgroundCustomEmojiId: String? = null, profileAccentColorId: Int? = null, profileBackgroundCustomEmojiId: String? = null, emojiStatusCustomEmojiId: String? = null, emojiStatusExpirationDate: Int? = null, bio: String? = null, hasPrivateForwards: Boolean? = null, hasRestrictedVoiceAndVideoMessages: Boolean? = null, joinToSendMessages: Boolean? = null, joinByRequest: Boolean? = null, description: String? = null, inviteLink: String? = null, pinnedMessage: Message? = null, permissions: ChatPermissions? = null, slowModeDelay: Int? = null, unrestrictBoostCount: Int? = null, messageAutoDeleteTime: Int? = null, hasAggressiveAntiSpamEnabled: Boolean? = null, hasHiddenMembers: Boolean? = null, hasProtectedContent: Boolean? = null, hasVisibleHistory: Boolean? = null, stickerSetName: String? = null, canSetStickerSet: Boolean? = null, customEmojiStickerSetName: String? = null, linkedChatId: Int? = null, location: ChatLocation? = null)(source)