Functions
copyMessage
Link copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(toChatId: ChatIdentifier, message: Message, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(toChat: Chat, message: Message, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: Long, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: Long, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(toChatId: ChatIdentifier, message: Message, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: Long, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChat: Chat, toChat: Chat, messageId: Long, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(toChat: Chat, message: Message, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: Long, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: Long, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: Long, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
inline suspend fun RequestsExecutor.copyMessage(fromChat: Chat, toChat: Chat, messageId: Long, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Long
Content copied to clipboard
reply
Link copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, location: StaticLocation, disableNotification: Boolean, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, contact: Contact, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, animationType: DiceAnimationType?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<DiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, venue: Venue, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, entities: List<TextSource>, disableWebPagePreview: Boolean?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, text: String, parseMode: ParseMode?, disableWebPagePreview: Boolean?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, phoneNumber: String, firstName: String, lastName: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, location: StaticLocation, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, latitude: Double, longitude: Double, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
sendActionFindLocation
Link copied to clipboard
suspend fun RequestsExecutor.sendActionFindLocation(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionRecordAudio
Link copied to clipboard
suspend fun RequestsExecutor.sendActionRecordAudio(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionRecordVideo
Link copied to clipboard
suspend fun RequestsExecutor.sendActionRecordVideo(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionRecordVideoNote
Link copied to clipboard
suspend fun RequestsExecutor.sendActionRecordVideoNote(chatId: ChatIdentifier): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.sendActionRecordVideoNote(chat: Chat): Boolean
Content copied to clipboard
sendActionTyping
Link copied to clipboard
suspend fun RequestsExecutor.sendActionTyping(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionUploadAudio
Link copied to clipboard
suspend fun RequestsExecutor.sendActionUploadAudio(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionUploadDocument
Link copied to clipboard
suspend fun RequestsExecutor.sendActionUploadDocument(chatId: ChatIdentifier): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.sendActionUploadDocument(chat: Chat): Boolean
Content copied to clipboard
sendActionUploadPhoto
Link copied to clipboard
suspend fun RequestsExecutor.sendActionUploadPhoto(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionUploadVideo
Link copied to clipboard
suspend fun RequestsExecutor.sendActionUploadVideo(chatId: ChatIdentifier): Boolean
Content copied to clipboard
sendActionUploadVideoNote
Link copied to clipboard
suspend fun RequestsExecutor.sendActionUploadVideoNote(chatId: ChatIdentifier): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.sendActionUploadVideoNote(chat: Chat): Boolean
Content copied to clipboard
sendBotAction
Link copied to clipboard
suspend fun RequestsExecutor.sendBotAction(chatId: ChatIdentifier, action: BotAction): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.sendBotAction(chat: Chat, action: BotAction): Boolean
Content copied to clipboard
sendContact
Link copied to clipboard
suspend fun RequestsExecutor.sendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendContact(chat: Chat, contact: Contact, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<ContactContent>
Content copied to clipboard
sendDice
Link copied to clipboard
suspend fun RequestsExecutor.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<DiceContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendDice(chat: Chat, animationType: DiceAnimationType?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<DiceContent>
Content copied to clipboard
sendLocation
Link copied to clipboard
suspend fun RequestsExecutor.sendLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
sendMessage
Link copied to clipboard
suspend fun RequestsExecutor.sendMessage(chatId: ChatIdentifier, entities: List<TextSource>, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendMessage(chat: Chat, entities: List<TextSource>, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode?, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendMessage(chat: Chat, text: String, parseMode: ParseMode?, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
sendStaticLocation
Link copied to clipboard
suspend fun RequestsExecutor.sendStaticLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendStaticLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean, replyToMessageId: Long?, replyMarkup: KeyboardMarkup?): ContentMessage<LocationContent>
Content copied to clipboard
sendTextMessage
Link copied to clipboard
suspend fun RequestsExecutor.sendTextMessage(chatId: ChatIdentifier, entities: List<TextSource>, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendTextMessage(chat: Chat, entities: List<TextSource>, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode?, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode?, disableWebPagePreview: Boolean?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<TextContent>
Content copied to clipboard
sendVenue
Link copied to clipboard
suspend fun RequestsExecutor.sendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVenue(chat: Chat, venue: Venue, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVenue(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VenueContent>
Content copied to clipboard