Uses of Class
com.jtelegram.api.chat.Chat
-
-
Uses of Chat in com.jtelegram.api.chat
Subclasses of Chat in com.jtelegram.api.chat Modifier and Type Class Description class
ChannelChat
class
GroupChat
class
PrivateChat
class
SupergroupChat
Methods in com.jtelegram.api.chat that return Chat Modifier and Type Method Description Chat
Chat.Deserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
Methods in com.jtelegram.api.chat that return types with arguments of type Chat Modifier and Type Method Description java.lang.Class<? extends Chat>
ChatType. getRepresentingClass()
-
Uses of Chat in com.jtelegram.api.chat.id
Methods in com.jtelegram.api.chat.id with parameters of type Chat Modifier and Type Method Description static LongChatId
ChatId. of(Chat chat)
-
Uses of Chat in com.jtelegram.api.chat.type
Subclasses of Chat in com.jtelegram.api.chat.type Modifier and Type Class Description class
LargeChat
class
MultiMemberChat
-
Uses of Chat in com.jtelegram.api.commands
Methods in com.jtelegram.api.commands that return Chat Modifier and Type Method Description Chat
Command. getChat()
-
Uses of Chat in com.jtelegram.api.events.chat
Methods in com.jtelegram.api.events.chat that return Chat Modifier and Type Method Description Chat
ChatMigratedFromChatEvent. getNewChat()
Chat
ChatMigratedToChatEvent. getNewChat()
Chat
GroupChatCreatedEvent. getNewChat()
-
Uses of Chat in com.jtelegram.api.message
Methods in com.jtelegram.api.message that return Chat Modifier and Type Method Description Chat
Message. getChat()
Chat
Message. getForwardedFromChat()
-
Uses of Chat in com.jtelegram.api.requests.chat
Method parameters in com.jtelegram.api.requests.chat with type arguments of type Chat Modifier and Type Method Description GetChat.GetChatBuilder
GetChat.GetChatBuilder. callback(java.util.function.Consumer<Chat> callback)
Constructor parameters in com.jtelegram.api.requests.chat with type arguments of type Chat Constructor Description GetChat(java.util.function.Consumer<Chat> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId)
-