public static class TdApi.GroupFull extends TdApi.TLObject
Modifier and Type | Field and Description |
---|---|
int |
adminId
Identifier of group creator, 0 if unknown.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
TdApi.Group |
group
General info about group.
|
java.lang.String |
inviteLink
Invite link for this group, available only for group admin and only after it is generated at least once.
|
TdApi.ChatParticipant[] |
participants
Group participants.
|
Constructor and Description |
---|
GroupFull()
Default constructor.
|
GroupFull(TdApi.Group group,
int adminId,
TdApi.ChatParticipant[] participants,
java.lang.String inviteLink)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Group group
public int adminId
public TdApi.ChatParticipant[] participants
public java.lang.String inviteLink
public static final int CONSTRUCTOR
public GroupFull()
public GroupFull(TdApi.Group group, int adminId, TdApi.ChatParticipant[] participants, java.lang.String inviteLink)
public int getConstructor()
getConstructor
in class TdApi.TLObject