ExtendedSupergroupChatImpl

fun ExtendedSupergroupChatImpl(    id: ChatId,     title: String,     username: Username? = null,     chatPhoto: ChatPhoto? = null,     permissions: ChatPermissions,     description: String = "",     inviteLink: String? = null,     pinnedMessage: Message? = null,     stickerSetName: StickerSetName? = null,     slowModeDelay: Long? = null,     canSetStickerSet: Boolean = false,     linkedChannelChatId: ChatId? = null,     location: ChatLocation? = null,     requiresJoinForMessaging: Boolean = false,     requireAdminApproveToJoin: Boolean = false)