Uses of Class
com.jtelegram.api.chat.ChatMemberStatus
-
Packages that use ChatMemberStatus Package Description com.jtelegram.api.chat -
-
Uses of ChatMemberStatus in com.jtelegram.api.chat
Methods in com.jtelegram.api.chat that return ChatMemberStatus Modifier and Type Method Description ChatMemberStatus
ChatMember. getStatus()
static ChatMemberStatus
ChatMemberStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChatMemberStatus[]
ChatMemberStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-