Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.sendGift(userId: UserId, giftId: GiftId, textSources: TextSourcesList): Boolean
suspend fun TelegramBot.sendGift(userId: UserId, giftId: GiftId, text: String, parseMode: ParseMode?): Boolean
suspend fun TelegramBot.sendGift(user: UserId, gift: Gift, text: String, parseMode: ParseMode?): Boolean