Interface ChatMember
-
- All Superinterfaces:
BotApiObject,Serializable
- All Known Implementing Classes:
ChatMemberAdministrator,ChatMemberBanned,ChatMemberLeft,ChatMemberMember,ChatMemberOwner,ChatMemberRestricted
public interface ChatMember extends BotApiObject
- Version:
- 5.3 This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported:
- Author:
- Ruben Bermudez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStatus()UsergetUser()
-