Functions
reply
Link copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, media: List<MediaGroupMemberInputMedia>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, sticker: Sticker, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, video: VideoFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, voice: VoiceFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, photo: List<PhotoSize>, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, audio: AudioFile, entities: List<TextSource>, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, document: DocumentFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, video: VideoFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, voice: VoiceFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, photo: List<PhotoSize>, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, audio: AudioFile, text: String?, parseMode: ParseMode?, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, document: DocumentFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, animation: AnimationFile, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.reply(to: Message, animation: AnimationFile, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
replyWithAnimation
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithAnimation(to: Message, animation: AnimationFile, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAnimation(to: Message, animation: AnimationFile, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
replyWithAudio
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithAudio(to: Message, audio: AudioFile, entities: List<TextSource>, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAudio(to: Message, audio: AudioFile, text: String?, parseMode: ParseMode?, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
replyWithDocument
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithDocument(to: Message, document: DocumentFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithDocument(to: Message, document: InputFile, thumb: InputFile?, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithDocument(to: Message, document: DocumentFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithDocument(to: Message, document: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
replyWithDocumentsGroup
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithDocumentsGroup(to: Message, media: List<DocumentMediaGroupMemberInputMedia>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
replyWithMediaGroup
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithMediaGroup(to: Message, media: List<MediaGroupMemberInputMedia>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
replyWithPhoto
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithPhoto(to: Message, fileId: InputFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithPhoto(to: Message, photo: List<PhotoSize>, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithPhoto(to: Message, fileId: InputFile, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithPhoto(to: Message, photo: List<PhotoSize>, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
replyWithPlaylist
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithPlaylist(to: Message, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
replyWithSticker
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithSticker(to: Message, sticker: Sticker, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
replyWithVideo
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideo(to: Message, video: VideoFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideo(to: Message, video: VideoFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideo(to: Message, video: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideo(to: Message, video: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
replyWithVideoNote
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideoNote(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile?, duration: Long?, size: Int?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
replyWithVisualMediaGroup
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithVisualMediaGroup(to: Message, media: List<VisualMediaGroupMemberInputMedia>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
replyWithVoice
Link copied to clipboard
inline suspend fun RequestsExecutor.replyWithVoice(to: Message, voice: VoiceFile, entities: List<TextSource>, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVoice(to: Message, voice: InputFile, entities: List<TextSource>, duration: Long?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVoice(to: Message, voice: VoiceFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.replyWithVoice(to: Message, voice: InputFile, text: String?, parseMode: ParseMode?, duration: Long?, disableNotification: Boolean, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
sendAnimation
Link copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chat: Chat, animation: AnimationFile, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chat: Chat, animation: AnimationFile, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AnimationContent>
Content copied to clipboard
sendAudio
Link copied to clipboard
inline suspend fun RequestsExecutor.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: List<TextSource>, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendAudio(chat: Chat, audio: AudioFile, entities: List<TextSource>, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String?, parseMode: ParseMode?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAudio(chat: Chat, audio: AudioFile, text: String?, parseMode: ParseMode?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, performer: String?, title: String?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<AudioContent>
Content copied to clipboard
sendDocument
Link copied to clipboard
inline suspend fun RequestsExecutor.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendDocument(chat: Chat, document: DocumentFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile?, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendDocument(chat: Chat, document: InputFile, thumb: InputFile?, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendDocument(chat: Chat, document: DocumentFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendDocument(chat: Chat, document: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?, disableContentTypeDetection: Boolean?): ContentMessage<DocumentContent>
Content copied to clipboard
sendDocumentsGroup
Link copied to clipboard
suspend fun RequestsExecutor.sendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
suspend fun RequestsExecutor.sendDocumentsGroup(chat: Chat, media: List<DocumentMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
sendMediaGroup
Link copied to clipboard
suspend fun RequestsExecutor.sendMediaGroup(chatId: ChatIdentifier, media: List<MediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
suspend fun RequestsExecutor.sendMediaGroup(chat: Chat, media: List<MediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
sendPhoto
Link copied to clipboard
inline suspend fun RequestsExecutor.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendPhoto(chatId: ChatIdentifier, photo: List<PhotoSize>, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendPhoto(chat: Chat, fileId: InputFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendPhoto(chat: Chat, photo: List<PhotoSize>, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendPhoto(chatId: ChatIdentifier, photo: List<PhotoSize>, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendPhoto(chat: Chat, fileId: InputFile, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendPhoto(chat: Chat, photo: List<PhotoSize>, caption: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<PhotoContent>
Content copied to clipboard
sendPlaylist
Link copied to clipboard
suspend fun RequestsExecutor.sendPlaylist(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
suspend fun RequestsExecutor.sendPlaylist(chat: Chat, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
sendSticker
Link copied to clipboard
suspend fun RequestsExecutor.sendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendSticker(chatId: ChatIdentifier, sticker: Sticker, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendSticker(chat: Chat, sticker: InputFile, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendSticker(chat: Chat, sticker: Sticker, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<StickerContent>
Content copied to clipboard
sendVideo
Link copied to clipboard
inline suspend fun RequestsExecutor.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVideo(chat: Chat, video: VideoFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideo(chat: Chat, video: VideoFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVideo(chat: Chat, video: InputFile, thumb: InputFile?, entities: List<TextSource>, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideo(chat: Chat, video: InputFile, thumb: InputFile?, text: String?, parseMode: ParseMode?, duration: Long?, width: Int?, height: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoContent>
Content copied to clipboard
sendVideoNote
Link copied to clipboard
suspend fun RequestsExecutor.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile?, duration: Long?, size: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile?, duration: Long?, size: Int?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VideoNoteContent>
Content copied to clipboard
sendVisualMediaGroup
Link copied to clipboard
suspend fun RequestsExecutor.sendVisualMediaGroup(chatId: ChatIdentifier, media: List<VisualMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
suspend fun RequestsExecutor.sendVisualMediaGroup(chat: Chat, media: List<VisualMediaGroupMemberInputMedia>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?): List<MediaGroupMessage>
Content copied to clipboard
sendVoice
Link copied to clipboard
inline suspend fun RequestsExecutor.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVoice(chat: Chat, voice: VoiceFile, entities: List<TextSource>, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: List<TextSource>, duration: Long?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
inline suspend fun RequestsExecutor.sendVoice(chat: Chat, voice: InputFile, entities: List<TextSource>, duration: Long?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVoice(chat: Chat, voice: VoiceFile, text: String?, parseMode: ParseMode?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String?, parseMode: ParseMode?, duration: Long?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard
suspend fun RequestsExecutor.sendVoice(chat: Chat, voice: InputFile, text: String?, parseMode: ParseMode?, duration: Long?, disableNotification: Boolean, replyToMessageId: Long?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): ContentMessage<VoiceContent>
Content copied to clipboard