- action(String) - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- address(String) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- AddStickerToSet - Class in io.github.ageofwar.telejam.methods
-
Use this method to add a new sticker to a set created by the bot.
- AddStickerToSet() - Constructor for class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- allMembersAreAdministrators() - Method in class io.github.ageofwar.telejam.chats.Group
-
- allowedUpdates(String...) - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- Animation - Class in io.github.ageofwar.telejam.media
-
This object represents an animation file to be displayed in the message containing a game.
- Animation(String, PhotoSize, String, String, Integer) - Constructor for class io.github.ageofwar.telejam.media.Animation
-
- Animation(String) - Constructor for class io.github.ageofwar.telejam.media.Animation
-
- animation(String) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- animation(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- AnimationMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a message.
- AnimationMessage(long, User, long, Chat, Message, Long, String, Animation, Text) - Constructor for class io.github.ageofwar.telejam.messages.AnimationMessage
-
- AnswerCallbackQuery - Class in io.github.ageofwar.telejam.methods
-
Use this method to send answers to callback queries sent from inline keyboards.
- AnswerCallbackQuery() - Constructor for class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- AnswerInlineQuery - Class in io.github.ageofwar.telejam.methods
-
Use this method to send answers to an inline query.
- AnswerInlineQuery() - Constructor for class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- AnswerPreCheckoutQuery - Class in io.github.ageofwar.telejam.methods
-
Once the user has confirmed their payment and shipping details,
the Bot API sends the final confirmation in the form of an Update
with the field pre_checkout_query.
- AnswerPreCheckoutQuery() - Constructor for class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
-
- AnswerShippingQuery - Class in io.github.ageofwar.telejam.methods
-
If you sent an invoice requesting a shipping address and the parameter
is_flexible was specified, the Bot API will send an Update with a
shipping_query field to the bot.
- AnswerShippingQuery() - Constructor for class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- append(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text to this TextBuilder.
- append(Text) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text to this TextBuilder.
- append(TextBuilder) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text builder to this TextBuilder.
- appendBold(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a bold text to this TextBuilder.
- appendBotCommand(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a bot command to this TextBuilder.
- appendCashtag(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a cashtag to this TextBuilder.
- appendCode(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a code text to this TextBuilder.
- appendCodeBlock(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a code block text to this TextBuilder.
- appendEmail(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends an email to this TextBuilder.
- appendHashtag(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends an hashtag to this TextBuilder.
- appendItalic(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a italic text to this TextBuilder.
- appendLink(Link) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a link to this TextBuilder.
- appendLink(String, String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a link to this TextBuilder.
- appendMention(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a mention to this TextBuilder.
- appendMention(User) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a mention to this TextBuilder, or a text mention
if the username is not available.
- appendMention(String, long) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
- appendPhoneNumber(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a phone number to this TextBuilder.
- appendTextMention(Mention) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text mention to this TextBuilder.
- appendTextMention(String, User) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text mention to this TextBuilder.
- appendTextMention(User) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a text mention to this TextBuilder.
- appendUrl(String) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Appends a bot command to this TextBuilder.
- Audio - Class in io.github.ageofwar.telejam.media
-
This object represents an audio file to be treated as music by the Telegram clients.
- Audio(String, int, String, String, String, Integer, PhotoSize) - Constructor for class io.github.ageofwar.telejam.media.Audio
-
- Audio(String, int) - Constructor for class io.github.ageofwar.telejam.media.Audio
-
- audio(String) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- audio(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- AudioMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a message.
- AudioMessage(long, User, long, Chat, Message, Long, String, Audio, Text) - Constructor for class io.github.ageofwar.telejam.messages.AudioMessage
-
- available() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
-
Returns the number of updates that can be read from this update reader without blocking by the
next invocation read method for this update reader.
- cacheTime(Integer) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- cacheTime(Integer) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- CallbackDataHandler - Interface in io.github.ageofwar.telejam.callbacks
-
Interface that handles callback data received from a bot.
- CallbackDataInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- CallbackDataInlineKeyboardButton(String, String) - Constructor for class io.github.ageofwar.telejam.inline.CallbackDataInlineKeyboardButton
-
Constructs a CallbackDataInlineKeyboardButton.
- CallbackGame - Class in io.github.ageofwar.telejam.games
-
A placeholder, currently holds no information.
- CallbackGameHandler - Interface in io.github.ageofwar.telejam.games
-
Interface that handles callback games received from a bot.
- CallbackGameInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- CallbackGameInlineKeyboardButton(String, CallbackGame) - Constructor for class io.github.ageofwar.telejam.inline.CallbackGameInlineKeyboardButton
-
Constructs a CallbackGameInlineKeyboardButton.
- CallbackGameInlineKeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.inline.CallbackGameInlineKeyboardButton
-
Constructs a CallbackGameInlineKeyboardButton.
- CallbackQuery - Class in io.github.ageofwar.telejam.callbacks
-
This object represents an incoming callback query from a callback button in an inline keyboard.
- CallbackQuery(String, User, Message, String, String, String) - Constructor for class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- CallbackQuery(String, User, String, String, String, String) - Constructor for class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- callbackQuery(String) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- callbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- CallbackQueryHandler - Interface in io.github.ageofwar.telejam.callbacks
-
Interface that handles callback queries received from a bot.
- CallbackQueryUpdate - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- CallbackQueryUpdate(long, CallbackQuery) - Constructor for class io.github.ageofwar.telejam.updates.CallbackQueryUpdate
-
- canAddWebPagePreviews(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- canAddWebPagePreviews() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canBeEdited() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canChangeInfo(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canChangeInfo() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canChangeInformation() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canDeleteMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canDeleteMessages() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canDeleteMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canEditMessage(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canEditMessage() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canEditMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canInviteUsers(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canInviteUsers() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canInviteUsers() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canPinMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPinMessages() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPinMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canPostMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPostMessages() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPostMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canPromoteMembers(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPromoteMembers() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canPromoteMembers() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canRestrictMembers(Boolean) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canRestrictMembers() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- canRestrictUsers() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canSendMediaMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- canSendMediaMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canSendMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- canSendMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- canSendOtherMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- canSendOtherMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- caption(String) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- caption(Text) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- cashtag(String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a cashtag.
- certificate(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- Channel - Class in io.github.ageofwar.telejam.chats
-
This class represents a channel.
- Channel(long, String, String) - Constructor for class io.github.ageofwar.telejam.chats.Channel
-
- ChannelPostEditHandler - Interface in io.github.ageofwar.telejam.messages
-
Interface that handles edited channel posts received from a bot.
- ChannelPostHandler - Interface in io.github.ageofwar.telejam.messages
-
Interface that handles channel posts received from a bot.
- ChannelPostUpdate - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- ChannelPostUpdate(long, Message) - Constructor for class io.github.ageofwar.telejam.updates.ChannelPostUpdate
-
- charAt(int) - Method in class io.github.ageofwar.telejam.text.Text
-
- Chat - Class in io.github.ageofwar.telejam.chats
-
This class represents a chat.
- Chat(long) - Constructor for class io.github.ageofwar.telejam.chats.Chat
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- chat(long) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- chat(String) - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- chat(Long) - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- chat(Chat) - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- ChatAdapter - Class in io.github.ageofwar.telejam.chats
-
JSON Adapter for class
Chat.
- ChatCreatedMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a chat created message.
- ChatCreatedMessage(long, User, long, Chat) - Constructor for class io.github.ageofwar.telejam.messages.ChatCreatedMessage
-
- ChatJoinHandler - Interface in io.github.ageofwar.telejam.messages
-
Interface that handles joins of the bot in a chat.
- ChatMember - Class in io.github.ageofwar.telejam.users
-
This object contains information about one member of a chat.
- ChatMember(User, ChatMember.Status, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.github.ageofwar.telejam.users.ChatMember
-
- ChatMember(User, ChatMember.Status) - Constructor for class io.github.ageofwar.telejam.users.ChatMember
-
- ChatMember.Status - Enum in io.github.ageofwar.telejam.users
-
- ChatPhoto - Class in io.github.ageofwar.telejam.chats
-
This object represents a chat photo.
- ChatPhoto(String, String) - Constructor for class io.github.ageofwar.telejam.chats.ChatPhoto
-
- ChosenInlineResult - Class in io.github.ageofwar.telejam.inline
-
Represents a result of an inline query that was
chosen by the user and sent to their chat partner.
- ChosenInlineResult(String, User, Location, String, String) - Constructor for class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- ChosenInlineResultUpdate - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- ChosenInlineResultUpdate(long, ChosenInlineResult) - Constructor for class io.github.ageofwar.telejam.updates.ChosenInlineResultUpdate
-
- close() - Method in class io.github.ageofwar.telejam.connection.UploadFile
-
- close() - Method in class io.github.ageofwar.telejam.LongPollingBot
-
- close() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
-
- code(String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a code.
- codeBlock(String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a code block.
- Command - Class in io.github.ageofwar.telejam.commands
-
Class representing a bot command.
- Command(String, Text) - Constructor for class io.github.ageofwar.telejam.commands.Command
-
- Command(String) - Constructor for class io.github.ageofwar.telejam.commands.Command
-
- CommandHandler - Interface in io.github.ageofwar.telejam.commands
-
Interface that handles commands received from a bot.
- concat(Text) - Method in class io.github.ageofwar.telejam.text.Text
-
Concatenates the specified text to the end of this text.
- ConnectedWebsiteMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a connected website message.
- ConnectedWebsiteMessage(long, User, long, Chat, Message, Long, String, String) - Constructor for class io.github.ageofwar.telejam.messages.ConnectedWebsiteMessage
-
- Contact - Class in io.github.ageofwar.telejam.contacts
-
This object represents a phone contact.
- Contact(String, String, String, Long, String) - Constructor for class io.github.ageofwar.telejam.contacts.Contact
-
- Contact(String, String) - Constructor for class io.github.ageofwar.telejam.contacts.Contact
-
- contact(Contact) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- ContactMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a contact message.
- ContactMessage(long, User, long, Chat, Message, String, Contact) - Constructor for class io.github.ageofwar.telejam.messages.ContactMessage
-
- containsMask(boolean) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- containsMask() - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- containsMasks(Boolean) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- CreateNewStickerSet - Class in io.github.ageofwar.telejam.methods
-
Use this method to create new sticker set owned by a user.
- CreateNewStickerSet() - Constructor for class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- currency(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- currency(Currency) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- Currency - Class in io.github.ageofwar.telejam.payments
-
Information about a currency.
- Currency(String, String, String, String, String, String, boolean, boolean, int, int, int) - Constructor for class io.github.ageofwar.telejam.payments.Currency
-
Creates a Currency.
- fileId(String) - Method in class io.github.ageofwar.telejam.methods.GetFile
-
- findLocation() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- firstName(String) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- force(Boolean) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- force() - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- ForceReply - Class in io.github.ageofwar.telejam.replymarkups
-
Upon receiving a message with this object, Telegram clients will display a
reply interface to the user (act as if the user has selected the bot‘s
message and tapped ’Reply').
- format(int, boolean) - Method in class io.github.ageofwar.telejam.payments.Currency
-
Converts a value to a price with this currency.
- Forward<T extends Message> - Class in io.github.ageofwar.telejam.messages
-
Class representing a forwarded message.
- Forward(long, User, long, Chat, T) - Constructor for class io.github.ageofwar.telejam.messages.Forward
-
- ForwardMessage - Class in io.github.ageofwar.telejam.methods
-
Use this method to forward messages of any kind.
- ForwardMessage() - Constructor for class io.github.ageofwar.telejam.methods.ForwardMessage
-
- ForwardMessageAdapter - Class in io.github.ageofwar.telejam.messages
-
- foursquareId(String) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- foursquareType(String) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- fromApiUrl(String, String) - Static method in class io.github.ageofwar.telejam.Bot
-
Constructs and returns a Telegram Bot with the API url
and ensures that it is a valid bot.
- fromChat(String) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- fromChat(long) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- fromChat(Chat) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- fromCode(String) - Static method in class io.github.ageofwar.telejam.payments.Currency
-
Returns the currency with the specified code.
- fromColumns(int, InlineKeyboardButton...) - Static method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
Returns a InlineKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromColumns(int, List<InlineKeyboardButton>) - Static method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
Returns a InlineKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromColumns(int, boolean, boolean, boolean, KeyboardButton...) - Static method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Returns a ReplyKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromColumns(int, KeyboardButton...) - Static method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Returns a ReplyKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromColumns(int, boolean, boolean, boolean, List<KeyboardButton>) - Static method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Returns a ReplyKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromColumns(int, List<KeyboardButton>) - Static method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Returns a ReplyKeyboardMarkup given the buttons and the
maximum number of columns in a row.
- fromFile(File) - Static method in class io.github.ageofwar.telejam.connection.UploadFile
-
Creates an UploadFile from the specified file.
- fromFile(String) - Static method in class io.github.ageofwar.telejam.connection.UploadFile
-
Creates an UploadFile from the specified file.
- fromJson(String, Class<T>) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method deserializes the specified Json into an object of the specified class.
- fromJson(String, Type) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method deserializes the specified Json into an object of the specified type.
- fromJson(Reader, Class<T>) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method deserializes the Json read from the specified reader into an object of the
specified class.
- fromJson(Reader, Type) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method deserializes the Json read from the specified reader into an object of the
specified type.
- fromResource(String) - Static method in class io.github.ageofwar.telejam.connection.UploadFile
-
Creates an UploadFile from the specified resource.
- fromToken(String) - Static method in class io.github.ageofwar.telejam.Bot
-
Constructs and returns a Telegram Bot with a
token and ensures that it is a valid bot.
- Game - Class in io.github.ageofwar.telejam.games
-
This object represents a game.
- Game(String, String, PhotoSize[], Text, Animation) - Constructor for class io.github.ageofwar.telejam.games.Game
-
- Game(String, String, PhotoSize[]) - Constructor for class io.github.ageofwar.telejam.games.Game
-
- GameHighScore - Class in io.github.ageofwar.telejam.games
-
This object represents one row of the high scores table for a game.
- GameHighScore(int, User, int) - Constructor for class io.github.ageofwar.telejam.games.GameHighScore
-
- GameMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a game message.
- GameMessage(long, User, long, Chat, Message, Long, String, Game) - Constructor for class io.github.ageofwar.telejam.messages.GameMessage
-
- gameShortName(String) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- genericTypeOf(Class<?>, Type...) - Static method in class io.github.ageofwar.telejam.json.Json
-
Returns a new parameterized type, applying typeArguments to rawType.
- get() - Method in class io.github.ageofwar.telejam.connection.Result
-
- getAddress() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getAddress() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
-
- getAddress() - Method in class io.github.ageofwar.telejam.locations.Venue
-
- getAllowedUpdates() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- getAmount() - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
-
- getAnimation() - Method in class io.github.ageofwar.telejam.games.Game
-
- getAnimation() - Method in class io.github.ageofwar.telejam.messages.AnimationMessage
-
- getArgs() - Method in class io.github.ageofwar.telejam.commands.Command
-
Returns the args of the command.
- getAudio() - Method in class io.github.ageofwar.telejam.messages.AudioMessage
-
- getAudioDuration() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getAudioFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- getAudioUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getAuthorSignature() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getBigFileId() - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
-
- getBoldText() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the bold strings in this text.
- getBotCommands() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the bot commands in this text.
- getCallbackGame() - Method in class io.github.ageofwar.telejam.inline.CallbackGameInlineKeyboardButton
-
- getCallbackQuery() - Method in class io.github.ageofwar.telejam.updates.CallbackQueryUpdate
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- getCaption() - Method in class io.github.ageofwar.telejam.media.InputMedia
-
- getCaption() - Method in class io.github.ageofwar.telejam.messages.AnimationMessage
-
Returns the text of the caption.
- getCaption() - Method in class io.github.ageofwar.telejam.messages.AudioMessage
-
- getCaption() - Method in class io.github.ageofwar.telejam.messages.DocumentMessage
-
Returns the text of the caption.
- getCaption() - Method in class io.github.ageofwar.telejam.messages.PhotoMessage
-
Returns the text of the caption.
- getCaption() - Method in class io.github.ageofwar.telejam.messages.VideoMessage
-
Returns the text of the caption.
- getCaption() - Method in class io.github.ageofwar.telejam.messages.VoiceMessage
-
Returns the text of the caption.
- getCashtags() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the cashtags in this text.
- getChannelPost() - Method in class io.github.ageofwar.telejam.updates.ChannelPostUpdate
-
- getChat() - Method in class io.github.ageofwar.telejam.messages.Message
-
- GetChat - Class in io.github.ageofwar.telejam.methods
-
Use this method to get up to date information about the chat
(current name of the user for one-on-one conversations,
current username of a user, group or channel, etc.).
- GetChat() - Constructor for class io.github.ageofwar.telejam.methods.GetChat
-
- GetChatAdministrators - Class in io.github.ageofwar.telejam.methods
-
Use this method to get a list of administrators in a chat.
- GetChatAdministrators() - Constructor for class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- getChatInstance() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- GetChatMember - Class in io.github.ageofwar.telejam.methods
-
Use this method to get information about a member of a chat.
- GetChatMember() - Constructor for class io.github.ageofwar.telejam.methods.GetChatMember
-
- GetChatMembersCount - Class in io.github.ageofwar.telejam.methods
-
Use this method to get the number of members in a chat.
- GetChatMembersCount() - Constructor for class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- getChosenInlineResult() - Method in class io.github.ageofwar.telejam.updates.ChosenInlineResultUpdate
-
- getCity() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getCode() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getCodeBlocks() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the code blocks in this text.
- getCodeText() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the codes in this text.
- getCommand(TextMessage) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Returns the
Command contained in the specified message,
or
null if the message is not a command.
- getConnectedWebsite() - Method in class io.github.ageofwar.telejam.messages.ConnectedWebsiteMessage
-
- getContact() - Method in class io.github.ageofwar.telejam.messages.ContactMessage
-
- getCountryCode() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getCurrency() - Method in class io.github.ageofwar.telejam.payments.Invoice
-
Returns the currency of the invoice.
- getCurrency() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getCurrency() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getData() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getData() - Method in class io.github.ageofwar.telejam.inline.CallbackDataInlineKeyboardButton
-
- getDate() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getDecimalSeparator() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getDescription() - Method in class io.github.ageofwar.telejam.connection.Result
-
- getDescription() - Method in class io.github.ageofwar.telejam.games.Game
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getDescription() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getDescription() - Method in class io.github.ageofwar.telejam.payments.Invoice
-
- getDisableWebPagePreview() - Method in class io.github.ageofwar.telejam.inline.InputTextMessageContent
-
- getDocument() - Method in class io.github.ageofwar.telejam.messages.DocumentMessage
-
- getDocumentFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getDocumentUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaAnimation
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.Video
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.VideoNote
-
- getDuration() - Method in class io.github.ageofwar.telejam.media.Voice
-
- getEditDate() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getEditedChannelPost() - Method in class io.github.ageofwar.telejam.updates.EditedChannelPostUpdate
-
- getEmail() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
-
- getEmails() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the emails in this text.
- getEmoji() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getEntities() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns the text entities.
- getErrorCode() - Method in class io.github.ageofwar.telejam.connection.Result
-
- getErrorCode() - Method in exception io.github.ageofwar.telejam.TelegramException
-
- getExponent() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getFile() - Method in class io.github.ageofwar.telejam.media.InputMedia
-
- GetFile - Class in io.github.ageofwar.telejam.methods
-
Use this method to get basic info about a file and prepare it for downloading.
- GetFile() - Constructor for class io.github.ageofwar.telejam.methods.GetFile
-
- getFileName() - Method in class io.github.ageofwar.telejam.connection.UploadFile
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- getFiles() - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- getFiles() - Method in interface io.github.ageofwar.telejam.methods.TelegramMethod
-
Return the file parameters of the method.
- getFiles() - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- getFirstName() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
-
- getFirstName() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
- getFirstName() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getFirstName() - Method in class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- getFirstName() - Method in class io.github.ageofwar.telejam.users.User
-
- getForwardedMessage() - Method in class io.github.ageofwar.telejam.messages.Forward
-
- getFoursquareId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getFoursquareId() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
-
- getFoursquareId() - Method in class io.github.ageofwar.telejam.locations.Venue
-
- getFoursquareType() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getFoursquareType() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
-
- getFoursquareType() - Method in class io.github.ageofwar.telejam.locations.Venue
-
- getGame() - Method in class io.github.ageofwar.telejam.messages.GameMessage
-
- GetGameHighScores - Class in io.github.ageofwar.telejam.methods
-
Use this method to get data for high score tables.
- GetGameHighScores() - Constructor for class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- getGameShortName() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getGameShortName() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGame
-
- getGifDuration() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getGifFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- getGifHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getGifUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getGifWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getHashtags() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the hashtags in this text.
- getHeight() - Method in class io.github.ageofwar.telejam.media.InputMediaAnimation
-
- getHeight() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
-
- getHeight() - Method in class io.github.ageofwar.telejam.media.PhotoSize
-
- getHeight() - Method in class io.github.ageofwar.telejam.media.Video
-
- getHeight() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getHideUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getId() - Method in class io.github.ageofwar.telejam.Bot
-
Returns the id of the bot.
- getId() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getId() - Method in class io.github.ageofwar.telejam.chats.Chat
-
- getId() - Method in class io.github.ageofwar.telejam.connection.InputFile
-
- getId() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
-
- getId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResult
-
- getId() - Method in class io.github.ageofwar.telejam.media.Animation
-
- getId() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getId() - Method in class io.github.ageofwar.telejam.media.Document
-
- getId() - Method in class io.github.ageofwar.telejam.media.PhotoSize
-
- getId() - Method in class io.github.ageofwar.telejam.media.Video
-
- getId() - Method in class io.github.ageofwar.telejam.media.VideoNote
-
- getId() - Method in class io.github.ageofwar.telejam.media.Voice
-
- getId() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getId() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getId() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
-
- getId() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
-
- getId() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getId() - Method in class io.github.ageofwar.telejam.updates.Update
-
- getId() - Method in class io.github.ageofwar.telejam.users.User
-
- getInlineKeyboard() - Method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
- getInlineMessageId() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getInlineMessageId() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- getInlineQuery() - Method in class io.github.ageofwar.telejam.updates.InlineQueryUpdate
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getInputMessageContent() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- getInputStream() - Method in class io.github.ageofwar.telejam.connection.UploadFile
-
- getInvoice() - Method in class io.github.ageofwar.telejam.messages.InvoiceMessage
-
- getInvoicePayload() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getInvoicePayload() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
-
- getInvoicePayloadField() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getItalicText() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the italic strings in this text.
- getKeyboard() - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
- getLabel() - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
-
- getLastErrorDate() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- getLastErrorMessage() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- getLastName() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
-
- getLastName() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
- getLastName() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getLastName() - Method in class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- getLastName() - Method in class io.github.ageofwar.telejam.users.User
-
- getLatitude() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getLatitude() - Method in class io.github.ageofwar.telejam.locations.Location
-
- getLeftChatMember() - Method in class io.github.ageofwar.telejam.messages.LeftChatMemberMessage
-
- getLength() - Method in class io.github.ageofwar.telejam.media.VideoNote
-
- getLength() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
-
- getLinks() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the links in this text with their relative urls.
- getLocale() - Method in class io.github.ageofwar.telejam.users.User
-
Returns the locale of the user.
- getLocation() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- getLocation() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
-
- getLocation() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
Returns the location of the inline query result location.
- getLocation() - Method in class io.github.ageofwar.telejam.inline.InputLocationMessageContent
-
Returns the location of the input location message content.
- getLocation() - Method in class io.github.ageofwar.telejam.locations.Venue
-
- getLocation() - Method in class io.github.ageofwar.telejam.messages.LocationMessage
-
- getLongitude() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getLongitude() - Method in class io.github.ageofwar.telejam.locations.Location
-
- getMaskPosition() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getMaxAmount() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getMaxConnections() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- GetMe - Class in io.github.ageofwar.telejam.methods
-
Returns basic information about the bot in form of a User object.
- getMedia() - Method in class io.github.ageofwar.telejam.media.InputMedia
-
- getMentions() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the mentions in this text.
- getMessage() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getMessage() - Method in class io.github.ageofwar.telejam.updates.EditedMessageUpdate
-
- getMessage() - Method in class io.github.ageofwar.telejam.updates.MessageUpdate
-
- getMessageText() - Method in class io.github.ageofwar.telejam.inline.InputTextMessageContent
-
- getMigrateToChatId() - Method in class io.github.ageofwar.telejam.connection.ResponseParameters
-
- getMimeType() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getMimeType() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getMimeType() - Method in class io.github.ageofwar.telejam.media.Animation
-
- getMimeType() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getMimeType() - Method in class io.github.ageofwar.telejam.media.Document
-
- getMimeType() - Method in class io.github.ageofwar.telejam.media.Video
-
- getMimeType() - Method in class io.github.ageofwar.telejam.media.Voice
-
- getMinAmount() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getMpeg4Duration() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getMpeg4FileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- getMpeg4Height() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getMpeg4Url() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getMpeg4Width() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getName() - Method in class io.github.ageofwar.telejam.commands.Command
-
Returns the name of the command.
- getName() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
Returns the name of the contact.
- getName() - Method in class io.github.ageofwar.telejam.media.Animation
-
- getName() - Method in class io.github.ageofwar.telejam.media.Document
-
- getName() - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- getName() - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- getName() - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
-
- getName() - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- getName() - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- getName() - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- getName() - Method in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.DeleteWebhook
-
- getName() - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- getName() - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- getName() - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- getName() - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- getName() - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- getName() - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- getName() - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetFile
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetMe
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetStickerSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- getName() - Method in class io.github.ageofwar.telejam.methods.GetWebhookInfo
-
- getName() - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- getName() - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- getName() - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- getName() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- getName() - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- getName() - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- getName() - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- getName() - Method in interface io.github.ageofwar.telejam.methods.TelegramMethod
-
Returns the name of the method.
- getName() - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- getName() - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- getName() - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- getName() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
-
- getName() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
-
- getName() - Method in class io.github.ageofwar.telejam.users.User
-
Returns the name of the user.
- getNativeSymbol() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getNewChatId() - Method in class io.github.ageofwar.telejam.messages.MigrateToChatIdMessage
-
- getNewChatMembers() - Method in class io.github.ageofwar.telejam.messages.NewChatMembersMessage
-
- getNewChatPhoto() - Method in class io.github.ageofwar.telejam.messages.NewChatPhotoMessage
-
- getNewChatTitle() - Method in class io.github.ageofwar.telejam.messages.NewChatTitleMessage
-
- getOffset() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
-
- getOffset() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
-
- getOldChatId() - Method in class io.github.ageofwar.telejam.messages.MigrateFromChatIdMessage
-
- getOrderInfo() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getOrderInfo() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.DeleteWebhook
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetFile
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetMe
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetStickerSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.GetWebhookInfo
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- getParameters() - Method in interface io.github.ageofwar.telejam.methods.TelegramMethod
-
Return the parameters of the method.
- getParameters() - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- getParameters() - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- getPath() - Method in class io.github.ageofwar.telejam.connection.InputFile
-
- getPendingUpdateCount() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- getPerformer() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getPerformer() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getPerformer() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
-
- getPhoneNumber() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
- getPhoneNumber() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getPhoneNumber() - Method in class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- getPhoneNumber() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
-
- getPhoneNumbers() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the phone numbers in this text.
- getPhoto() - Method in class io.github.ageofwar.telejam.games.Game
-
- getPhoto() - Method in class io.github.ageofwar.telejam.messages.PhotoMessage
-
- getPhotoFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getPhotoHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getPhotos() - Method in class io.github.ageofwar.telejam.users.UserProfilePhotos
-
- getPhotoUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getPhotoWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getPinnedMessage() - Method in class io.github.ageofwar.telejam.messages.MessagePinnedMessage
-
- getPoint() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
-
- getPosition() - Method in class io.github.ageofwar.telejam.games.GameHighScore
-
- getPostCode() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getPreCheckoutQuery() - Method in class io.github.ageofwar.telejam.updates.PreCheckoutQueryUpdate
-
- getPrices() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
-
- getProviderPaymentChargeId() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getQuery() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- getQuery() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
-
- getQuery() - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryCurrentChatInlineKeyboardButton
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGame
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getReplyMarkup() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- getReplyToMessage() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getResponseParameters() - Method in class io.github.ageofwar.telejam.connection.Result
-
- getResponseParameters() - Method in exception io.github.ageofwar.telejam.TelegramException
-
- getResultId() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- getRetryAfter() - Method in class io.github.ageofwar.telejam.connection.ResponseParameters
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.DeleteWebhook
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetChat
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetChatAdministrators
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetChatMembersCount
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetFile
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetMe
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetStickerSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.GetWebhookInfo
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.LeaveChat
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- getReturnType() - Method in interface io.github.ageofwar.telejam.methods.TelegramMethod
-
Returns the return type of the method.
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- getReturnType() - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- getScale() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
-
- getScore() - Method in class io.github.ageofwar.telejam.games.GameHighScore
-
- getSender() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
-
- getSender() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
-
- getSender() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
-
- getSender() - Method in class io.github.ageofwar.telejam.messages.Message
-
- getSender() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getSender() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
-
- getSetName() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getShiftX() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
-
- getShiftY() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
-
- getShippingAddress() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
-
- getShippingAddress() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
-
- getShippingOptionId() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getShippingOptionId() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getShippingQuery() - Method in class io.github.ageofwar.telejam.updates.ShippingQueryUpdate
-
- getSize() - Method in class io.github.ageofwar.telejam.connection.InputFile
-
- getSize() - Method in class io.github.ageofwar.telejam.media.Animation
-
- getSize() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getSize() - Method in class io.github.ageofwar.telejam.media.Document
-
- getSize() - Method in class io.github.ageofwar.telejam.media.PhotoSize
-
- getSize() - Method in class io.github.ageofwar.telejam.media.Video
-
- getSize() - Method in class io.github.ageofwar.telejam.media.VideoNote
-
- getSize() - Method in class io.github.ageofwar.telejam.media.Voice
-
- getSize() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getSmallFileId() - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
-
- getStartParameter() - Method in class io.github.ageofwar.telejam.payments.Invoice
-
- getStateField() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getStatus() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- getSticker() - Method in class io.github.ageofwar.telejam.messages.StickerMessage
-
- getStickerFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
-
- getStickers() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
-
- GetStickerSet - Class in io.github.ageofwar.telejam.methods
-
Use this method to get a sticker set.
- GetStickerSet() - Constructor for class io.github.ageofwar.telejam.methods.GetStickerSet
-
- getStreetLine1() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getStreetLine2() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
-
- getSuccessfulPayment() - Method in class io.github.ageofwar.telejam.messages.SuccessfulPaymentMessage
-
- getSwitchInlineQuery() - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryInlineKeyboardButton
-
- getSymbol() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getTelegramPaymentChargeId() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getText() - Method in class io.github.ageofwar.telejam.games.Game
-
Returns the text of the message.
- getText() - Method in class io.github.ageofwar.telejam.inline.InlineKeyboardButton
-
- getText() - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButton
-
- getText() - Method in class io.github.ageofwar.telejam.messages.TextMessage
-
Returns the text of the message.
- getText() - Method in class io.github.ageofwar.telejam.text.Link
-
Returns the text of the link.
- getText() - Method in class io.github.ageofwar.telejam.text.Mention
-
Returns the text of the mention.
- getTextMentions() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the text mentions in this text with their relative users.
- getThousandsSeparator() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getThumbHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getThumbHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getThumbHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getThumbHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getThumbHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.Animation
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.Document
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.InputMedia
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.Video
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.media.VideoNote
-
- getThumbnail() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- getThumbnailUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getThumbUrlField() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getThumbWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getThumbWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getThumbWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getThumbWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getThumbWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getTitle() - Method in class io.github.ageofwar.telejam.chats.Channel
-
- getTitle() - Method in class io.github.ageofwar.telejam.chats.Chat
-
Returns the title of the chat.
- getTitle() - Method in class io.github.ageofwar.telejam.chats.Group
-
- getTitle() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
-
- getTitle() - Method in class io.github.ageofwar.telejam.chats.SuperGroup
-
- getTitle() - Method in class io.github.ageofwar.telejam.games.Game
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- getTitle() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
-
- getTitle() - Method in class io.github.ageofwar.telejam.locations.Venue
-
Getter for property
title.
- getTitle() - Method in class io.github.ageofwar.telejam.media.Audio
-
- getTitle() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
-
- getTitle() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- getTitle() - Method in class io.github.ageofwar.telejam.payments.Invoice
-
- getTitle() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
-
- getTitle() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
-
- getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.Invoice
-
- getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
-
- getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- getTotalCount() - Method in class io.github.ageofwar.telejam.users.UserProfilePhotos
-
- getType() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
-
- getUntilDate() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- GetUpdates - Class in io.github.ageofwar.telejam.methods
-
Use this method to receive incoming updates using long polling.
- GetUpdates() - Constructor for class io.github.ageofwar.telejam.methods.GetUpdates
-
- getUpdates() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
-
Retrieves new updates received from the bot.
- getUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- getUrl() - Method in class io.github.ageofwar.telejam.inline.UrlInlineKeyboardButton
-
- getUrl() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
-
- getUrl() - Method in class io.github.ageofwar.telejam.text.Link
-
Returns the url of the link.
- getUrl() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- getUrls() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns a list containing all the urls in this text.
- getUser() - Method in class io.github.ageofwar.telejam.games.GameHighScore
-
- getUser() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
-
- getUser() - Method in class io.github.ageofwar.telejam.text.Mention
-
Returns the mentioned user.
- getUser() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
- getUserId() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
- getUsername() - Method in class io.github.ageofwar.telejam.Bot
-
Returns the username of the bot.
- getUsername() - Method in class io.github.ageofwar.telejam.chats.Channel
-
- getUsername() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
-
- getUsername() - Method in class io.github.ageofwar.telejam.chats.SuperGroup
-
- getUsername() - Method in class io.github.ageofwar.telejam.users.User
-
- GetUserProfilePhotos - Class in io.github.ageofwar.telejam.methods
-
Use this method to get a list of profile pictures for a user.
- GetUserProfilePhotos() - Constructor for class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- getVCard() - Method in class io.github.ageofwar.telejam.contacts.Contact
-
- getVCard() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- getVCard() - Method in class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- getVenue() - Method in class io.github.ageofwar.telejam.messages.VenueMessage
-
- getVideo() - Method in class io.github.ageofwar.telejam.messages.VideoMessage
-
- getVideoDuration() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getVideoFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- getVideoHeight() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getVideoNote() - Method in class io.github.ageofwar.telejam.messages.VideoNoteMessage
-
- getVideoUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getVideoWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- getVoice() - Method in class io.github.ageofwar.telejam.messages.VoiceMessage
-
- getVoiceDuration() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- getVoiceFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- getVoiceUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- GetWebhookInfo - Class in io.github.ageofwar.telejam.methods
-
Use this method to get current webhook status.
- getWidth() - Method in class io.github.ageofwar.telejam.media.InputMediaAnimation
-
- getWidth() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
-
- getWidth() - Method in class io.github.ageofwar.telejam.media.PhotoSize
-
- getWidth() - Method in class io.github.ageofwar.telejam.media.Video
-
- getWidth() - Method in class io.github.ageofwar.telejam.stickers.Sticker
-
- Group - Class in io.github.ageofwar.telejam.chats
-
This class represents a group chat.
- Group(long, String, boolean) - Constructor for class io.github.ageofwar.telejam.chats.Group
-
- init() - Static method in class io.github.ageofwar.telejam.payments.Currency
-
Loads currencies from the Telegram API.
- InlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- InlineKeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.inline.InlineKeyboardButton
-
Constructs an InlineKeyboardButton.
- InlineKeyboardButtonAdapter - Class in io.github.ageofwar.telejam.inline
-
- InlineKeyboardMarkup - Class in io.github.ageofwar.telejam.replymarkups
-
This object represents an inline keyboard that
appears right next to the message it belongs to.
- InlineKeyboardMarkup(InlineKeyboardButton[][]) - Constructor for class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
Constructs an InlineKeyboardMarkup
- InlineKeyboardMarkup(InlineKeyboardButton[]) - Constructor for class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
Constructs an InlineKeyboardMarkup
- InlineKeyboardMarkup(InlineKeyboardButton) - Constructor for class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
-
Constructs an InlineKeyboardMarkup
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- inlineMessage(String) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- InlineQuery - Class in io.github.ageofwar.telejam.inline
-
This object represents an incoming inline query.
- InlineQuery(String, User, Location, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQuery
-
- inlineQuery(String) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- inlineQuery(InlineQuery) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- InlineQueryHandler - Interface in io.github.ageofwar.telejam.inline
-
Interface that handles inline queries received from a bot.
- InlineQueryResult - Class in io.github.ageofwar.telejam.inline
-
This object represents one result of an inline query.
- InlineQueryResult(String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResult
-
Constructs an InlineQueryResult.
- InlineQueryResultAdapter - Class in io.github.ageofwar.telejam.inline
-
- InlineQueryResultArticle - Class in io.github.ageofwar.telejam.inline
-
Represents a link to an article or web page.
- InlineQueryResultArticle(String, String, InputMessageContent, InlineKeyboardMarkup, String, Boolean, String, String, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- InlineQueryResultArticle(String, String, InputMessageContent, InlineKeyboardMarkup, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
-
- InlineQueryResultAudio - Class in io.github.ageofwar.telejam.inline
-
Represents a link to an mp3 audio file.
- InlineQueryResultAudio(String, String, String, Text, String, Integer, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- InlineQueryResultAudio(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
-
- InlineQueryResultCachedAudio - Class in io.github.ageofwar.telejam.inline
-
Represents a link to an mp3 audio file stored on the Telegram servers.
- InlineQueryResultCachedAudio(String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- InlineQueryResultCachedAudio(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedAudio
-
- InlineQueryResultCachedDocument - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a file stored on the Telegram servers.
- InlineQueryResultCachedDocument(String, String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- InlineQueryResultCachedDocument(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedDocument
-
- InlineQueryResultCachedGif - Class in io.github.ageofwar.telejam.inline
-
Represents a link to an animated GIF file stored on the Telegram servers.
- InlineQueryResultCachedGif(String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- InlineQueryResultCachedGif(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedGif
-
- InlineQueryResultCachedMpeg4Gif - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on
the Telegram servers.
- InlineQueryResultCachedMpeg4Gif(String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- InlineQueryResultCachedMpeg4Gif(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedMpeg4Gif
-
- InlineQueryResultCachedPhoto - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a photo stored on the Telegram servers.
- InlineQueryResultCachedPhoto(String, String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- InlineQueryResultCachedPhoto(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedPhoto
-
- InlineQueryResultCachedSticker - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a sticker stored on the Telegram servers.
- InlineQueryResultCachedSticker(String, String, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
-
- InlineQueryResultCachedSticker(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
-
- InlineQueryResultCachedVideo - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a video file stored on the Telegram servers.
- InlineQueryResultCachedVideo(String, String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- InlineQueryResultCachedVideo(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVideo
-
- InlineQueryResultCachedVoice - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a voice message stored on the Telegram servers.
- InlineQueryResultCachedVoice(String, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- InlineQueryResultCachedVoice(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultCachedVoice
-
- InlineQueryResultContact - Class in io.github.ageofwar.telejam.inline
-
Represents a contact with a phone number.
- InlineQueryResultContact(String, String, String, String, InlineKeyboardMarkup, InputMessageContent, String, Integer, Integer, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- InlineQueryResultContact(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultContact
-
- InlineQueryResultDocument - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a file.
- InlineQueryResultDocument(String, String, Text, String, String, String, InlineKeyboardMarkup, InputMessageContent, String, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- InlineQueryResultDocument(String, String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultDocument
-
- InlineQueryResultGame - Class in io.github.ageofwar.telejam.inline
-
Represents a Game.
- InlineQueryResultGame(String, String, InlineKeyboardMarkup) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultGame
-
- InlineQueryResultGame(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultGame
-
- InlineQueryResultGif - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a photo.
- InlineQueryResultGif(String, String, Integer, Integer, Integer, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- InlineQueryResultGif(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultGif
-
- InlineQueryResultLocation - Class in io.github.ageofwar.telejam.inline
-
Represents a location on a map.
- InlineQueryResultLocation(String, Location, String, InlineKeyboardMarkup, InputMessageContent, String, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- InlineQueryResultLocation(String, Location, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
-
- InlineQueryResultMpeg4Gif - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound).
- InlineQueryResultMpeg4Gif(String, String, Integer, Integer, Integer, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- InlineQueryResultMpeg4Gif(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
-
- InlineQueryResultPhoto - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a photo.
- InlineQueryResultPhoto(String, String, String, Integer, Integer, String, String, Text, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- InlineQueryResultPhoto(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
-
- InlineQueryResultVenue - Class in io.github.ageofwar.telejam.inline
-
Represents a venue.
- InlineQueryResultVenue(String, Venue, InlineKeyboardMarkup, InputMessageContent, String, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- InlineQueryResultVenue(String, Venue) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
-
- InlineQueryResultVideo - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a page containing an embedded video player or a video file.
- InlineQueryResultVideo(String, String, String, String, String, Text, Integer, Integer, Integer, String, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- InlineQueryResultVideo(String, String, String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
-
- InlineQueryResultVoice - Class in io.github.ageofwar.telejam.inline
-
Represents a link to a voice recording in an .ogg container encoded with OPUS.
- InlineQueryResultVoice(String, String, String, Text, Integer, InlineKeyboardMarkup, InputMessageContent) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- InlineQueryResultVoice(String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
-
- InlineQueryUpdate - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- InlineQueryUpdate(long, InlineQuery) - Constructor for class io.github.ageofwar.telejam.updates.InlineQueryUpdate
-
- InputContactMessageContent - Class in io.github.ageofwar.telejam.inline
-
Represents the content of a contact message to be sent as the result of an inline query.
- InputContactMessageContent(String, String, String, String) - Constructor for class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- InputContactMessageContent(String, String) - Constructor for class io.github.ageofwar.telejam.inline.InputContactMessageContent
-
- InputFile - Class in io.github.ageofwar.telejam.connection
-
This object represents a file ready to be downloaded.
- InputFile(String, Integer, String) - Constructor for class io.github.ageofwar.telejam.connection.InputFile
-
- InputFile(String) - Constructor for class io.github.ageofwar.telejam.connection.InputFile
-
- InputLocationMessageContent - Class in io.github.ageofwar.telejam.inline
-
Represents the content of a location message to be sent as the result of an inline query.
- InputLocationMessageContent(Location) - Constructor for class io.github.ageofwar.telejam.inline.InputLocationMessageContent
-
- InputMedia - Class in io.github.ageofwar.telejam.media
-
This object represents the content of a media message to be sent.
- InputMedia(String, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMedia
-
Constructs an input media.
- InputMedia(UploadFile, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMedia
-
Constructs an input media.
- InputMediaAdapter - Class in io.github.ageofwar.telejam.media
-
- InputMediaAnimation - Class in io.github.ageofwar.telejam.media
-
Represents an animation to be sent.
- InputMediaAnimation(String, UploadFile, Text, Integer, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAnimation
-
Constructs an input media animation.
- InputMediaAnimation(String, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAnimation
-
Constructs an input media animation.
- InputMediaAnimation(UploadFile, UploadFile, Text, Integer, Integer, Integer) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAnimation
-
Constructs an input media animation.
- InputMediaAnimation(UploadFile, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAnimation
-
Constructs an input media animation.
- InputMediaAudio - Class in io.github.ageofwar.telejam.media
-
- InputMediaAudio(String, UploadFile, Text, Integer, String, String) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAudio
-
Constructs an input media audio.
- InputMediaAudio(UploadFile, UploadFile, Text, Integer, String, String) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAudio
-
Constructs an input media audio.
- InputMediaAudio(String, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAudio
-
Constructs an input media audio.
- InputMediaAudio(UploadFile, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaAudio
-
Constructs an input media audio.
- InputMediaDocument - Class in io.github.ageofwar.telejam.media
-
- InputMediaDocument(String, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaDocument
-
Constructs an input media document.
- InputMediaDocument(UploadFile, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaDocument
-
Constructs an input media document.
- InputMediaPhoto - Class in io.github.ageofwar.telejam.media
-
Represents a photo to be sent.
- InputMediaPhoto(String, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaPhoto
-
Constructs an input media photo.
- InputMediaPhoto(UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaPhoto
-
Constructs an input media.
- InputMediaVideo - Class in io.github.ageofwar.telejam.media
-
Represents a video to be sent.
- InputMediaVideo(String, UploadFile, Text, Integer, Integer, Integer, Boolean) - Constructor for class io.github.ageofwar.telejam.media.InputMediaVideo
-
Constructs an input media video.
- InputMediaVideo(String, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaVideo
-
Constructs an input media video.
- InputMediaVideo(UploadFile, UploadFile, Text, Integer, Integer, Integer, Boolean) - Constructor for class io.github.ageofwar.telejam.media.InputMediaVideo
-
Constructs an input media.
- InputMediaVideo(UploadFile, UploadFile, Text) - Constructor for class io.github.ageofwar.telejam.media.InputMediaVideo
-
Constructs an input media.
- InputMessageContent - Interface in io.github.ageofwar.telejam.inline
-
This object represents the content of a message to be sent as a result of an inline query.
- InputMessageContentAdapter - Class in io.github.ageofwar.telejam.inline
-
- InputTextMessageContent - Class in io.github.ageofwar.telejam.inline
-
Represents the content of a text message to be sent as the result of an inline query.
- InputTextMessageContent(Text, Boolean) - Constructor for class io.github.ageofwar.telejam.inline.InputTextMessageContent
-
- InputTextMessageContent(Text) - Constructor for class io.github.ageofwar.telejam.inline.InputTextMessageContent
-
- InputVenueMessageContent - Class in io.github.ageofwar.telejam.inline
-
Represents the content of a venue message to be sent as the result of an inline query.
- InputVenueMessageContent(Venue) - Constructor for class io.github.ageofwar.telejam.inline.InputVenueMessageContent
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.chats.ChatAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.games.CallbackGame
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.inline.InlineKeyboardButtonAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.inline.InlineQueryResultAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.inline.InputMessageContentAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.keyboards.KeyboardButtonAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.media.InputMediaAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.messages.ForwardMessageAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.messages.MessageAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.methods.DeleteWebhook
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.methods.GetMe
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.methods.GetWebhookInfo
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.replymarkups.ReplyMarkupAdapter
-
- INSTANCE - Static variable in class io.github.ageofwar.telejam.updates.UpdateAdapter
-
- Invoice - Class in io.github.ageofwar.telejam.payments
-
This object contains basic information about an invoice.
- Invoice(String, String, String, Currency, int) - Constructor for class io.github.ageofwar.telejam.payments.Invoice
-
Constructs an Invoice.
- InvoiceMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents an invoice message.
- InvoiceMessage(long, User, long, Chat, Message, Long, String, Invoice) - Constructor for class io.github.ageofwar.telejam.messages.InvoiceMessage
-
- io.github.ageofwar.telejam - package io.github.ageofwar.telejam
-
- io.github.ageofwar.telejam.callbacks - package io.github.ageofwar.telejam.callbacks
-
- io.github.ageofwar.telejam.chats - package io.github.ageofwar.telejam.chats
-
- io.github.ageofwar.telejam.commands - package io.github.ageofwar.telejam.commands
-
- io.github.ageofwar.telejam.connection - package io.github.ageofwar.telejam.connection
-
- io.github.ageofwar.telejam.contacts - package io.github.ageofwar.telejam.contacts
-
- io.github.ageofwar.telejam.events - package io.github.ageofwar.telejam.events
-
- io.github.ageofwar.telejam.games - package io.github.ageofwar.telejam.games
-
- io.github.ageofwar.telejam.inline - package io.github.ageofwar.telejam.inline
-
- io.github.ageofwar.telejam.json - package io.github.ageofwar.telejam.json
-
- io.github.ageofwar.telejam.keyboards - package io.github.ageofwar.telejam.keyboards
-
- io.github.ageofwar.telejam.locations - package io.github.ageofwar.telejam.locations
-
- io.github.ageofwar.telejam.loggers - package io.github.ageofwar.telejam.loggers
-
- io.github.ageofwar.telejam.media - package io.github.ageofwar.telejam.media
-
- io.github.ageofwar.telejam.messages - package io.github.ageofwar.telejam.messages
-
- io.github.ageofwar.telejam.methods - package io.github.ageofwar.telejam.methods
-
- io.github.ageofwar.telejam.payments - package io.github.ageofwar.telejam.payments
-
- io.github.ageofwar.telejam.replymarkups - package io.github.ageofwar.telejam.replymarkups
-
- io.github.ageofwar.telejam.stickers - package io.github.ageofwar.telejam.stickers
-
- io.github.ageofwar.telejam.text - package io.github.ageofwar.telejam.text
-
- io.github.ageofwar.telejam.updates - package io.github.ageofwar.telejam.updates
-
- io.github.ageofwar.telejam.users - package io.github.ageofwar.telejam.users
-
- io.github.ageofwar.telejam.webhook - package io.github.ageofwar.telejam.webhook
-
- isAdmin() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
Returns whether or not this member is an administrator or a creator.
- isBot() - Method in class io.github.ageofwar.telejam.users.User
-
- isCommand() - Method in class io.github.ageofwar.telejam.messages.TextMessage
-
Returns whether or not this message is a command.
- isContainsMasks() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
-
- isEmpty() - Method in class io.github.ageofwar.telejam.text.Text
-
Returns
true if, and only if,
Text.text length is
0.
- isFlexible(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- isFlexible() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- isHasCustomCertificate() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
-
- isOneTimeKeyboard() - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
- isPersonal(Boolean) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- isPersonal() - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- isSelective() - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
- isSpaceBetween() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- isSymbolLeft() - Method in class io.github.ageofwar.telejam.payments.Currency
-
- italic(String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates an italic text.
- LabeledPrice - Class in io.github.ageofwar.telejam.payments
-
This object represents a portion of the price for goods or services.
- LabeledPrice(String, int) - Constructor for class io.github.ageofwar.telejam.payments.LabeledPrice
-
Constructs a LabeledPrice.
- lastName(String) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- latitude(Float) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- latitude(Float) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- latitude(Float) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- LeaveChat - Class in io.github.ageofwar.telejam.methods
-
Use this method for your bot to leave a group, supergroup or channel.
- LeaveChat() - Constructor for class io.github.ageofwar.telejam.methods.LeaveChat
-
- LeftChatMemberMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a message.
- LeftChatMemberMessage(long, User, long, Chat, User) - Constructor for class io.github.ageofwar.telejam.messages.LeftChatMemberMessage
-
- leftOrKicked() - Method in class io.github.ageofwar.telejam.users.ChatMember
-
Returns whether or not this member has left or was kicked.
- length() - Method in class io.github.ageofwar.telejam.text.Text
-
- length() - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Returns the length of the text.
- limit(Integer) - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- limit(Integer) - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- Link - Class in io.github.ageofwar.telejam.text
-
Class representing a link.
- Link(String, String) - Constructor for class io.github.ageofwar.telejam.text.Link
-
Constructs a link.
- link(Link) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a link.
- link(String, String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a link.
- livePeriod(Integer) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- Location - Class in io.github.ageofwar.telejam.locations
-
This object represents a point on the map.
- Location(float, float) - Constructor for class io.github.ageofwar.telejam.locations.Location
-
Constructs a location.
- location(Location) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- location(Location) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- location(Location) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- LocationMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a location message.
- LocationMessage(long, User, long, Chat, Message, Long, String, Location) - Constructor for class io.github.ageofwar.telejam.messages.LocationMessage
-
- logError(Logger, Throwable) - Static method in class io.github.ageofwar.telejam.loggers.Loggers
-
Logs an error.
- Loggers - Class in io.github.ageofwar.telejam.loggers
-
Utility class for Logger.
- longitude(Float) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- longitude(Float) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- longitude(Float) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- LongPollingBot - Class in io.github.ageofwar.telejam
-
Runnable that receives and handles updates of a bot.
- LongPollingBot(Bot, LongUnaryOperator, Logger) - Constructor for class io.github.ageofwar.telejam.LongPollingBot
-
Constructs a long polling bot.
- LongPollingBot(Bot, Logger) - Constructor for class io.github.ageofwar.telejam.LongPollingBot
-
Constructs a long polling bot.
- LongPollingBot(Bot, LongUnaryOperator) - Constructor for class io.github.ageofwar.telejam.LongPollingBot
-
Constructs a long polling bot.
- LongPollingBot(Bot) - Constructor for class io.github.ageofwar.telejam.LongPollingBot
-
Constructs a long polling bot with 500 milliseconds of back off.
- offset(Long) - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- offset(Integer) - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- ok() - Method in class io.github.ageofwar.telejam.connection.Result
-
- onCallbackData(CallbackQuery, String, String) - Method in interface io.github.ageofwar.telejam.callbacks.CallbackDataHandler
-
Handles an incoming callback game.
- onCallbackData(CallbackQuery, String, String) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onCallbackGame(CallbackQuery, String) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onCallbackGame(CallbackQuery, String) - Method in interface io.github.ageofwar.telejam.games.CallbackGameHandler
-
Handles an incoming callback game.
- onCallbackQuery(CallbackQuery) - Method in interface io.github.ageofwar.telejam.callbacks.CallbackQueryHandler
-
Handles an incoming callback query.
- onCallbackQuery(CallbackQuery) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onChannelPost(Message) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onChannelPost(Message) - Method in interface io.github.ageofwar.telejam.messages.ChannelPostHandler
-
Handles an incoming channel post.
- onChannelPostEdit(Message, long) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onChannelPostEdit(Message, long) - Method in interface io.github.ageofwar.telejam.messages.ChannelPostEditHandler
-
Handles an incoming channel post edit.
- onChosenInlineResult(ChosenInlineResult) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onChosenInlineResult(ChosenInlineResult) - Method in interface io.github.ageofwar.telejam.inline.InlineQueryHandler
-
Handles an incoming chosen inline result from the bot.
- onCommand(Command, TextMessage) - Method in interface io.github.ageofwar.telejam.commands.CommandHandler
-
Handles a command.
- onCommand(Command, TextMessage) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onError(Throwable) - Method in class io.github.ageofwar.telejam.LongPollingBot
-
Handles an exception occurred while receiving or handling updates.
- onInlineQuery(InlineQuery) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onInlineQuery(InlineQuery) - Method in interface io.github.ageofwar.telejam.inline.InlineQueryHandler
-
Handles an incoming inline query from the bot.
- onJoin(Chat, NewChatMembersMessage) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onJoin(Chat, NewChatMembersMessage) - Method in interface io.github.ageofwar.telejam.messages.ChatJoinHandler
-
Handles a join in a chat.
- onMessage(Message) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onMessage(Message) - Method in interface io.github.ageofwar.telejam.messages.MessageHandler
-
Handles an incoming message.
- onMessageEdit(Message, long) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onMessageEdit(Message, long) - Method in interface io.github.ageofwar.telejam.messages.MessageEditHandler
-
Handles an incoming message edit.
- onNewChatMember(Chat, User, NewChatMembersMessage) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onNewChatMember(Chat, User, NewChatMembersMessage) - Method in interface io.github.ageofwar.telejam.messages.NewChatMemberHandler
-
Handles an incoming new chat member.
- onPreCheckoutQuery(PreCheckoutQuery) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onPreCheckoutQuery(PreCheckoutQuery) - Method in interface io.github.ageofwar.telejam.payments.ShippingQueryHandler
-
Handles an incoming pre-checkout query.
- onShippingQuery(ShippingQuery) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onShippingQuery(ShippingQuery) - Method in interface io.github.ageofwar.telejam.payments.ShippingQueryHandler
-
Handles an incoming shipping query.
- onTextMessage(TextMessage) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onTextMessage(TextMessage) - Method in interface io.github.ageofwar.telejam.messages.TextMessageHandler
-
Handles an incoming text message.
- onUpdate(Update) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
- onUpdate(Update) - Method in class io.github.ageofwar.telejam.TelegramBot
-
- onUpdate(Update) - Method in interface io.github.ageofwar.telejam.updates.UpdateHandler
-
Handles an incoming update.
- OrderInfo - Class in io.github.ageofwar.telejam.payments
-
This object represents information about an order.
- OrderInfo(String, String, String, ShippingAddress) - Constructor for class io.github.ageofwar.telejam.payments.OrderInfo
-
- read() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
-
Reads one update from the stream.
- readText(Reader) - Static method in class io.github.ageofwar.telejam.text.Markdown
-
- ready() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
-
Tells whether this stream is ready to be read.
- recordAudio() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- recordVideo() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- recordVideoNote() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- registerCallbackDataHandler(CallbackDataHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a callback data handler.
- registerCallbackDataHandlers(CallbackDataHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers callback data handlers.
- registerCallbackGameHandler(CallbackGameHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a callback game handler.
- registerCallbackGameHandlers(CallbackGameHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers callback game handlers.
- registerCallbackQueryHandler(CallbackQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a callback query handler.
- registerCallbackQueryHandlers(CallbackQueryHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers callback query handlers.
- registerChannelPostEditHandler(ChannelPostEditHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a channel post edit handler.
- registerChannelPostEditHandlers(ChannelPostEditHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers channel post edit handlers.
- registerChannelPostHandler(ChannelPostHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a channel post handler.
- registerChannelPostHandlers(ChannelPostHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers channel post handlers.
- registerChatJoinHandler(ChatJoinHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a chat join handler.
- registerChatJoinHandlers(ChatJoinHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers chat join handlers.
- registerCommandHandler(CommandHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a command handler.
- registerCommandHandlers(CommandHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers command handlers.
- registerInlineQueryHandler(InlineQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a inline query handler.
- registerInlineQueryHandlers(InlineQueryHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers inline query handlers.
- registerMessageEditHandler(MessageEditHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a message edit handler.
- registerMessageEditHandlers(MessageEditHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers message edit handlers.
- registerMessageHandler(MessageHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a message handler.
- registerMessageHandlers(MessageHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers message handlers.
- registerNewChatMemberHandler(NewChatMemberHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a new chat member handler.
- registerNewChatMemberHandlers(NewChatMemberHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers new chat member handlers.
- registerShippingQueryHandler(ShippingQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a shipping query handler.
- registerShippingQueryHandlers(ShippingQueryHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers shipping query handlers.
- registerTextMessageHandler(TextMessageHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers a text message handler.
- registerTextMessageHandlers(TextMessageHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers text message handlers.
- registerUpdateHandler(UpdateHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers an update handler.
- registerUpdateHandlers(UpdateHandler...) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Registers update handlers.
- ReplyKeyboardMarkup - Class in io.github.ageofwar.telejam.replymarkups
-
This object represents a custom keyboard with reply options.
- ReplyKeyboardMarkup(KeyboardButton[][], boolean, boolean, boolean) - Constructor for class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Constructs a ReplyKeyboardMarkup.
- ReplyKeyboardMarkup(KeyboardButton[][]) - Constructor for class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Constructs a ReplyKeyboardMarkup.
- ReplyKeyboardMarkup(String[][]) - Constructor for class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
Constructs a ReplyKeyboardMarkup.
- ReplyKeyboardRemove - Class in io.github.ageofwar.telejam.replymarkups
-
Upon receiving a message with this object, Telegram clients will
remove the current custom keyboard and display the default
letter-keyboard.
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- replyMarkup(ReplyMarkup) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- replyMarkup(InlineKeyboardMarkup) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- ReplyMarkup - Interface in io.github.ageofwar.telejam.replymarkups
-
Interface representing additional options interface.
- ReplyMarkupAdapter - Class in io.github.ageofwar.telejam.replymarkups
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendDocument
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendGame
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendLocation
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- replyToMessage(Message) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- replyToMessage(Long) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- RequestContactKeyboardButton - Class in io.github.ageofwar.telejam.keyboards
-
This object represents one button of the reply keyboard.
- RequestContactKeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.keyboards.RequestContactKeyboardButton
-
Constructs a keyboard button.
- RequestLocationKeyboardButton - Class in io.github.ageofwar.telejam.keyboards
-
This object represents one button of the reply keyboard.
- RequestLocationKeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.keyboards.RequestLocationKeyboardButton
-
Constructs a keyboard button.
- resizeKeyboard() - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
-
- ResponseParameters - Class in io.github.ageofwar.telejam.connection
-
Contains information about why a request was unsuccessful.
- ResponseParameters(long) - Constructor for class io.github.ageofwar.telejam.connection.ResponseParameters
-
- ResponseParameters(int) - Constructor for class io.github.ageofwar.telejam.connection.ResponseParameters
-
- RestrictChatMember - Class in io.github.ageofwar.telejam.methods
-
Use this method to restrict a user in a supergroup.
- RestrictChatMember() - Constructor for class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- Result<T extends java.io.Serializable> - Class in io.github.ageofwar.telejam.connection
-
Result of the invocation of a Telegram API method.
- Result(T) - Constructor for class io.github.ageofwar.telejam.connection.Result
-
Constructs a Result.
- Result(TelegramException) - Constructor for class io.github.ageofwar.telejam.connection.Result
-
Constructs a Result.
- results(InlineQueryResult...) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- run() - Method in class io.github.ageofwar.telejam.LongPollingBot
-
- score(Integer) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- SELECTIVE - Static variable in class io.github.ageofwar.telejam.replymarkups.ForceReply
-
- SELECTIVE - Static variable in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardRemove
-
- SendAnimation - Class in io.github.ageofwar.telejam.methods
-
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound).
- SendAnimation() - Constructor for class io.github.ageofwar.telejam.methods.SendAnimation
-
- SendAudio - Class in io.github.ageofwar.telejam.methods
-
Use this method to send audio files, if you want Telegram clients to
display them in the music player.
- SendAudio() - Constructor for class io.github.ageofwar.telejam.methods.SendAudio
-
- SendChatAction - Class in io.github.ageofwar.telejam.methods
-
Use this method when you need to tell the user that something is happening on the bot's side.
- SendChatAction() - Constructor for class io.github.ageofwar.telejam.methods.SendChatAction
-
- SendContact - Class in io.github.ageofwar.telejam.methods
-
Use this method to send phone contacts.
- SendContact() - Constructor for class io.github.ageofwar.telejam.methods.SendContact
-
- SendDocument - Class in io.github.ageofwar.telejam.methods
-
Use this method to send general files.
- SendDocument() - Constructor for class io.github.ageofwar.telejam.methods.SendDocument
-
- SendGame - Class in io.github.ageofwar.telejam.methods
-
Use this method to send a game.
- SendGame() - Constructor for class io.github.ageofwar.telejam.methods.SendGame
-
- SendInvoice - Class in io.github.ageofwar.telejam.methods
-
Use this method to send invoices.
- SendInvoice() - Constructor for class io.github.ageofwar.telejam.methods.SendInvoice
-
- SendLocation - Class in io.github.ageofwar.telejam.methods
-
Use this method to send point on the map.
- SendLocation() - Constructor for class io.github.ageofwar.telejam.methods.SendLocation
-
- SendMediaGroup - Class in io.github.ageofwar.telejam.methods
-
Use this method to send a group of photos or videos as an album.
- SendMediaGroup() - Constructor for class io.github.ageofwar.telejam.methods.SendMediaGroup
-
- SendMessage - Class in io.github.ageofwar.telejam.methods
-
Use this method to send text messages.
- SendMessage() - Constructor for class io.github.ageofwar.telejam.methods.SendMessage
-
- SendPhoto - Class in io.github.ageofwar.telejam.methods
-
- SendPhoto() - Constructor for class io.github.ageofwar.telejam.methods.SendPhoto
-
- SendSticker - Class in io.github.ageofwar.telejam.methods
-
Use this method to send .webp stickers.
- SendSticker() - Constructor for class io.github.ageofwar.telejam.methods.SendSticker
-
- SendVenue - Class in io.github.ageofwar.telejam.methods
-
Use this method to send information about a venue.
- SendVenue() - Constructor for class io.github.ageofwar.telejam.methods.SendVenue
-
- SendVideo - Class in io.github.ageofwar.telejam.methods
-
Use this method to send video files, Telegram clients support mp4
videos (other formats may be sent as Document).
- SendVideo() - Constructor for class io.github.ageofwar.telejam.methods.SendVideo
-
- SendVideoNote - Class in io.github.ageofwar.telejam.methods
-
As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long.
- SendVideoNote() - Constructor for class io.github.ageofwar.telejam.methods.SendVideoNote
-
- SendVoice - Class in io.github.ageofwar.telejam.methods
-
Use this method to send audio files, if you want Telegram
clients to display the file as a playable voice message.
- SendVoice() - Constructor for class io.github.ageofwar.telejam.methods.SendVoice
-
- serialize(Chat, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.chats.ChatAdapter
-
- serialize(InlineKeyboardButton, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.inline.InlineKeyboardButtonAdapter
-
- serialize(InlineQueryResult, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAdapter
-
- serialize(InputMessageContent, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.inline.InputMessageContentAdapter
-
- serialize(KeyboardButton, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButtonAdapter
-
- serialize(InputMedia, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.media.InputMediaAdapter
-
- serialize(Forward<?>, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.messages.ForwardMessageAdapter
-
- serialize(Message, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.messages.MessageAdapter
-
- serialize(ReplyMarkup, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.replymarkups.ReplyMarkupAdapter
-
- serialize(Update, Type, JsonSerializationContext) - Method in class io.github.ageofwar.telejam.updates.UpdateAdapter
-
- setAllowedUpdates(String...) - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- SetChatDescription - Class in io.github.ageofwar.telejam.methods
-
Use this method to change the description of a supergroup or a channel.
- SetChatDescription() - Constructor for class io.github.ageofwar.telejam.methods.SetChatDescription
-
- SetChatPhoto - Class in io.github.ageofwar.telejam.methods
-
Use this method to set a new profile photo for the chat.
- SetChatPhoto() - Constructor for class io.github.ageofwar.telejam.methods.SetChatPhoto
-
- SetChatStickerSet - Class in io.github.ageofwar.telejam.methods
-
Use this method to set a new group sticker set for a supergroup.
- SetChatStickerSet() - Constructor for class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- SetChatTitle - Class in io.github.ageofwar.telejam.methods
-
Use this method to set a new profile photo for the chat.
- SetChatTitle() - Constructor for class io.github.ageofwar.telejam.methods.SetChatTitle
-
- SetGameScore - Class in io.github.ageofwar.telejam.methods
-
Use this method to set the score of the specified user in a game.
- SetGameScore() - Constructor for class io.github.ageofwar.telejam.methods.SetGameScore
-
- setLength(int) - Method in class io.github.ageofwar.telejam.text.TextBuilder
-
Sets the length of the text.
- SetStickerPositionInSet - Class in io.github.ageofwar.telejam.methods
-
Use this method to move a sticker in a set created by the bot to a specific position.
- SetStickerPositionInSet() - Constructor for class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- SetWebhook - Class in io.github.ageofwar.telejam.methods
-
Use this method to specify a url and receive incoming updates via an outgoing webhook.
- SetWebhook() - Constructor for class io.github.ageofwar.telejam.methods.SetWebhook
-
- ShippingAddress - Class in io.github.ageofwar.telejam.payments
-
This object represents a shipping address.
- ShippingAddress(String, String, String, String, String, String) - Constructor for class io.github.ageofwar.telejam.payments.ShippingAddress
-
- ShippingOption - Class in io.github.ageofwar.telejam.payments
-
This object represents one shipping option.
- ShippingOption(String, String, LabeledPrice...) - Constructor for class io.github.ageofwar.telejam.payments.ShippingOption
-
Constructs a ShippingOption.
- shippingOptions(ShippingOption...) - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- shippingQuery(String) - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- shippingQuery(ShippingQuery) - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
-
- ShippingQuery - Class in io.github.ageofwar.telejam.payments
-
This object contains information about an incoming shipping query.
- ShippingQuery(String, User, String, ShippingAddress) - Constructor for class io.github.ageofwar.telejam.payments.ShippingQuery
-
- ShippingQueryHandler - Interface in io.github.ageofwar.telejam.payments
-
Interface that handles shipping queries received from a bot.
- ShippingQueryUpdate - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- ShippingQueryUpdate(long, ShippingQuery) - Constructor for class io.github.ageofwar.telejam.updates.ShippingQueryUpdate
-
- showAlert(Boolean) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- showAlert() - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- size(Integer, Integer) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- size(Integer, Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- size(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- startParameter(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- sticker(String) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- sticker(UploadFile) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- sticker(String) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- sticker(UploadFile) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- sticker(String) - Method in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
-
- sticker(Sticker) - Method in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
-
- sticker(String) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- sticker(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendSticker
-
- sticker(String) - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- sticker(Sticker) - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
-
- sticker(UploadFile) - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- Sticker - Class in io.github.ageofwar.telejam.stickers
-
This object represents a sticker.
- Sticker(String, int, int, PhotoSize, String, String, MaskPosition, Integer) - Constructor for class io.github.ageofwar.telejam.stickers.Sticker
-
- Sticker(String, int, int) - Constructor for class io.github.ageofwar.telejam.stickers.Sticker
-
- StickerMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a sticker message.
- StickerMessage(long, User, long, Chat, Message, String, Sticker) - Constructor for class io.github.ageofwar.telejam.messages.StickerMessage
-
- stickerSet(String) - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- stickerSet(StickerSet) - Method in class io.github.ageofwar.telejam.methods.SetChatStickerSet
-
- StickerSet - Class in io.github.ageofwar.telejam.stickers
-
This object represents a sticker set.
- StickerSet(String, String, boolean, Sticker[]) - Constructor for class io.github.ageofwar.telejam.stickers.StickerSet
-
- StopMessageLiveLocation - Class in io.github.ageofwar.telejam.methods
-
Use this method to stop updating a live location message sent by the bot or
via the bot (for inline bots) before live period expires.
- StopMessageLiveLocation() - Constructor for class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
-
- subSequence(int, int) - Method in class io.github.ageofwar.telejam.text.Text
-
- subSequence(int) - Method in class io.github.ageofwar.telejam.text.Text
-
- SuccessfulPayment - Class in io.github.ageofwar.telejam.payments
-
This object contains basic information about a successful payment.
- SuccessfulPayment(String, int, String, String, OrderInfo, String, String) - Constructor for class io.github.ageofwar.telejam.payments.SuccessfulPayment
-
- SuccessfulPaymentMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a successful payment message.
- SuccessfulPaymentMessage(long, User, long, Chat, Message, Long, String, SuccessfulPayment) - Constructor for class io.github.ageofwar.telejam.messages.SuccessfulPaymentMessage
-
- SuperGroup - Class in io.github.ageofwar.telejam.chats
-
This class represents a supergroup.
- SuperGroup(long, String, String) - Constructor for class io.github.ageofwar.telejam.chats.SuperGroup
-
- supportsStreaming() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
-
- SwitchInlineQueryCurrentChatInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- SwitchInlineQueryCurrentChatInlineKeyboardButton(String, String) - Constructor for class io.github.ageofwar.telejam.inline.SwitchInlineQueryCurrentChatInlineKeyboardButton
-
Constructs a SwitchInlineQueryCurrentChatInlineKeyboardButton.
- SwitchInlineQueryInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- SwitchInlineQueryInlineKeyboardButton(String, String) - Constructor for class io.github.ageofwar.telejam.inline.SwitchInlineQueryInlineKeyboardButton
-
Constructs a SwitchInlineQueryInlineKeyboardButton.
- switchPmParameter(String) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- switchPmText(String) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
-
- TelegramBot - Class in io.github.ageofwar.telejam
-
Abstract class that handles Telegram updates.
- TelegramBot(Bot) - Constructor for class io.github.ageofwar.telejam.TelegramBot
-
- TelegramException - Exception in io.github.ageofwar.telejam
-
Exception thrown when a method invocation of
the Telegram API returns an error.
- TelegramException(int, String, ResponseParameters) - Constructor for exception io.github.ageofwar.telejam.TelegramException
-
- TelegramException(int, String) - Constructor for exception io.github.ageofwar.telejam.TelegramException
-
- TelegramMethod<T extends java.io.Serializable> - Interface in io.github.ageofwar.telejam.methods
-
A method of Telegram Bots API.
- TelegramObject - Interface in io.github.ageofwar.telejam
-
Class representing a Telegram object.
- text(String) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- text(Text) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- text(String) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
-
- text(Text) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- text(String) - Method in class io.github.ageofwar.telejam.methods.SendMessage
-
- Text - Class in io.github.ageofwar.telejam.text
-
Class representing a text with entities.
- Text(String, List<MessageEntity>) - Constructor for class io.github.ageofwar.telejam.text.Text
-
Constructs a text.
- Text(String) - Constructor for class io.github.ageofwar.telejam.text.Text
-
Constructs a text.
- TextBuilder - Class in io.github.ageofwar.telejam.text
-
- TextBuilder() - Constructor for class io.github.ageofwar.telejam.text.TextBuilder
-
Constructs a TextBuilder.
- textMention(Mention) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a text mention.
- textMention(String, User) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a text mention.
- textMention(User) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates a text mention.
- TextMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a text message.
- TextMessage(long, User, long, Chat, Message, Long, String, Text) - Constructor for class io.github.ageofwar.telejam.messages.TextMessage
-
- TextMessageHandler - Interface in io.github.ageofwar.telejam.messages
-
Interface that handles text messages received from a bot.
- TextParseException - Exception in io.github.ageofwar.telejam.text
-
Unchecked exception thrown when an error
occurs while parsing a string.
- TextParseException(String) - Constructor for exception io.github.ageofwar.telejam.text.TextParseException
-
- thumbnail(String) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- thumbnail(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
-
- timeout(Integer) - Method in class io.github.ageofwar.telejam.methods.GetUpdates
-
- title(String) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- title(String) - Method in class io.github.ageofwar.telejam.methods.SendAudio
-
- title(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
-
- title(String) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- title(String) - Method in class io.github.ageofwar.telejam.methods.SetChatTitle
-
- toException() - Method in class io.github.ageofwar.telejam.connection.Result
-
Returns this object as an Exception.
- toHtmlString() - Method in class io.github.ageofwar.telejam.text.Text
-
Return this text in HTML format.
- toJson(Object) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object into its equivalent Json representation.
- toJson(Object, Type) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
- toJson(Object, Appendable) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object into its equivalent Json representation.
- toJson(Object, Type, Appendable) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
- toMarkdownString() - Method in class io.github.ageofwar.telejam.text.Text
-
Return this text in Markdown format.
- toPrettyJson(Object) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object into its equivalent Json representation.
- toPrettyJson(Object, Type) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
- toPrettyJson(Object, Appendable) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object into its equivalent Json representation.
- toPrettyJson(Object, Type, Appendable) - Static method in class io.github.ageofwar.telejam.json.Json
-
This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
- toString(Text) - Static method in class io.github.ageofwar.telejam.text.Markdown
-
- toString() - Method in class io.github.ageofwar.telejam.text.Text
-
- trim() - Method in class io.github.ageofwar.telejam.text.Text
-
- typing() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- UnbanChatMember - Class in io.github.ageofwar.telejam.methods
-
Use this method to unban a previously kicked user in a supergroup or channel.
- UnbanChatMember() - Constructor for class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- UnpinChatMessage - Class in io.github.ageofwar.telejam.methods
-
Use this method to unpin a message in a supergroup chat.
- UnpinChatMessage() - Constructor for class io.github.ageofwar.telejam.methods.UnpinChatMessage
-
- unregisterCallbackDataHandler(CallbackDataHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a callback data handler.
- unregisterCallbackGameHandler(CallbackGameHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a callback game handler.
- unregisterCallbackQueryHandler(CallbackQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a callback query handler.
- unregisterChannelPostEditHandler(ChannelPostEditHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a channel post edit handler.
- unregisterChannelPostHandler(ChannelPostHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a channel post handler.
- unregisterChatJoinHandler(ChatJoinHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a chat join handler.
- unregisterCommandHandler(CommandHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a command handler.
- unregisterInlineQueryHandler(InlineQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a inline query handler.
- unregisterMessageEditHandler(MessageEditHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a message edit handler.
- unregisterMessageHandler(MessageHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a message handler.
- unregisterNewChatMemberHandler(NewChatMemberHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a new chat member handler.
- unregisterShippingQueryHandler(ShippingQueryHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a shipping query handler.
- unregisterTextMessageHandler(TextMessageHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes a text message handler.
- unregisterUpdateHandler(UpdateHandler) - Method in class io.github.ageofwar.telejam.events.EventRegistry
-
Removes an update handler.
- untilDate(Long) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- untilDate(Long) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- Update - Class in io.github.ageofwar.telejam.updates
-
This object represents an incoming update.
- Update(long) - Constructor for class io.github.ageofwar.telejam.updates.Update
-
- UpdateAdapter - Class in io.github.ageofwar.telejam.updates
-
JSON Adapter for class
Update.
- UpdateHandler - Interface in io.github.ageofwar.telejam.updates
-
Interface that handles updates received from a bot.
- UpdateReader - Class in io.github.ageofwar.telejam.updates
-
Utility class that reads new updates received from a bot.
- UpdateReader(Bot, LongUnaryOperator) - Constructor for class io.github.ageofwar.telejam.updates.UpdateReader
-
Constructs an UpdateReader.
- UpdateReader(Bot) - Constructor for class io.github.ageofwar.telejam.updates.UpdateReader
-
Constructs an UpdateReader.
- uploadAudio() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- uploadDocument() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- UploadFile - Class in io.github.ageofwar.telejam.connection
-
A file ready to be sent.
- UploadFile(String, InputStream) - Constructor for class io.github.ageofwar.telejam.connection.UploadFile
-
- uploadPhoto() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- UploadStickerFile - Class in io.github.ageofwar.telejam.methods
-
Use this method to upload a .png file with a sticker for later
use in createNewStickerSet and addStickerToSet methods (can be used multiple times).
- UploadStickerFile() - Constructor for class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- uploadVideo() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- uploadVideoNote() - Method in class io.github.ageofwar.telejam.methods.SendChatAction
-
- url(String) - Method in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
-
- url(String) - Method in class io.github.ageofwar.telejam.methods.SetWebhook
-
- url(String) - Static method in class io.github.ageofwar.telejam.text.Text
-
Creates an url.
- UrlInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
-
This object represents one button of an inline keyboard.
- UrlInlineKeyboardButton(String, String) - Constructor for class io.github.ageofwar.telejam.inline.UrlInlineKeyboardButton
-
Constructs an UrlInlineKeyboardButton.
- user(long) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
-
- user(long) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.GetChatMember
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.KickChatMember
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.PromoteChatMember
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
-
- user(Long) - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.UnbanChatMember
-
- user(long) - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- user(User) - Method in class io.github.ageofwar.telejam.methods.UploadStickerFile
-
- User - Class in io.github.ageofwar.telejam.users
-
This object represents a Telegram user or bot.
- User(long, String, String, String, Locale, boolean) - Constructor for class io.github.ageofwar.telejam.users.User
-
- UserProfilePhotos - Class in io.github.ageofwar.telejam.users
-
This object represent a user's profile pictures.
- UserProfilePhotos(int, PhotoSize[][]) - Constructor for class io.github.ageofwar.telejam.users.UserProfilePhotos
-
- valueOf(String) - Static method in enum io.github.ageofwar.telejam.messages.MessageEntity.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.ageofwar.telejam.stickers.MaskPosition.Point
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.ageofwar.telejam.users.ChatMember.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.ageofwar.telejam.messages.MessageEntity.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.ageofwar.telejam.stickers.MaskPosition.Point
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.ageofwar.telejam.users.ChatMember.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vCard(String) - Method in class io.github.ageofwar.telejam.methods.SendContact
-
- Venue - Class in io.github.ageofwar.telejam.locations
-
This object represents a venue.
- Venue(Location, String, String, String, String) - Constructor for class io.github.ageofwar.telejam.locations.Venue
-
- venue(Venue) - Method in class io.github.ageofwar.telejam.methods.SendVenue
-
- VenueMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a message.
- VenueMessage(long, User, long, Chat, Message, String, Venue) - Constructor for class io.github.ageofwar.telejam.messages.VenueMessage
-
- Video - Class in io.github.ageofwar.telejam.media
-
This object represents a video file.
- Video(String, int, int, int, PhotoSize, String, Integer) - Constructor for class io.github.ageofwar.telejam.media.Video
-
- Video(String, int, int, int) - Constructor for class io.github.ageofwar.telejam.media.Video
-
- video(String) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- video(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendVideo
-
- video(String) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- video(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
-
- VideoMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a message.
- VideoMessage(long, User, long, Chat, Message, Long, String, Video, Text) - Constructor for class io.github.ageofwar.telejam.messages.VideoMessage
-
- VideoNote - Class in io.github.ageofwar.telejam.media
-
This object represents a video message.
- VideoNote(String, int, int, PhotoSize, Integer) - Constructor for class io.github.ageofwar.telejam.media.VideoNote
-
- VideoNote(String, int, int) - Constructor for class io.github.ageofwar.telejam.media.VideoNote
-
- VideoNoteMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a video note message.
- VideoNoteMessage(long, User, long, Chat, Message, String, VideoNote) - Constructor for class io.github.ageofwar.telejam.messages.VideoNoteMessage
-
- Voice - Class in io.github.ageofwar.telejam.media
-
This object represents a voice note.
- Voice(String, int, String, Integer) - Constructor for class io.github.ageofwar.telejam.media.Voice
-
- Voice(String, int) - Constructor for class io.github.ageofwar.telejam.media.Voice
-
- voice(String) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- voice(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendVoice
-
- VoiceMessage - Class in io.github.ageofwar.telejam.messages
-
This object represents a voice message.
- VoiceMessage(long, User, long, Chat, Message, Long, String, Voice, Text) - Constructor for class io.github.ageofwar.telejam.messages.VoiceMessage
-