sendGiftToChat
suspend fun TelegramBot.sendGiftToChat(chatId: ChatIdentifier, giftId: GiftId, text: String, parseMode: ParseMode?, upgradableToUnique: Boolean = false): Boolean
suspend fun TelegramBot.sendGiftToChat(chatId: ChatIdentifier, giftId: GiftId, textSources: TextSourcesList, upgradableToUnique: Boolean = false): Boolean
suspend fun TelegramBot.sendGiftToChat(chat: PublicChat, giftId: GiftId, text: String, parseMode: ParseMode?): Boolean
suspend fun TelegramBot.sendGiftToChat(chat: PublicChat, giftId: GiftId, text: String, parseMode: ParseMode?, upgradableToUnique: Boolean): Boolean
suspend fun TelegramBot.sendGiftToChat(chatId: ChatIdentifier, gift: Gift, text: String, parseMode: ParseMode?): Boolean
suspend fun TelegramBot.sendGiftToChat(chatId: ChatIdentifier, gift: Gift, text: String, parseMode: ParseMode?, upgradableToUnique: Boolean): Boolean
suspend fun TelegramBot.sendGiftToChat(chat: PublicChat, gift: Gift, text: String, parseMode: ParseMode?): Boolean
suspend fun TelegramBot.sendGiftToChat(chat: PublicChat, gift: Gift, text: String, parseMode: ParseMode?, upgradableToUnique: Boolean): Boolean