verifyChat

suspend fun TelegramBot.verifyChat(chatId: ChatIdentifier, description: String? = null): Boolean


suspend fun TelegramBot.verifyChat(chat: Chat, description: String? = null): Boolean

This method may call verifyUser in case when chat is PrivateChat