public static class TdApi.PushMessageContentChatAddMembers extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isCurrentUser
True, if the current user was added to the group.
|
boolean |
isReturned
True, if the user has returned to the group themselves.
|
java.lang.String |
memberName
Name of the added member.
|
Constructor and Description |
---|
PushMessageContentChatAddMembers()
New chat members were invited to a group.
|
PushMessageContentChatAddMembers(java.lang.String memberName,
boolean isCurrentUser,
boolean isReturned)
New chat members were invited to a group.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String memberName
public boolean isCurrentUser
public boolean isReturned
public static final int CONSTRUCTOR
public PushMessageContentChatAddMembers()
public PushMessageContentChatAddMembers(java.lang.String memberName, boolean isCurrentUser, boolean isReturned)
memberName
- Name of the added member.isCurrentUser
- True, if the current user was added to the group.isReturned
- True, if the user has returned to the group themselves.public int getConstructor()
getConstructor
in class TdApi.PushMessageContent