Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

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
Getter for property Group.allAdmins.
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
Deprecated.
use this method only if you can't obtain the user relative to its id
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.

B

bold(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates a bold text.
Bot - Class in io.github.ageofwar.telejam
Class representing a connection to the Telegram API.
bot - Variable in class io.github.ageofwar.telejam.TelegramBot
Bot that receives updates.
botCommand(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates a bot command.
build() - Method in class io.github.ageofwar.telejam.text.TextBuilder
Builds the Text.

C

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
Getter for property ChatMember.canBeEdited.
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
Getter for property ChatMember.canChangeInformation.
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
Getter for property ChatMember.canDeleteMessages.
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
Getter for property ChatMember.canEditMessages.
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
Getter for property ChatMember.canInviteUsers.
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
Getter for property ChatMember.canPinMessages.
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
Getter for property ChatMember.canPostMessages.
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
Getter for property ChatMember.canPromoteMembers.
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
Getter for property ChatMember.canRestrictUsers.
canSendMediaMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
 
canSendMediaMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.canSendMediaMessages.
canSendMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
 
canSendMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.canSendMessages.
canSendOtherMessages(Boolean) - Method in class io.github.ageofwar.telejam.methods.RestrictChatMember
 
canSendOtherMessages() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.canSendOtherMessages.
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.

D

DeleteChatPhoto - Class in io.github.ageofwar.telejam.methods
Use this method to delete a chat photo.
DeleteChatPhoto() - Constructor for class io.github.ageofwar.telejam.methods.DeleteChatPhoto
 
DeleteChatPhotoMessage - Class in io.github.ageofwar.telejam.messages
This object represents a delete chat photo message.
DeleteChatPhotoMessage(long, User, long, Chat) - Constructor for class io.github.ageofwar.telejam.messages.DeleteChatPhotoMessage
 
DeleteChatStickerSet - Class in io.github.ageofwar.telejam.methods
Use this method to delete a group sticker set from a supergroup.
DeleteChatStickerSet() - Constructor for class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
 
DeleteMessage - Class in io.github.ageofwar.telejam.methods
Use this method to delete a message, including service messages, with the following limitations: A message can only be deleted if it was sent less than 48 hours ago.
DeleteMessage() - Constructor for class io.github.ageofwar.telejam.methods.DeleteMessage
 
DeleteStickerFromSet - Class in io.github.ageofwar.telejam.methods
Use this method to delete a sticker from a set created by the bot.
DeleteStickerFromSet() - Constructor for class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
 
DeleteWebhook - Class in io.github.ageofwar.telejam.methods
Use this method to remove webhook integration if you decide to switch back to getUpdates.
description(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
description(String) - Method in class io.github.ageofwar.telejam.methods.SetChatDescription
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.chats.ChatAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.inline.InlineKeyboardButtonAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.inline.InputMessageContentAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButtonAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.media.InputMediaAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.messages.ForwardMessageAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.messages.MessageAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.replymarkups.ReplyMarkupAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.github.ageofwar.telejam.updates.UpdateAdapter
 
disableEdit(Boolean) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
 
disableEdit() - Method in class io.github.ageofwar.telejam.methods.SetGameScore
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendAnimation
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendAudio
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendAudio
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendContact
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendContact
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendDocument
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendDocument
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendGame
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendGame
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendLocation
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendLocation
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendMessage
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendMessage
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendPhoto
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendSticker
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendSticker
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendVenue
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendVenue
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendVideo
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendVideo
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
 
disableNotification(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendVoice
 
disableNotification() - Method in class io.github.ageofwar.telejam.methods.SendVoice
 
disableWebPagePreview(Boolean) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
 
disableWebPagePreview() - Method in class io.github.ageofwar.telejam.methods.EditMessageText
 
disableWebPagePreview(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendMessage
 
disableWebPagePreview() - Method in class io.github.ageofwar.telejam.methods.SendMessage
 
discardAll() - Method in class io.github.ageofwar.telejam.updates.UpdateReader
Discards buffered updates and all received updates.
Document - Class in io.github.ageofwar.telejam.media
This object represents a general file (as opposed to photos, voice messages and audio files).
Document(String, PhotoSize, String, String, Integer) - Constructor for class io.github.ageofwar.telejam.media.Document
 
Document(String) - Constructor for class io.github.ageofwar.telejam.media.Document
 
document(String) - Method in class io.github.ageofwar.telejam.methods.SendDocument
 
document(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendDocument
 
DocumentMessage - Class in io.github.ageofwar.telejam.messages
This object represents a document message.
DocumentMessage(long, User, long, Chat, Message, Long, String, Document, Text) - Constructor for class io.github.ageofwar.telejam.messages.DocumentMessage
 
downloadFile(String) - Method in class io.github.ageofwar.telejam.Bot
Returns the file with the specified id.
duration(Integer) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
 
duration(Integer) - Method in class io.github.ageofwar.telejam.methods.SendAudio
 
duration(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideo
 
duration(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideoNote
 
duration(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVoice
 

E

EditedChannelPostUpdate - Class in io.github.ageofwar.telejam.updates
This object represents an incoming update.
EditedChannelPostUpdate(long, Message) - Constructor for class io.github.ageofwar.telejam.updates.EditedChannelPostUpdate
 
EditedMessageUpdate - Class in io.github.ageofwar.telejam.updates
This object represents an incoming update.
EditedMessageUpdate(long, Message) - Constructor for class io.github.ageofwar.telejam.updates.EditedMessageUpdate
 
EditMessageCaption - Class in io.github.ageofwar.telejam.methods
Use this method to edit captions of messages sent by the bot or via the bot (for inline bots).
EditMessageCaption() - Constructor for class io.github.ageofwar.telejam.methods.EditMessageCaption
 
EditMessageLiveLocation - Class in io.github.ageofwar.telejam.methods
Use this method to edit live location messages sent by the bot or via the bot (for inline bots).
EditMessageLiveLocation() - Constructor for class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
 
EditMessageMedia - Class in io.github.ageofwar.telejam.methods
Use this method to edit captions of messages sent by the bot or via the bot (for inline bots).
EditMessageMedia() - Constructor for class io.github.ageofwar.telejam.methods.EditMessageMedia
 
EditMessageReplyMarkup - Class in io.github.ageofwar.telejam.methods
Use this method to edit only the reply markup of messages sent by the bot or via the bot (for inline bots).
EditMessageReplyMarkup() - Constructor for class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
 
EditMessageText - Class in io.github.ageofwar.telejam.methods
Use this method to edit text and game messages sent by the bot or via the bot (for inline bots).
EditMessageText() - Constructor for class io.github.ageofwar.telejam.methods.EditMessageText
 
email(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates an email.
emojis(String) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
 
emojis(String) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
 
EMPTY - Static variable in class io.github.ageofwar.telejam.text.Text
 
emptyLogger(Bot) - Static method in class io.github.ageofwar.telejam.loggers.Loggers
Returns a logger for a bot that does nothing.
equals(Object) - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
 
equals(Object) - Method in class io.github.ageofwar.telejam.chats.Chat
 
equals(Object) - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
 
equals(Object) - Method in class io.github.ageofwar.telejam.commands.Command
 
equals(Object) - Method in class io.github.ageofwar.telejam.connection.InputFile
 
equals(Object) - Method in class io.github.ageofwar.telejam.contacts.Contact
 
equals(Object) - Method in class io.github.ageofwar.telejam.games.Game
 
equals(Object) - Method in class io.github.ageofwar.telejam.games.GameHighScore
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.CallbackDataInlineKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.InlineKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.InlineQuery
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.InlineQueryResult
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryCurrentChatInlineKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryInlineKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.inline.UrlInlineKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.keyboards.RequestContactKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.keyboards.RequestLocationKeyboardButton
 
equals(Object) - Method in class io.github.ageofwar.telejam.locations.Location
 
equals(Object) - Method in class io.github.ageofwar.telejam.locations.Venue
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.Animation
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.Audio
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.Document
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.PhotoSize
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.Video
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.VideoNote
 
equals(Object) - Method in class io.github.ageofwar.telejam.media.Voice
 
equals(Object) - Method in class io.github.ageofwar.telejam.messages.Message
 
equals(Object) - Method in class io.github.ageofwar.telejam.messages.MessageEntity
 
equals(Object) - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
 
equals(Object) - Method in class io.github.ageofwar.telejam.payments.OrderInfo
 
equals(Object) - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
 
equals(Object) - Method in class io.github.ageofwar.telejam.payments.ShippingOption
 
equals(Object) - Method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
 
equals(Object) - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
 
equals(Object) - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
 
equals(Object) - Method in class io.github.ageofwar.telejam.stickers.Sticker
 
equals(Object) - Method in class io.github.ageofwar.telejam.stickers.StickerSet
 
equals(Object) - Method in class io.github.ageofwar.telejam.text.Link
 
equals(Object) - Method in class io.github.ageofwar.telejam.text.Mention
 
equals(Object) - Method in class io.github.ageofwar.telejam.text.Text
 
equals(Object) - Method in class io.github.ageofwar.telejam.updates.Update
 
equals(Object) - Method in class io.github.ageofwar.telejam.users.ChatMember
 
equals(Object) - Method in class io.github.ageofwar.telejam.users.User
 
equals(Object) - Method in class io.github.ageofwar.telejam.users.UserProfilePhotos
 
errorMessage(String) - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
 
errorMessage(String) - Method in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
 
EventRegistry - Class in io.github.ageofwar.telejam.events
Utility class that handles events.
EventRegistry(Bot) - Constructor for class io.github.ageofwar.telejam.events.EventRegistry
 
events - Variable in class io.github.ageofwar.telejam.TelegramBot
Utility field that handles events.
execute(TelegramMethod<T>) - Method in class io.github.ageofwar.telejam.Bot
Invokes a method of the Telegram Bot API.
ExportChatInviteLink - Class in io.github.ageofwar.telejam.methods
Use this method to export an invite link to a supergroup or a channel.
ExportChatInviteLink() - Constructor for class io.github.ageofwar.telejam.methods.ExportChatInviteLink
 

F

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
JSON Adapter for class ForwardMessageAdapter.
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.

G

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
Getter for property Result.result.
getAddress() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
Getter for property InlineQueryResultVenue.address.
getAddress() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
getAddress() - Method in class io.github.ageofwar.telejam.locations.Venue
Getter for property address.
getAllowedUpdates() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
Getter for property WebhookInfo.allowedUpdates.
getAmount() - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
Getter for property LabeledPrice.amount.
getAnimation() - Method in class io.github.ageofwar.telejam.games.Game
Getter for property Game.animation.
getAnimation() - Method in class io.github.ageofwar.telejam.messages.AnimationMessage
Getter for property AnimationMessage.animation.
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
Getter for property AudioMessage.audio.
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
Getter for property InlineQueryResultAudio.audioUrl.
getAuthorSignature() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.authorSignature.
getBigFileId() - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
Getter for property ChatPhoto.bigFileId.
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
Getter for property InlineQueryResultAudio.caption.
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
Getter for property InlineQueryResultGif.caption.
getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
Getter for property InlineQueryResultPhoto.caption.
getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
Getter for property InlineQueryResultVideo.caption.
getCaption() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
Getter for property InlineQueryResultVoice.caption.
getCaption() - Method in class io.github.ageofwar.telejam.media.InputMedia
Getter for property InputMedia.caption.
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
Getter for property AudioMessage.caption.
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
Getter for property ChannelPostUpdate.channelPost.
getChat() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.chat.
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
Getter for property CallbackQuery.chatInstance.
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
Getter for property ShippingAddress.city.
getCode() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.code.
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
Getter for property ContactMessage.contact.
getCountryCode() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
Getter for property ShippingAddress.countryCode.
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
Getter for property PreCheckoutQuery.currency.
getCurrency() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
Getter for property SuccessfulPayment.currency.
getData() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
Getter for property CallbackQuery.data.
getData() - Method in class io.github.ageofwar.telejam.inline.CallbackDataInlineKeyboardButton
getDate() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.date.
getDecimalSeparator() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.decimalSeparator.
getDescription() - Method in class io.github.ageofwar.telejam.connection.Result
Getter for property Result.description.
getDescription() - Method in class io.github.ageofwar.telejam.games.Game
Getter for property Game.description.
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
Getter for property Invoice.description.
getDisableWebPagePreview() - Method in class io.github.ageofwar.telejam.inline.InputTextMessageContent
getDocument() - Method in class io.github.ageofwar.telejam.messages.DocumentMessage
Getter for property DocumentMessage.document.
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
Getter for property Audio.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaAnimation
Getter for property InputMediaAnimation.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
Getter for property InputMediaAudio.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
Getter for property InputMediaVideo.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.VideoNote
Getter for property VideoNote.duration.
getDuration() - Method in class io.github.ageofwar.telejam.media.Voice
Getter for property Voice.duration.
getEditDate() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.editDate.
getEditedChannelPost() - Method in class io.github.ageofwar.telejam.updates.EditedChannelPostUpdate
getEmail() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
Getter for property OrderInfo.email.
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
Getter for property Sticker.emoji.
getEntities() - Method in class io.github.ageofwar.telejam.text.Text
Returns the text entities.
getErrorCode() - Method in class io.github.ageofwar.telejam.connection.Result
Getter for property Result.errorCode.
getErrorCode() - Method in exception io.github.ageofwar.telejam.TelegramException
Getter for property TelegramException.errorCode.
getExponent() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.exponent.
getFile() - Method in class io.github.ageofwar.telejam.media.InputMedia
Getter for property InputMedia.newMedia.
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
Getter for property UploadFile.fileName.
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
Getter for property PrivateChat.firstName.
getFirstName() - Method in class io.github.ageofwar.telejam.contacts.Contact
Getter for property Contact.firstName.
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
Getter for property User.firstName.
getForwardedMessage() - Method in class io.github.ageofwar.telejam.messages.Forward
Getter for property Forward.forwardedMessage.
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
Getter for property foursquareId.
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
Getter for property foursquareType.
getGame() - Method in class io.github.ageofwar.telejam.messages.GameMessage
Getter for property GameMessage.game.
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
Getter for property CallbackQuery.gameShortName.
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
Getter for property InlineQueryResultGif.gifHeight.
getGifUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
Getter for property InlineQueryResultGif.gifUrl.
getGifWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
Getter for property InlineQueryResultGif.gifWidth.
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
Getter for property InputMediaAnimation.height.
getHeight() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
Getter for property InputMediaVideo.height.
getHeight() - Method in class io.github.ageofwar.telejam.media.PhotoSize
Getter for property PhotoSize.height.
getHeight() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.height.
getHeight() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.height.
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
Getter for property CallbackQuery.id.
getId() - Method in class io.github.ageofwar.telejam.chats.Chat
Getter for property Chat.id.
getId() - Method in class io.github.ageofwar.telejam.connection.InputFile
Getter for property InputFile.id.
getId() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
Getter for property InlineQuery.id.
getId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResult
Getter for property InlineQueryResult.id.
getId() - Method in class io.github.ageofwar.telejam.media.Animation
Getter for property Animation.id.
getId() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.id.
getId() - Method in class io.github.ageofwar.telejam.media.Document
Getter for property Document.id.
getId() - Method in class io.github.ageofwar.telejam.media.PhotoSize
Getter for property PhotoSize.id.
getId() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.id.
getId() - Method in class io.github.ageofwar.telejam.media.VideoNote
Getter for property VideoNote.id.
getId() - Method in class io.github.ageofwar.telejam.media.Voice
Getter for property Voice.id.
getId() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.id.
getId() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
Getter for property PreCheckoutQuery.id.
getId() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
Getter for property ShippingOption.id.
getId() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
Getter for property ShippingQuery.id.
getId() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.id.
getId() - Method in class io.github.ageofwar.telejam.updates.Update
Getter for property Update.id.
getId() - Method in class io.github.ageofwar.telejam.users.User
Getter for property User.id.
getInlineKeyboard() - Method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
getInlineMessageId() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
Getter for property CallbackQuery.inlineMessageId.
getInlineMessageId() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
getInlineQuery() - Method in class io.github.ageofwar.telejam.updates.InlineQueryUpdate
Getter for property InlineQueryUpdate.inlineQuery.
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
Getter for property UploadFile.inputStream.
getInvoice() - Method in class io.github.ageofwar.telejam.messages.InvoiceMessage
Getter for property InvoiceMessage.invoice.
getInvoicePayload() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
Getter for property PreCheckoutQuery.invoicePayload.
getInvoicePayload() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
Getter for property ShippingQuery.invoicePayload.
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
Getter for property ReplyKeyboardMarkup.keyboard.
getLabel() - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
Getter for property LabeledPrice.label.
getLastErrorDate() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
Getter for property WebhookInfo.lastErrorDate.
getLastErrorMessage() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
Getter for property WebhookInfo.lastErrorMessage.
getLastName() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
Getter for property PrivateChat.lastName.
getLastName() - Method in class io.github.ageofwar.telejam.contacts.Contact
Getter for property Contact.lastName.
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
Getter for property User.lastName.
getLatitude() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
Getter for property InlineQueryResultVenue.latitude.
getLatitude() - Method in class io.github.ageofwar.telejam.locations.Location
Getter for property Location.latitude.
getLeftChatMember() - Method in class io.github.ageofwar.telejam.messages.LeftChatMemberMessage
getLength() - Method in class io.github.ageofwar.telejam.media.VideoNote
Getter for property VideoNote.length.
getLength() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
Getter for property MessageEntity.length.
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
Getter for property ChosenInlineResult.location.
getLocation() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
Getter for property InlineQuery.location.
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
Getter for property location.
getLocation() - Method in class io.github.ageofwar.telejam.messages.LocationMessage
Getter for property LocationMessage.location.
getLongitude() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
getLongitude() - Method in class io.github.ageofwar.telejam.locations.Location
Getter for property Location.longitude.
getMaskPosition() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.maskPosition.
getMaxAmount() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.maxAmount.
getMaxConnections() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
Getter for property WebhookInfo.maxConnections.
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
Getter for property InputMedia.media.
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
Getter for property CallbackQuery.message.
getMessage() - Method in class io.github.ageofwar.telejam.updates.EditedMessageUpdate
getMessage() - Method in class io.github.ageofwar.telejam.updates.MessageUpdate
Getter for property MessageUpdate.message.
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
Getter for property InlineQueryResultVideo.mimeType.
getMimeType() - Method in class io.github.ageofwar.telejam.media.Animation
Getter for property Animation.mimeType.
getMimeType() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.mimeType.
getMimeType() - Method in class io.github.ageofwar.telejam.media.Document
Getter for property Document.mimeType.
getMimeType() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.mimeType.
getMimeType() - Method in class io.github.ageofwar.telejam.media.Voice
Getter for property Voice.mimeType.
getMinAmount() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.minAmount.
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
Getter for property Animation.name.
getName() - Method in class io.github.ageofwar.telejam.media.Document
Getter for property Document.name.
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
Getter for property OrderInfo.name.
getName() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
Getter for property StickerSet.name.
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
Getter for property Currency.nativeSymbol.
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
Getter for property InlineQuery.offset.
getOffset() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
Getter for property MessageEntity.offset.
getOldChatId() - Method in class io.github.ageofwar.telejam.messages.MigrateFromChatIdMessage
getOrderInfo() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
Getter for property PreCheckoutQuery.orderInfo.
getOrderInfo() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
Getter for property SuccessfulPayment.orderInfo.
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
Getter for property InputFile.path.
getPendingUpdateCount() - Method in class io.github.ageofwar.telejam.webhook.WebhookInfo
Getter for property WebhookInfo.pendingUpdateCount.
getPerformer() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
getPerformer() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.performer.
getPerformer() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
Getter for property InputMediaAudio.performer.
getPhoneNumber() - Method in class io.github.ageofwar.telejam.contacts.Contact
Getter for property Contact.phoneNumber.
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
Getter for property OrderInfo.phoneNumber.
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
Getter for property Game.photo.
getPhoto() - Method in class io.github.ageofwar.telejam.messages.PhotoMessage
Getter for property PhotoMessage.photo.
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
Getter for property UserProfilePhotos.photos.
getPhotoUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
Getter for property InlineQueryResultPhoto.photoUrl.
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
Getter for property MaskPosition.point.
getPosition() - Method in class io.github.ageofwar.telejam.games.GameHighScore
Getter for property GameHighScore.position.
getPostCode() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
Getter for property ShippingAddress.postCode.
getPreCheckoutQuery() - Method in class io.github.ageofwar.telejam.updates.PreCheckoutQueryUpdate
getPrices() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
Getter for property ShippingOption.prices.
getProviderPaymentChargeId() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
getQuery() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
Getter for property ChosenInlineResult.query.
getQuery() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
Getter for property InlineQuery.query.
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
Getter for property Message.replyToMessage.
getResponseParameters() - Method in class io.github.ageofwar.telejam.connection.Result
Getter for property Result.responseParameters.
getResponseParameters() - Method in exception io.github.ageofwar.telejam.TelegramException
getResultId() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
Getter for property ChosenInlineResult.resultId.
getRetryAfter() - Method in class io.github.ageofwar.telejam.connection.ResponseParameters
Getter for property ResponseParameters.retryAfter.
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
Getter for property MaskPosition.scale.
getScore() - Method in class io.github.ageofwar.telejam.games.GameHighScore
Getter for property GameHighScore.score.
getSender() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
Getter for property CallbackQuery.sender.
getSender() - Method in class io.github.ageofwar.telejam.inline.ChosenInlineResult
Getter for property ChosenInlineResult.sender.
getSender() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
Getter for property InlineQuery.sender.
getSender() - Method in class io.github.ageofwar.telejam.messages.Message
Getter for property Message.sender.
getSender() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
Getter for property PreCheckoutQuery.sender.
getSender() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
Getter for property ShippingQuery.sender.
getSetName() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.setName.
getShiftX() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
Getter for property MaskPosition.xShift.
getShiftY() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
Getter for property MaskPosition.yShift.
getShippingAddress() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
Getter for property OrderInfo.shippingAddress.
getShippingAddress() - Method in class io.github.ageofwar.telejam.payments.ShippingQuery
Getter for property ShippingQuery.shippingAddress.
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
Getter for property InputFile.size.
getSize() - Method in class io.github.ageofwar.telejam.media.Animation
Getter for property Animation.size.
getSize() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.size.
getSize() - Method in class io.github.ageofwar.telejam.media.Document
Getter for property Document.size.
getSize() - Method in class io.github.ageofwar.telejam.media.PhotoSize
Getter for property PhotoSize.size.
getSize() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.size.
getSize() - Method in class io.github.ageofwar.telejam.media.VideoNote
Getter for property VideoNote.size.
getSize() - Method in class io.github.ageofwar.telejam.media.Voice
Getter for property Voice.size.
getSize() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.size.
getSmallFileId() - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
Getter for property ChatPhoto.smallFileId.
getStartParameter() - Method in class io.github.ageofwar.telejam.payments.Invoice
Getter for property Invoice.startParameter.
getStateField() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
Getter for property ShippingAddress.stateField.
getStatus() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.status.
getSticker() - Method in class io.github.ageofwar.telejam.messages.StickerMessage
Getter for property StickerMessage.sticker.
getStickerFileId() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultCachedSticker
getStickers() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
Getter for property StickerSet.stickers.
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
Getter for property ShippingAddress.streetLine1.
getStreetLine2() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
Getter for property ShippingAddress.streetLine2.
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
Getter for property Currency.symbol.
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
Getter for property InlineKeyboardButton.text.
getText() - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButton
Getter for property KeyboardButton.text.
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
Getter for property Currency.thousandsSeparator.
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
Getter for property Animation.thumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.thumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.media.Document
Getter for property Document.thumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.media.InputMedia
Getter for property InputMedia.newThumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.thumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.media.VideoNote
Getter for property VideoNote.thumbnail.
getThumbnail() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.thumbnail.
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
Getter for property InlineQueryResultGif.thumbUrl.
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
Getter for property InlineQueryResultVenue.thumbUrl.
getThumbUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
Getter for property InlineQueryResultVideo.thumbUrl.
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
Getter for property Channel.title.
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
Getter for property Group.title.
getTitle() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
 
getTitle() - Method in class io.github.ageofwar.telejam.chats.SuperGroup
Getter for property SuperGroup.title.
getTitle() - Method in class io.github.ageofwar.telejam.games.Game
Getter for property Game.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultArticle
Getter for property InlineQueryResultArticle.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultAudio
Getter for property InlineQueryResultAudio.title.
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
Getter for property InlineQueryResultDocument.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultGif
Getter for property InlineQueryResultGif.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultLocation
Getter for property InlineQueryResultLocation.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultMpeg4Gif
Getter for property InlineQueryResultMpeg4Gif.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultPhoto
Getter for property InlineQueryResultPhoto.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVenue
Getter for property InlineQueryResultVenue.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
Getter for property InlineQueryResultVideo.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVoice
Getter for property InlineQueryResultVoice.title.
getTitle() - Method in class io.github.ageofwar.telejam.inline.InputVenueMessageContent
Getter for property InputVenueMessageContent.title.
getTitle() - Method in class io.github.ageofwar.telejam.locations.Venue
Getter for property title.
getTitle() - Method in class io.github.ageofwar.telejam.media.Audio
Getter for property Audio.title.
getTitle() - Method in class io.github.ageofwar.telejam.media.InputMediaAudio
Getter for property InputMediaAudio.title.
getTitle() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.title.
getTitle() - Method in class io.github.ageofwar.telejam.payments.Invoice
Getter for property Invoice.title.
getTitle() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
Getter for property ShippingOption.title.
getTitle() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
Getter for property StickerSet.title.
getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.Invoice
Getter for property Invoice.totalAmount.
getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.PreCheckoutQuery
Getter for property PreCheckoutQuery.totalAmount.
getTotalAmount() - Method in class io.github.ageofwar.telejam.payments.SuccessfulPayment
Getter for property SuccessfulPayment.totalAmount.
getTotalCount() - Method in class io.github.ageofwar.telejam.users.UserProfilePhotos
Getter for property UserProfilePhotos.totalCount.
getType() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
Getter for property MessageEntity.type.
getUntilDate() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.untilDate.
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
Getter for property InlineQueryResultArticle.url.
getUrl() - Method in class io.github.ageofwar.telejam.inline.UrlInlineKeyboardButton
Getter for property UrlInlineKeyboardButton.url.
getUrl() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
Getter for property MessageEntity.url.
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
Getter for property WebhookInfo.url.
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
Getter for property GameHighScore.user.
getUser() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
Getter for property MessageEntity.user.
getUser() - Method in class io.github.ageofwar.telejam.text.Mention
Returns the mentioned user.
getUser() - Method in class io.github.ageofwar.telejam.users.ChatMember
Getter for property ChatMember.user.
getUserId() - Method in class io.github.ageofwar.telejam.contacts.Contact
Getter for property Contact.userId.
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
Getter for property Channel.username.
getUsername() - Method in class io.github.ageofwar.telejam.chats.PrivateChat
Getter for property PrivateChat.username.
getUsername() - Method in class io.github.ageofwar.telejam.chats.SuperGroup
Getter for property SuperGroup.username.
getUsername() - Method in class io.github.ageofwar.telejam.users.User
Getter for property User.username.
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
Getter for property Contact.vCard.
getVCard() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultContact
Getter for property InlineQueryResultContact.vCard.
getVCard() - Method in class io.github.ageofwar.telejam.inline.InputContactMessageContent
getVenue() - Method in class io.github.ageofwar.telejam.messages.VenueMessage
Getter for property VenueMessage.venue.
getVideo() - Method in class io.github.ageofwar.telejam.messages.VideoMessage
Getter for property VideoMessage.video.
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
Getter for property VideoNoteMessage.videoNote.
getVideoUrl() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
Getter for property InlineQueryResultVideo.videoUrl.
getVideoWidth() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResultVideo
getVoice() - Method in class io.github.ageofwar.telejam.messages.VoiceMessage
Getter for property VoiceMessage.voice.
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
Getter for property InlineQueryResultVoice.voiceUrl.
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
Getter for property InputMediaAnimation.width.
getWidth() - Method in class io.github.ageofwar.telejam.media.InputMediaVideo
Getter for property InputMediaVideo.width.
getWidth() - Method in class io.github.ageofwar.telejam.media.PhotoSize
Getter for property PhotoSize.width.
getWidth() - Method in class io.github.ageofwar.telejam.media.Video
Getter for property Video.width.
getWidth() - Method in class io.github.ageofwar.telejam.stickers.Sticker
Getter for property Sticker.width.
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
 

H

hashCode() - Method in class io.github.ageofwar.telejam.callbacks.CallbackQuery
 
hashCode() - Method in class io.github.ageofwar.telejam.chats.Chat
 
hashCode() - Method in class io.github.ageofwar.telejam.chats.ChatPhoto
 
hashCode() - Method in class io.github.ageofwar.telejam.commands.Command
 
hashCode() - Method in class io.github.ageofwar.telejam.connection.InputFile
 
hashCode() - Method in class io.github.ageofwar.telejam.contacts.Contact
 
hashCode() - Method in class io.github.ageofwar.telejam.games.Game
 
hashCode() - Method in class io.github.ageofwar.telejam.games.GameHighScore
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.CallbackDataInlineKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.InlineKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.InlineQuery
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.InlineQueryResult
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryCurrentChatInlineKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.SwitchInlineQueryInlineKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.inline.UrlInlineKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.keyboards.KeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.keyboards.RequestContactKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.keyboards.RequestLocationKeyboardButton
 
hashCode() - Method in class io.github.ageofwar.telejam.locations.Location
 
hashCode() - Method in class io.github.ageofwar.telejam.locations.Venue
 
hashCode() - Method in class io.github.ageofwar.telejam.media.Animation
 
hashCode() - Method in class io.github.ageofwar.telejam.media.Audio
 
hashCode() - Method in class io.github.ageofwar.telejam.media.Document
 
hashCode() - Method in class io.github.ageofwar.telejam.media.PhotoSize
 
hashCode() - Method in class io.github.ageofwar.telejam.media.Video
 
hashCode() - Method in class io.github.ageofwar.telejam.media.VideoNote
 
hashCode() - Method in class io.github.ageofwar.telejam.media.Voice
 
hashCode() - Method in class io.github.ageofwar.telejam.messages.Message
 
hashCode() - Method in class io.github.ageofwar.telejam.messages.MessageEntity
 
hashCode() - Method in class io.github.ageofwar.telejam.payments.LabeledPrice
 
hashCode() - Method in class io.github.ageofwar.telejam.payments.OrderInfo
 
hashCode() - Method in class io.github.ageofwar.telejam.payments.ShippingAddress
 
hashCode() - Method in class io.github.ageofwar.telejam.payments.ShippingOption
 
hashCode() - Method in class io.github.ageofwar.telejam.replymarkups.InlineKeyboardMarkup
 
hashCode() - Method in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardMarkup
 
hashCode() - Method in class io.github.ageofwar.telejam.stickers.MaskPosition
 
hashCode() - Method in class io.github.ageofwar.telejam.stickers.Sticker
 
hashCode() - Method in class io.github.ageofwar.telejam.stickers.StickerSet
 
hashCode() - Method in class io.github.ageofwar.telejam.text.Link
 
hashCode() - Method in class io.github.ageofwar.telejam.text.Mention
 
hashCode() - Method in class io.github.ageofwar.telejam.text.Text
 
hashCode() - Method in class io.github.ageofwar.telejam.updates.Update
 
hashCode() - Method in class io.github.ageofwar.telejam.users.ChatMember
 
hashCode() - Method in class io.github.ageofwar.telejam.users.User
 
hashCode() - Method in class io.github.ageofwar.telejam.users.UserProfilePhotos
 
hashtag(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates an hashtag.
height(Integer) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
 
height(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideo
 
Http - Class in io.github.ageofwar.telejam.connection
 

I

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
JSON adapter for class InlineKeyboardButton.
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
JSON adapter for class InlineQueryResult.
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
JSON adapter for class InputMedia.
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
JSON adapter for class InputMessageContent.
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
Getter for property User.isBot.
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
Getter for property StickerSet.containsMasks.
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
Getter for property ReplyKeyboardMarkup.selective.
isSpaceBetween() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.spaceBetween.
isSymbolLeft() - Method in class io.github.ageofwar.telejam.payments.Currency
Getter for property Currency.symbolLeft.
italic(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates an italic text.

J

Json - Class in io.github.ageofwar.telejam.json
Utility class for JSON serialization and deserialization.
JsonSyntaxException - Exception in io.github.ageofwar.telejam.json
This exception is raised when Json attempts to read (or write) a malformed JSON element.
JsonSyntaxException(String) - Constructor for exception io.github.ageofwar.telejam.json.JsonSyntaxException
 
JsonSyntaxException(String, Throwable) - Constructor for exception io.github.ageofwar.telejam.json.JsonSyntaxException
 
JsonSyntaxException(Throwable) - Constructor for exception io.github.ageofwar.telejam.json.JsonSyntaxException
 

K

KeyboardButton - Class in io.github.ageofwar.telejam.keyboards
This object represents one button of the reply keyboard.
KeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.keyboards.KeyboardButton
Constructs a keyboard button.
KeyboardButtonAdapter - Class in io.github.ageofwar.telejam.keyboards
JSON adapter for class KeyboardButton.
KickChatMember - Class in io.github.ageofwar.telejam.methods
Use this method to kick a user from a group, a supergroup or a channel.
KickChatMember() - Constructor for class io.github.ageofwar.telejam.methods.KickChatMember
 

L

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.

M

Markdown - Class in io.github.ageofwar.telejam.text
Markdown text parser and writer.
maskPosition(MaskPosition) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
 
maskPosition(MaskPosition) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
 
MaskPosition - Class in io.github.ageofwar.telejam.stickers
This object describes the position on faces where a mask should be placed by default.
MaskPosition(MaskPosition.Point, float, float, float) - Constructor for class io.github.ageofwar.telejam.stickers.MaskPosition
 
MaskPosition.Point - Enum in io.github.ageofwar.telejam.stickers
 
maxConnections(Integer) - Method in class io.github.ageofwar.telejam.methods.SetWebhook
 
media(InputMedia) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
 
media(InputMedia...) - Method in class io.github.ageofwar.telejam.methods.SendMediaGroup
 
Mention - Class in io.github.ageofwar.telejam.text
Class representing a text mention.
Mention(String, User) - Constructor for class io.github.ageofwar.telejam.text.Mention
Constructs a text mention.
mention(User) - Static method in class io.github.ageofwar.telejam.text.Text
Creates a mention.
mention(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates a mention.
Message - Class in io.github.ageofwar.telejam.messages
This object represents a message.
Message(long, User, long, Chat, Message, Long, String) - Constructor for class io.github.ageofwar.telejam.messages.Message
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.DeleteMessage
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.EditMessageCaption
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.EditMessageMedia
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.EditMessageText
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.ForwardMessage
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.GetGameHighScores
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.PinChatMessage
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.SetGameScore
 
message(Long) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
 
message(Message) - Method in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
 
MessageAdapter - Class in io.github.ageofwar.telejam.messages
JSON Adapter for class Message.
MessageEditHandler - Interface in io.github.ageofwar.telejam.messages
Interface that handles edited messages received from a bot.
MessageEntity - Class in io.github.ageofwar.telejam.messages
This object represents one special entity in a text message.
MessageEntity(String, int, int) - Constructor for class io.github.ageofwar.telejam.messages.MessageEntity
 
MessageEntity(User, int, int) - Constructor for class io.github.ageofwar.telejam.messages.MessageEntity
 
MessageEntity(MessageEntity.Type, int, int) - Constructor for class io.github.ageofwar.telejam.messages.MessageEntity
 
MessageEntity.Type - Enum in io.github.ageofwar.telejam.messages
 
MessageHandler - Interface in io.github.ageofwar.telejam.messages
Interface that handles messages received from a bot.
MessagePinnedMessage - Class in io.github.ageofwar.telejam.messages
This object represents a pinned message message.
MessagePinnedMessage(long, User, long, Chat, Message) - Constructor for class io.github.ageofwar.telejam.messages.MessagePinnedMessage
 
MessageUpdate - Class in io.github.ageofwar.telejam.updates
This object represents an incoming update.
MessageUpdate(long, Message) - Constructor for class io.github.ageofwar.telejam.updates.MessageUpdate
 
MigrateFromChatIdMessage - Class in io.github.ageofwar.telejam.messages
This object represents a migrate from chat id message.
MigrateFromChatIdMessage(long, User, long, Chat, long) - Constructor for class io.github.ageofwar.telejam.messages.MigrateFromChatIdMessage
 
MigrateToChatIdMessage - Class in io.github.ageofwar.telejam.messages
This object represents a migrate to chat id message.
MigrateToChatIdMessage(long, User, long, Chat, long) - Constructor for class io.github.ageofwar.telejam.messages.MigrateToChatIdMessage
 
move(int, int) - Method in class io.github.ageofwar.telejam.messages.MessageEntity
 

N

NAME - Static variable in class io.github.ageofwar.telejam.methods.AddStickerToSet
 
name(String) - Method in class io.github.ageofwar.telejam.methods.AddStickerToSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.AnswerCallbackQuery
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.AnswerShippingQuery
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
 
name(String) - Method in class io.github.ageofwar.telejam.methods.CreateNewStickerSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.DeleteChatPhoto
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.DeleteChatStickerSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.DeleteMessage
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.DeleteStickerFromSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.DeleteWebhook
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.EditMessageCaption
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.EditMessageLiveLocation
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.EditMessageMedia
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.EditMessageReplyMarkup
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.EditMessageText
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.ExportChatInviteLink
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.ForwardMessage
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetChat
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetChatAdministrators
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetChatMember
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetChatMembersCount
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetFile
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetGameHighScores
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetMe
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetStickerSet
 
name(String) - Method in class io.github.ageofwar.telejam.methods.GetStickerSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetUpdates
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetUserProfilePhotos
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.GetWebhookInfo
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.KickChatMember
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.LeaveChat
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.PinChatMessage
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.PromoteChatMember
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.RestrictChatMember
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendAnimation
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendAudio
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendChatAction
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendContact
 
name(String, String) - Method in class io.github.ageofwar.telejam.methods.SendContact
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendDocument
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendGame
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendInvoice
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendLocation
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendMediaGroup
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendMessage
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendPhoto
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendSticker
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendVenue
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendVideo
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendVideoNote
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SendVoice
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetChatDescription
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetChatPhoto
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetChatStickerSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetChatTitle
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetGameScore
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.SetWebhook
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.StopMessageLiveLocation
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.UnbanChatMember
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.UnpinChatMessage
 
NAME - Static variable in class io.github.ageofwar.telejam.methods.UploadStickerFile
 
needEmail(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needEmail() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needName(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needName() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needPhoneNumber(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needPhoneNumber() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needShippingAddress(Boolean) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
needShippingAddress() - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
NewChatMemberHandler - Interface in io.github.ageofwar.telejam.messages
Interface that handles new chat members messages received from a bot.
NewChatMembersMessage - Class in io.github.ageofwar.telejam.messages
This object represents a new chat members message.
NewChatMembersMessage(long, User, long, Chat, User[]) - Constructor for class io.github.ageofwar.telejam.messages.NewChatMembersMessage
 
NewChatPhotoMessage - Class in io.github.ageofwar.telejam.messages
This object represents a message.
NewChatPhotoMessage(long, User, long, Chat, PhotoSize[]) - Constructor for class io.github.ageofwar.telejam.messages.NewChatPhotoMessage
 
NewChatTitleMessage - Class in io.github.ageofwar.telejam.messages
This object represents a message.
NewChatTitleMessage(long, User, long, Chat, String) - Constructor for class io.github.ageofwar.telejam.messages.NewChatTitleMessage
 
newLogger(Bot) - Static method in class io.github.ageofwar.telejam.loggers.Loggers
Returns the default logger for the specified bot.
nextOffset(String) - Method in class io.github.ageofwar.telejam.methods.AnswerInlineQuery
 
NONSELECTIVE - Static variable in class io.github.ageofwar.telejam.replymarkups.ForceReply
 
NONSELECTIVE - Static variable in class io.github.ageofwar.telejam.replymarkups.ReplyKeyboardRemove
 

O

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
Getter for property Result.success.
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
 

P

parseHtml(String) - Static method in class io.github.ageofwar.telejam.text.Text
Converts an HTML String into a Text.
parseMarkdown(String) - Static method in class io.github.ageofwar.telejam.text.Text
Converts an Markdown String into a Text.
parseText(String) - Static method in class io.github.ageofwar.telejam.text.Markdown
 
PayInlineKeyboardButton - Class in io.github.ageofwar.telejam.inline
This object represents one pay button of an inline keyboard.
PayInlineKeyboardButton(String) - Constructor for class io.github.ageofwar.telejam.inline.PayInlineKeyboardButton
Constructs an InlineKeyboardButton.
payload(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
performer(String) - Method in class io.github.ageofwar.telejam.methods.SendAudio
 
phoneNumber(String) - Method in class io.github.ageofwar.telejam.methods.SendContact
 
phoneNumber(String) - Static method in class io.github.ageofwar.telejam.text.Text
Creates a phone number.
photo(String) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
 
photo(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SendPhoto
 
photo(UploadFile) - Method in class io.github.ageofwar.telejam.methods.SetChatPhoto
 
photoHeight(Integer) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
PhotoMessage - Class in io.github.ageofwar.telejam.messages
This object represents a photo message.
PhotoMessage(long, User, long, Chat, Message, Long, String, PhotoSize[], Text) - Constructor for class io.github.ageofwar.telejam.messages.PhotoMessage
 
PhotoSize - Class in io.github.ageofwar.telejam.media
This object represents one size of a photo or a file / sticker thumbnail.
PhotoSize(String, int, int, Integer) - Constructor for class io.github.ageofwar.telejam.media.PhotoSize
 
PhotoSize(String, int, int) - Constructor for class io.github.ageofwar.telejam.media.PhotoSize
 
photoSize(Integer) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
photoUrl(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
photoWidth(Integer) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
PinChatMessage - Class in io.github.ageofwar.telejam.methods
Use this method to pin a message in a supergroup.
PinChatMessage() - Constructor for class io.github.ageofwar.telejam.methods.PinChatMessage
 
position(Integer) - Method in class io.github.ageofwar.telejam.methods.SetStickerPositionInSet
 
post(String, Map<String, Object>, Map<String, UploadFile>) - Static method in class io.github.ageofwar.telejam.connection.Http
 
preCheckoutQuery(String) - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
 
preCheckoutQuery(PreCheckoutQuery) - Method in class io.github.ageofwar.telejam.methods.AnswerPreCheckoutQuery
 
PreCheckoutQuery - Class in io.github.ageofwar.telejam.payments
This object contains information about an incoming pre-checkout query.
PreCheckoutQuery(String, User, Currency, int, String, String, OrderInfo) - Constructor for class io.github.ageofwar.telejam.payments.PreCheckoutQuery
 
PreCheckoutQueryUpdate - Class in io.github.ageofwar.telejam.updates
This object represents an incoming update.
PreCheckoutQueryUpdate(long, PreCheckoutQuery) - Constructor for class io.github.ageofwar.telejam.updates.PreCheckoutQueryUpdate
 
prices(LabeledPrice...) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
PrivateChat - Class in io.github.ageofwar.telejam.chats
This class represents a private chat.
PrivateChat(long, String, String, String) - Constructor for class io.github.ageofwar.telejam.chats.PrivateChat
 
PromoteChatMember - Class in io.github.ageofwar.telejam.methods
Use this method to promote or demote a user in a supergroup or a channel.
PromoteChatMember() - Constructor for class io.github.ageofwar.telejam.methods.PromoteChatMember
 
providerData(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 
providerToken(String) - Method in class io.github.ageofwar.telejam.methods.SendInvoice
 

R

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
JSON Adapter for class ReplyMarkup.
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
 

S

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
 

T

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
Factory class for 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
 

U

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
 

V

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
 

W

WebhookInfo - Class in io.github.ageofwar.telejam.webhook
Contains information about the current status of a webhook.
WebhookInfo(String, boolean, int, Long, String, Integer, String[]) - Constructor for class io.github.ageofwar.telejam.webhook.WebhookInfo
 
width(Integer) - Method in class io.github.ageofwar.telejam.methods.SendAnimation
 
width(Integer) - Method in class io.github.ageofwar.telejam.methods.SendVideo
 
withName(String) - Method in interface io.github.ageofwar.telejam.callbacks.CallbackDataHandler
Returns a new CallbackDataHandler that filters callbacks with the specified name.
withName(String, String...) - Method in interface io.github.ageofwar.telejam.commands.CommandHandler
Returns a new CommandHandler that filters command with the specified name or aliases.
write(Text, Writer) - Static method in class io.github.ageofwar.telejam.text.Markdown
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links