docs / com.github.insanusmokrassar.TelegramBotAPI.requests.send.media / SendPhoto

SendPhoto

(common) fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, caption: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<PhotoContent>> (source)