Class AbstractBaseRequest<T,R>
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<T,R>
- Direct Known Subclasses:
AddStickerToSet
,AnswerCallbackQuery
,AnswerInlineQuery
,AnswerPreCheckoutQuery
,AnswerShippingQuery
,AnswerWebAppQuery
,ApproveChatJoinRequest
,BanChatMember
,BanChatSenderChat
,Close
,CloseForumTopic
,CloseGeneralForumTopic
,ConvertGiftToStars
,CopyMessage
,CopyMessages
,CreateChatInviteLink
,CreateChatSubscriptionInviteLink
,CreateForumTopic
,CreateInvoiceLink
,CreateNewStickerSet
,DeclineChatJoinRequest
,DeleteBusinessMessages
,DeleteChatPhoto
,DeleteChatStickerSet
,DeleteForumTopic
,DeleteMessage
,DeleteMessages
,DeleteMyCommands
,DeleteStickerFromSet
,DeleteStickerSet
,DeleteStory
,DeleteWebhook
,EditChatInviteLink
,EditChatSubscriptionInviteLink
,EditForumTopic
,EditGeneralForumTopic
,EditMessageCaption
,EditMessageChecklist
,EditMessageLiveLocation
,EditMessageMedia
,EditMessageReplyMarkup
,EditMessageText
,EditStory
,EditUserStarSubscription
,ExportChatInviteLink
,ForwardMessage
,ForwardMessages
,GetAvailableGifts
,GetBusinessAccountGifts
,GetBusinessAccountStarBalance
,GetBusinessConnection
,GetChat
,GetChatAdministrators
,GetChatMember
,GetChatMemberCount
,GetChatMenuButton
,GetCustomEmojiStickers
,GetFile
,GetForumTopicIconStickers
,GetGameHighScores
,GetMe
,GetMyCommands
,GetMyDefaultAdministratorRights
,GetMyDescription
,GetMyName
,GetMyStarBalance
,GetStarTransactions
,GetStickerSet
,GetUpdates
,GetUserChatBoosts
,GetUserProfilePhotos
,GetWebhookInfo
,GiftPremiumSubscription
,HideGeneralForumTopic
,LeaveChat
,LogOut
,PinChatMessage
,PostStory
,PromoteChatMember
,ReadBusinessMessage
,RefundStarPayment
,RemoveBusinessAccountProfilePhoto
,RemoveChatVerification
,RemoveUserVerification
,ReopenForumTopic
,ReopenGeneralForumTopic
,ReplaceStickerInSet
,RestrictChatMember
,RevokeChatInviteLink
,SavePreparedInlineMessage
,SendBuilder
,SendChatAction
,SendChecklist
,SendDice
,SendGift
,SendLocation
,SendPaidMedia
,SendPoll
,SetBusinessAccountBio
,SetBusinessAccountGiftSettings
,SetBusinessAccountName
,SetBusinessAccountProfilePhoto
,SetBusinessAccountUsername
,SetChatAdministratorCustomTitle
,SetChatDescription
,SetChatMenuButton
,SetChatPermissions
,SetChatPhoto
,SetChatStickerSet
,SetChatTitle
,SetCustomEmojiStickerSetThumbnail
,SetGameScore
,SetMessageReaction
,SetMyCommands
,SetMyDefaultAdministratorRights
,SetMyDescription
,SetMyName
,SetPassportDataErrors
,SetStickerEmojiList
,SetStickerKeywords
,SetStickerMaskPosition
,SetStickerPositionInSet
,SetStickerSetThumbnail
,SetStickerSetTitle
,SetUserEmojiStatus
,SetWebhook
,StopMessageLiveLocation
,StopPoll
,TransferBusinessAccountStars
,TransferGift
,UnbanChatMember
,UnbanChatSenderChat
,UnHideGeneralForumTopic
,UnpinAllChatMessages
,UnpinAllForumTopicMessages
,UnpinAllGeneralForumTopicMessages
,UnpinChatMessage
,UpgradeGift
,UploadStickerFile
,VerifyChat
,VerifyUser
Request builder class for Telegram methods
- Since:
- 3 March 2025
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractBaseRequest
(Api api, String methodName) AbstractBaseRequest
(Api api, String methodName, Type responseType) AbstractBaseRequest
(Object chat_id, Api api, String methodName, Type responseType) -
Method Summary
-
Constructor Details
-
AbstractBaseRequest
-
AbstractBaseRequest
-
AbstractBaseRequest
-
-
Method Details
-
exec
-