| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
static SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.builder()
This builder will allow you to progressively construct this object.
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.caption(String caption)
*Optional*
Sets the caption that you want to send with the Message
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.disableNotification(boolean disableNotification)
*Optional*
Sets whether or not to disable any notification this message might usually cause.
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.duration(int duration)
*Optional*
Sets the duration of the video file to be sent
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.height(int height)
*Optional*
Sets the height of the video file to be sent
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.replyMarkup(ReplyMarkup replyMarkup)
*Optional*
Sets the ReplyMarkup that you want to send with the message
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.replyTo(long replyTo)
*Optional*
Sets the ID of the message you want to reply to
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.replyTo(Message replyTo)
*Optional*
Sets the Message object that you want to reply to
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.video(InputFile video)
*Required*
Sets the video InputFile to be sent
|
SendableVideoMessage.SendableVideoMessageBuilder |
SendableVideoMessage.SendableVideoMessageBuilder.width(int width)
*Optional*
Sets the width of the video file to be sent
|
Copyright © 2017. All rights reserved.