Class SendMediaBotMethod<T extends Serializable>
Object
PartialBotApiMethod<T>
SendMediaBotMethod<T>
- All Implemented Interfaces:
Validable
- Direct Known Subclasses:
SendAnimation,SendAudio,SendDocument,SendPhoto,SendSticker,SendVideo,SendVideoNote,SendVoice
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSendMediaBotMethod.SendMediaBotMethodBuilder<T extends Serializable,C extends SendMediaBotMethod<T>, B extends SendMediaBotMethod.SendMediaBotMethodBuilder<T, C, B>> Nested classes/interfaces inherited from class PartialBotApiMethod
PartialBotApiMethod.PartialBotApiMethodBuilder<T extends Serializable,C extends PartialBotApiMethod<T>, B extends PartialBotApiMethod.PartialBotApiMethodBuilder<T, C, B>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class PartialBotApiMethod
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PartialBotApiMethod
deserializeResponse, deserializeResponse, deserializeResponseArray, deserializeResponseSerializable, getMethod
-
Field Details
-
CHAT_ID_FIELD
- See Also:
-
MESSAGE_THREAD_ID_FIELD
- See Also:
-
REPLY_TO_MESSAGE_ID_FIELD
- See Also:
-
DISABLE_NOTIFICATION_FIELD
- See Also:
-
PROTECT_CONTENT_FIELD
- See Also:
-
ALLOW_SENDING_WITHOUT_REPLY_FIELD
- See Also:
-
REPLY_PARAMETERS_FIELD
- See Also:
-
REPLY_MARKUP_FIELD
- See Also:
-
-
Constructor Details
-
SendMediaBotMethod
public SendMediaBotMethod()
-
-
Method Details
-
getChatId
-
getMessageThreadId
-
getReplyToMessageId
-
getDisableNotification
-
getAllowSendingWithoutReply
-
getProtectContent
-
getFile
-
getFileField
-
getReplyParameters
-
getReplyMarkup
-