| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send | |
| pro.zackpollard.telegrambot.api.internal.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
SendableAudioMessage.SendableAudioMessageBuilder |
SendableAudioMessage.SendableAudioMessageBuilder.audio(InputFile audio) |
SendableDocumentMessage.SendableDocumentMessageBuilder |
SendableDocumentMessage.SendableDocumentMessageBuilder.document(InputFile document) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.photo(InputFile photo) |
SendableStickerMessage.SendableStickerMessageBuilder |
SendableStickerMessage.SendableStickerMessageBuilder.sticker(InputFile sticker) |
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.video(InputFile video) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
SendableVoiceMessage.SendableVoiceMessageBuilder.voice(InputFile voice) |
| Constructor and Description |
|---|
SendableAudioMessage(InputFile audio,
int duration,
String performer,
String title,
Message replyTo,
ReplyMarkup replyMarkup,
boolean disableNotification) |
SendableDocumentMessage(InputFile document,
Message replyTo,
ReplyMarkup replyMarkup,
boolean disableNotification,
String caption) |
SendablePhotoMessage(InputFile photo,
String caption,
Message replyTo,
ReplyMarkup replyMarkup,
boolean disableNotification) |
SendableStickerMessage(InputFile sticker,
Message replyTo,
ReplyMarkup replyMarkup,
boolean disableNotification) |
| Constructor and Description |
|---|
FileContainer(InputFile inputFile) |
Copyright © 2016. All rights reserved.