Uses of Class
com.jtelegram.api.chat.ChatType
-
Packages that use ChatType Package Description com.jtelegram.api.chat com.jtelegram.api.commands.filters -
-
Uses of ChatType in com.jtelegram.api.chat
Methods in com.jtelegram.api.chat that return ChatType Modifier and Type Method Description ChatType
Chat. getType()
static ChatType
ChatType. valueOf(java.lang.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. -
Uses of ChatType in com.jtelegram.api.commands.filters
Constructors in com.jtelegram.api.commands.filters with parameters of type ChatType Constructor Description ChatTypeFilter(ChatType[] chatTypes, CommandFilter... children)
Creates a ChatTypeFilter with given children.ChatTypeFilter(ChatType chatType, CommandFilter... children)
Creates a ChatTypeFilter with given children.
-