| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat |
| Modifier and Type | Method and Description |
|---|---|
default ChatType |
GroupChat.getType()
Gets the ChatType of this Chat
|
ChatType |
Chat.getType()
Gets the ChatType of this Chat
|
default ChatType |
ChannelChat.getType()
Gets the ChatType of this Chat
|
default ChatType |
SuperGroupChat.getType() |
default ChatType |
IndividualChat.getType()
Gets the ChatType of this Chat
|
static ChatType |
ChatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatType[] |
ChatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.