-
static final class
The user is a member of the chat and
has some additional privileges.
static final class
The user or the chat was banned (and
hence is not a member of the chat).
static final class
The user is the owner of the chat and
has all the administrator privileges.
static final class
The user or the chat is not a chat member.
static final class
The user is a member of the chat,
without any additional privileges or restrictions.
static final class
The user is under certain restrictions
in the chat.
New status of the chat member.
New status of the chat member.
Previous status of the chat member.
Previous status of the chat member.
Status of the current user in the group.
TdApi.ChatEventMemberInvited.status
Status of the member in the chat.
TdApi.SetChatMemberStatus.status
The new status of the member in the chat.
Status of the current user in the
supergroup or channel; custom title
will be always empty.
Represents a basic group of 0-200
users (must be upgraded to a supergroup
to accommodate more than 200 users).
A new chat member was invited.
A chat member has gained/lost
administrator status, or the list of
their administrator privileges has changed.
A chat member was restricted/unrestricted
or banned/unbanned, or the list of
their restrictions has changed.
Describes a user or a chat as a member
of another chat.
Changes the status of a chat member,
needs appropriate privileges.
Supergroup(long id,
String username,
int date,
TdApi.ChatMemberStatus status,
int memberCount,
boolean hasLinkedChat,
boolean hasLocation,
boolean signMessages,
boolean isSlowModeEnabled,
boolean isChannel,
boolean isBroadcastGroup,
boolean isVerified,
String restrictionReason,
boolean isScam,
boolean isFake)
Represents a supergroup or channel
with zero or more members (subscribers
in the case of channels).