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 classChannelChatclassGroupChatclassPrivateChatclassSupergroupChatMethods in com.jtelegram.api.chat that return Chat Modifier and Type Method Description ChatChat.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 LongChatIdChatId. 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 classLargeChatclassMultiMemberChat -
Uses of Chat in com.jtelegram.api.commands
Methods in com.jtelegram.api.commands that return Chat Modifier and Type Method Description ChatCommand. 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 ChatChatMigratedFromChatEvent. getNewChat()ChatChatMigratedToChatEvent. getNewChat()ChatGroupChatCreatedEvent. getNewChat() -
Uses of Chat in com.jtelegram.api.message
Methods in com.jtelegram.api.message that return Chat Modifier and Type Method Description ChatMessage. getChat()ChatMessage. 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.GetChatBuilderGetChat.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)
-