Constant Field Values

Contents

org.telegram.*

  • org.telegram.telegrambots.meta.api.methods.AnswerCallbackQuery 
    Modifier and Type Constant Field Value
    public static final String PATH "answercallbackquery"
  • org.telegram.telegrambots.meta.api.methods.AnswerInlineQuery 
    Modifier and Type Constant Field Value
    public static final String PATH "answerInlineQuery"
  • org.telegram.telegrambots.meta.api.methods.AnswerPreCheckoutQuery 
    Modifier and Type Constant Field Value
    public static final String PATH "answerPreCheckoutQuery"
  • org.telegram.telegrambots.meta.api.methods.AnswerShippingQuery 
    Modifier and Type Constant Field Value
    public static final String PATH "answerShippingQuery"
  • org.telegram.telegrambots.meta.api.methods.BotApiMethod<T extends Serializable> 
    Modifier and Type Constant Field Value
    protected static final String METHOD_FIELD "method"
  • org.telegram.telegrambots.meta.api.methods.CopyMessage 
    Modifier and Type Constant Field Value
    public static final String PATH "copyMessage"
  • org.telegram.telegrambots.meta.api.methods.ForwardMessage 
    Modifier and Type Constant Field Value
    public static final String PATH "forwardmessage"
  • org.telegram.telegrambots.meta.api.methods.GetFile 
    Modifier and Type Constant Field Value
    public static final String PATH "getFile"
  • org.telegram.telegrambots.meta.api.methods.GetMe 
    Modifier and Type Constant Field Value
    public static final String PATH "getme"
  • org.telegram.telegrambots.meta.api.methods.GetUserProfilePhotos 
    Modifier and Type Constant Field Value
    public static final String PATH "getuserprofilephotos"
  • org.telegram.telegrambots.meta.api.methods.ParseMode 
    Modifier and Type Constant Field Value
    public static final String HTML "html"
    public static final String MARKDOWN "Markdown"
    public static final String MARKDOWNV2 "MarkdownV2"
  • org.telegram.telegrambots.meta.api.methods.SetPassportDataErrors 
    Modifier and Type Constant Field Value
    public static final String PATH "setPassportDataErrors"
  • org.telegram.telegrambots.meta.api.methods.StopMessageLiveLocation 
    Modifier and Type Constant Field Value
    public static final String PATH "stopMessageLiveLocation"
  • org.telegram.telegrambots.meta.api.methods.commands.GetMyCommands 
    Modifier and Type Constant Field Value
    public static final String PATH "getMyCommands"
  • org.telegram.telegrambots.meta.api.methods.commands.SetMyCommands 
    Modifier and Type Constant Field Value
    public static final String PATH "setMyCommands"
  • org.telegram.telegrambots.meta.api.methods.games.GetGameHighScores 
    Modifier and Type Constant Field Value
    public static final String PATH "getGameHighScores"
  • org.telegram.telegrambots.meta.api.methods.games.SetGameScore 
    Modifier and Type Constant Field Value
    public static final String PATH "setGameScore"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.DeleteChatPhoto 
    Modifier and Type Constant Field Value
    public static final String PATH "deleteChatPhoto"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.DeleteChatStickerSet 
    Modifier and Type Constant Field Value
    public static final String PATH "deleteChatStickerSet"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.ExportChatInviteLink 
    Modifier and Type Constant Field Value
    public static final String PATH "exportChatInviteLink"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.GetChat 
    Modifier and Type Constant Field Value
    public static final String PATH "getChat"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.GetChatAdministrators 
    Modifier and Type Constant Field Value
    public static final String PATH "getChatAdministrators"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.GetChatMember 
    Modifier and Type Constant Field Value
    public static final String PATH "getChatMember"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.GetChatMembersCount 
    Modifier and Type Constant Field Value
    public static final String PATH "getChatMembersCount"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.KickChatMember 
    Modifier and Type Constant Field Value
    public static final String PATH "kickchatmember"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.LeaveChat 
    Modifier and Type Constant Field Value
    public static final String PATH "leaveChat"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.PromoteChatMember 
    Modifier and Type Constant Field Value
    public static final String PATH "promoteChatMember"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.RestrictChatMember 
    Modifier and Type Constant Field Value
    public static final String PATH "restrictchatmember"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatAdministratorCustomTitle 
    Modifier and Type Constant Field Value
    public static final String PATH "setChatAdministratorCustomTitle"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatDescription 
    Modifier and Type Constant Field Value
    public static final String PATH "setChatDescription"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatPermissions 
    Modifier and Type Constant Field Value
    public static final String PATH "setChatPermissions"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatPhoto 
    Modifier and Type Constant Field Value
    public static final String CHATID_FIELD "chat_id"
    public static final String PATH "setChatPhoto"
    public static final String PHOTO_FIELD "photo"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatStickerSet 
    Modifier and Type Constant Field Value
    public static final String PATH "setChatStickerSet"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatTitle 
    Modifier and Type Constant Field Value
    public static final String PATH "setChatTitle"
  • org.telegram.telegrambots.meta.api.methods.groupadministration.UnbanChatMember 
    Modifier and Type Constant Field Value
    public static final String PATH "unbanchatmember"
  • org.telegram.telegrambots.meta.api.methods.pinnedmessages.PinChatMessage 
    Modifier and Type Constant Field Value
    public static final String PATH "pinChatMessage"
  • org.telegram.telegrambots.meta.api.methods.pinnedmessages.UnpinAllChatMessages 
    Modifier and Type Constant Field Value
    public static final String PATH "unpinAllChatMessages"
  • org.telegram.telegrambots.meta.api.methods.pinnedmessages.UnpinChatMessage 
    Modifier and Type Constant Field Value
    public static final String PATH "unpinChatMessage"
  • org.telegram.telegrambots.meta.api.methods.polls.SendPoll 
    Modifier and Type Constant Field Value
    public static final String PATH "sendPoll"
  • org.telegram.telegrambots.meta.api.methods.polls.StopPoll 
    Modifier and Type Constant Field Value
    public static final String PATH "stopPoll"