Uses of Class
com.jtelegram.api.chat.id.LongChatId
-
Packages that use LongChatId Package Description com.jtelegram.api.chat com.jtelegram.api.chat.id com.jtelegram.api.requests.game -
-
Uses of LongChatId in com.jtelegram.api.chat
Methods in com.jtelegram.api.chat that return LongChatId Modifier and Type Method Description LongChatIdChat. getChatId() -
Uses of LongChatId in com.jtelegram.api.chat.id
Methods in com.jtelegram.api.chat.id that return LongChatId Modifier and Type Method Description static LongChatIdChatId. of(long id)static LongChatIdChatId. of(Chat chat)static LongChatIdChatId. of(Message message) -
Uses of LongChatId in com.jtelegram.api.requests.game
Methods in com.jtelegram.api.requests.game that return LongChatId Modifier and Type Method Description LongChatIdGetGameHighScores. getChatId()LongChatIdSetGameScore. getChatId()Methods in com.jtelegram.api.requests.game with parameters of type LongChatId Modifier and Type Method Description GetGameHighScores.GetGameHighScoresBuilderGetGameHighScores.GetGameHighScoresBuilder. chatId(LongChatId chatId)SetGameScore.SetGameScoreBuilderSetGameScore.SetGameScoreBuilder. chatId(LongChatId chatId)Constructors in com.jtelegram.api.requests.game with parameters of type LongChatId Constructor Description GetGameHighScores(java.util.function.Consumer<GameHighScore[]> callback, java.util.function.Consumer<TelegramException> errorHandler, java.lang.Long userId, LongChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId)
-