Uses of Interface
com.jtelegram.api.requests.framework.TelegramRequest
-
-
Uses of TelegramRequest in com.jtelegram.api
Methods in com.jtelegram.api with parameters of type TelegramRequest Modifier and Type Method Description voidTelegramBot. perform(TelegramRequest request) -
Uses of TelegramRequest in com.jtelegram.api.requests
Classes in com.jtelegram.api.requests that implement TelegramRequest Modifier and Type Class Description classGetFileclassGetMeclassGetUpdatesMethod for polling and retrieve latest updatesclassGetUserProfilePhotos -
Uses of TelegramRequest in com.jtelegram.api.requests.chat
Classes in com.jtelegram.api.requests.chat that implement TelegramRequest Modifier and Type Class Description classGetChatclassGetChatAdministratorsclassGetChatMemberclassGetChatMembersCountclassLeaveChatclassSendChatAction -
Uses of TelegramRequest in com.jtelegram.api.requests.chat.admin
Classes in com.jtelegram.api.requests.chat.admin that implement TelegramRequest Modifier and Type Class Description classDeleteChatPhotoclassDeleteChatStickerSetclassExportChatInviteLinkclassKickChatMemberclassPinChatMessageclassPromoteChatMemberclassRestrictChatMemberclassSetChatDescriptionclassSetChatPhotoclassSetChatStickerSetclassSetChatTitleclassUnbanChatMemberclassUnpinChatMessage -
Uses of TelegramRequest in com.jtelegram.api.requests.framework
Classes in com.jtelegram.api.requests.framework that implement TelegramRequest Modifier and Type Class Description classAbstractTelegramRequestclassQueryTelegramRequest<T>A generic telegram request class which has a response beyond "OK"classUpdateTelegramRequestNot to be confused with Telegram Updates, this type of request doesn't have a result and merely just notifies the developer that the request was successful or there was an error.Methods in com.jtelegram.api.requests.framework that return TelegramRequest Modifier and Type Method Description TelegramRequestBotRequest. getRequest()Constructors in com.jtelegram.api.requests.framework with parameters of type TelegramRequest Constructor Description BotRequest(TelegramBot bot, TelegramRequest request) -
Uses of TelegramRequest in com.jtelegram.api.requests.game
Classes in com.jtelegram.api.requests.game that implement TelegramRequest Modifier and Type Class Description classGetGameHighScoresclassSetGameScore -
Uses of TelegramRequest in com.jtelegram.api.requests.inline
Classes in com.jtelegram.api.requests.inline that implement TelegramRequest Modifier and Type Class Description classAnswerCallbackQueryclassAnswerInlineQuery -
Uses of TelegramRequest in com.jtelegram.api.requests.message
Classes in com.jtelegram.api.requests.message that implement TelegramRequest Modifier and Type Class Description classDeleteMessageclassForwardMessageclassStopMessageLiveLocation -
Uses of TelegramRequest in com.jtelegram.api.requests.message.edit
Classes in com.jtelegram.api.requests.message.edit that implement TelegramRequest Modifier and Type Class Description classEditMessageCaptionclassEditMessageLiveLocationclassEditMessageMediaclassEditMessageReplyMarkupclassEditTextMessage -
Uses of TelegramRequest in com.jtelegram.api.requests.message.framework.req
Classes in com.jtelegram.api.requests.message.framework.req that implement TelegramRequest Modifier and Type Class Description classEditMessageRequest<T>classInputFileMessageRequest<T>classInputFileMessageUpdateclassSendableChatRequest<T>classSendableInlineRequest<T>classSendableInputFileInlineRequest<T>classSendableMessageRequest<T>classUpdatableChatRequestclassUserAdminChatRequest -
Uses of TelegramRequest in com.jtelegram.api.requests.message.send
Classes in com.jtelegram.api.requests.message.send that implement TelegramRequest Modifier and Type Class Description classSendAnimationclassSendAudioclassSendContactclassSendDocumentclassSendGameclassSendInvoiceclassSendLocationclassSendMediaGroupclassSendPhotoclassSendStickerclassSendTextclassSendVenueclassSendVideoclassSendVideoNoteclassSendVoice -
Uses of TelegramRequest in com.jtelegram.api.requests.payment
Classes in com.jtelegram.api.requests.payment that implement TelegramRequest Modifier and Type Class Description classAnswerPreCheckoutQueryclassAnswerShippingQuery -
Uses of TelegramRequest in com.jtelegram.api.requests.sticker
Classes in com.jtelegram.api.requests.sticker that implement TelegramRequest Modifier and Type Class Description classAddStickerclassCreateNewStickerSetclassDeleteStickerclassGetStickerSetclassSetStickerPositionclassUploadStickerFile -
Uses of TelegramRequest in com.jtelegram.api.requests.webhooks
Classes in com.jtelegram.api.requests.webhooks that implement TelegramRequest Modifier and Type Class Description classDeleteWebhookclassGetWebhookInfoclassSetWebhook
-