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 LongChatId
Chat. 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 LongChatId
ChatId. of(long id)
static LongChatId
ChatId. of(Chat chat)
static LongChatId
ChatId. 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 LongChatId
GetGameHighScores. getChatId()
LongChatId
SetGameScore. getChatId()
Methods in com.jtelegram.api.requests.game with parameters of type LongChatId Modifier and Type Method Description GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. chatId(LongChatId chatId)
SetGameScore.SetGameScoreBuilder
SetGameScore.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)
-