ExtendedGroupChatImpl

fun ExtendedGroupChatImpl(    id: ChatId,     title: String,     chatPhoto: ChatPhoto? = null,     permissions: ChatPermissions,     description: String = "",     inviteLink: String? = null,     pinnedMessage: Message? = null)