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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class PartialBotApiMethod
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Booleanabstract Booleanabstract Stringabstract Integerabstract Booleanabstract InputFilegetFile()abstract Stringabstract Stringabstract Integerabstract Booleanabstract ReplyKeyboardabstract ReplyParametersabstract Integerabstract SuggestedPostParametersMethods inherited from class PartialBotApiMethod
deserializeResponse, deserializeResponse, deserializeResponseArray, deserializeResponseSerializable, getMethod
-
Field Details
-
CHAT_ID_FIELD
- See Also:
-
MESSAGE_THREAD_ID_FIELD
- See Also:
-
DIRECT_MESSAGES_TOPIC_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:
-
MESSAGE_EFFECT_ID_FIELD
- See Also:
-
ALLOW_PAID_BROADCAST_FIELD
- See Also:
-
SUGGESTED_POST_PARAMETERS_FIELD
- See Also:
-
-
Constructor Details
-
SendMediaBotMethod
public SendMediaBotMethod()
-
-
Method Details
-
getChatId
-
getMessageThreadId
-
getDirectMessagesTopicId
-
getReplyToMessageId
-
getDisableNotification
-
getAllowSendingWithoutReply
-
getProtectContent
-
getFile
-
getFileField
-
getReplyParameters
-
getReplyMarkup
-
getMessageEffectId
-
getAllowPaidBroadcast
-
getSuggestedPostParameters
-