MCPcopy Create free account

hub / github.com/Eng-Fouad/JTelegramBot / functions

Functions1,343 in github.com/Eng-Fouad/JTelegramBot

MethodTelegramResult
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/TelegramResult.java:59
MethodUnbanningChatMemberNoTarget
(TelegramBotApi telegramBotApi, int userId)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1864
MethodUnbanningChatMemberReady
(TelegramBotApi telegramBotApi, int userId, ChatIdentifier targetChatIdentifier)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1899
MethodUpdate
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/Update.java:76
MethodUser
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/User.java:58
MethodUserProfilePhotos
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/UserProfilePhotos.java:48
MethodUserProfilePhotosRetrieving
(TelegramBotApi telegramBotApi, int userId)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1626
MethodVenue
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/Venue.java:58
MethodVideo
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/Video.java:76
MethodVideoSendingNoTarget
(TelegramBotApi telegramBotApi, MediaIdentifier mediaIdentifier)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1213
MethodVideoSendingReady
(TelegramBotApi telegramBotApi, MediaIdentifier mediaIdentifier, ChatIdentifier targetChatIdentifier)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1255
MethodVoice
()
JTelegramBot Core/src/io/fouad/jtb/core/beans/Voice.java:58
MethodVoiceSendingNoTarget
(TelegramBotApi telegramBotApi, MediaIdentifier mediaIdentifier)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1357
MethodVoiceSendingReady
(TelegramBotApi telegramBotApi, MediaIdentifier mediaIdentifier, ChatIdentifier targetChatIdentifier)
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1396
MethodWebhookServer
(JTelegramBot bot, String hostname, TelegramPort port, String path)
JTelegramBot Webhook/src/io/fouad/jtb/webhook/WebhookServer.java:93
MethodWrapper
(TelegramResult<?> telegramResult, String message)
JTelegramBot Core/src/io/fouad/jtb/core/exceptions/NegativeResponseException.java:43
MethodanswerCallbackQuery
Sends answer to callback query sent from inline keyboard. The answer will be displayed to the user as a notification at the top of the chat screen or
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:488
MethodanswerCallbackQuery
(String callbackQueryId, String text, Boolean showAlert)
JTelegramBot Core/src/io/fouad/jtb/core/JTelegramBot.java:842
MethodanswerInlineQuery
Sends answers to an inline query.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:506
MethodanswerInlineQuery
(String inlineQueryId, InlineQueryResult[] results, Integer cacheTime, Boole
JTelegramBot Core/src/io/fouad/jtb/core/JTelegramBot.java:946
Methodapi
Wraps the <code>TelegramBotApi</code> object to provide a simple API. @param telegramBotApi the <code>TelegramBotApi</code> object, or the <code>JTel
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:53
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:634
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:852
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:984
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1092
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1188
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1332
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1440
MethodapplyReplyMarkup
Applies additional instructions to create/hide custom keyboard or to force a reply from the user. @param replyMarkup use <code>io.fouad.jtb.core.buil
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1540
MethodasArticle
Represents a link to an article or web page.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:60
MethodasAudio
Represents a link to an mp3 audio file. By default, this audio file will be sent by the user. Alternatively, you can use messageContent to send a mess
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:107
MethodasCachedAudio
Represents a link to an mp3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can us
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:237
MethodasCachedDocument
Represents a link to a file stored on the Telegram servers. By default, this file will be sent by the user with an optional caption. Alternatively, yo
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:207
MethodasCachedGif
Represents a link to an animated GIF file stored on the Telegram servers. By default, this animated GIF file will be sent by the user with an optional
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:175
MethodasCachedMpeg4Gif
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers. By default, this animated MPEG-4 file wi
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:186
MethodasCachedPhoto
Represents a link to a photo stored on the Telegram servers. By default, this photo will be sent by the user with an optional caption. Alternatively,
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:165
MethodasCachedSticker
Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use messageCo
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:196
MethodasCachedVideo
Represents a link to a video file stored on the Telegram servers. By default, this video file will be sent by the user with an optional caption. Alter
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:217
MethodasCachedVoice
Represents a link to a voice message stored on the Telegram servers. By default, this voice message will be sent by the user. Alternatively, you can u
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:227
MethodasContact
Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use messageContent to send a messa
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:155
MethodasContactMessage
Represents the content of a contact message to be sent as the result of an inline query.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:71
MethodasDocument
Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use messageContent to sen
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:127
MethodasGif
Represents a link to an animated GIF file. By default, this animated GIF file will be sent by the user with optional caption. Alternatively, you can p
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:78
MethodasLocation
Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use messageContent to send a message with th
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:136
MethodasLocationMessage
Represents the content of a location message to be sent as the result of an inline query.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:55
MethodasMpeg4Gif
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound). By default, this animated MPEG-4 file will be sent by the user with opt
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:88
MethodasOneTimeKeyboard
Requests Telegram clients to hide the keyboard as soon as it's been used.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ReplyMarkupBuilder.java:103
MethodasPersonal
Using this method, results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:2560
MethodasPhoto
Represents a link to a photo. By default, this photo will be sent by the user with optional caption. Alternatively, you can provide messageContent to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:69
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:623
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:841
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:973
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1081
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1177
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1321
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1429
MethodasReplyToMessage
Make this message a reply to another message. @param messageId id of the message to be replied to
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1529
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:612
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:744
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:830
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:962
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1070
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1166
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1310
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1418
MethodasSilentMessage
sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:1518
MethodasTextMessage
Represents the content of a text message to be sent as the result of an inline query.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:47
MethodasUser
Gets basic info about the current bot as <code>User</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ApiBuilder.java:70
MethodasVenue
Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use messageContent to send a message with the specified con
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:145
MethodasVenueMessage
Represents the content of a venue message to be sent as the result of an inline query.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:63
MethodasVideo
Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:98
MethodasVoice
Represents a link to a voice recording in an .ogg container encoded with OPUS. By default, this voice recording will be sent by the user. Alternativel
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:117
MethodattachInlineKeyboard
Attaches inline keyboard with the sending message. @param inlineKeyboard 2D array of buttons, each represented by <code>InlineKeyboardButton</code>
JTelegramBot Builders/src/io/fouad/jtb/core/builders/ReplyMarkupBuilder.java:72
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:324
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:541
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:693
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:845
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1063
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1191
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1307
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1463
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1629
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1835
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:1988
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2137
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2241
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2344
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2423
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2550
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2678
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2782
MethodattachInlineKeyboard
Attaches an inline keyboard to the sending message. @param inlineKeyboard the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:2861
Methodbuild
Builds the inline keyboard. @return the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineKeyboardButtonBuilder.java:160
Methodbuild
Builds the inline keyboard. @return the inline keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineKeyboardButtonBuilder.java:198
Methodbuild
Builds the keyboard. @return the keyboard
JTelegramBot Builders/src/io/fouad/jtb/core/builders/KeyboardButtonBuilder.java:149
MethodbuildMessageContent
Builds the <code>InputMessageContent</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:126
MethodbuildMessageContent
Builds the <code>InputMessageContent</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:182
MethodbuildMessageContent
Builds the <code>InputMessageContent</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:299
MethodbuildMessageContent
Builds the <code>InputMessageContent</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InputMessageContentBuilder.java:366
MethodbuildResult
Builds the <code>InlineQueryResult</code> object.
JTelegramBot Builders/src/io/fouad/jtb/core/builders/InlineQueryResultBuilder.java:397
← previousnext →301–400 of 1,343, ranked by callers