Uses of Class
com.jtelegram.api.message.impl.GameMessage
-
Packages that use GameMessage Package Description com.jtelegram.api.events.message com.jtelegram.api.requests.message.edit -
-
Uses of GameMessage in com.jtelegram.api.events.message
Constructors in com.jtelegram.api.events.message with parameters of type GameMessage Constructor Description GameMessageEvent(TelegramBot bot, GameMessage message)
-
Uses of GameMessage in com.jtelegram.api.requests.message.edit
Methods in com.jtelegram.api.requests.message.edit with parameters of type GameMessage Modifier and Type Method Description static EditTextMessage.EditTextMessageBuilder
EditTextMessage. forMessage(GameMessage message)
Creates a request builder to edit the text of the specified message.
-