public static class TdApi.BasicGroupFullInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
TdApi.BotCommands[] |
botCommands
List of commands of bots in the group.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
creatorUserId
User identifier of the creator of the group; 0 if unknown.
|
java.lang.String |
description
Group description.
|
TdApi.ChatInviteLink |
inviteLink
Primary invite link for this group; may be null.
|
TdApi.ChatMember[] |
members
Group members.
|
TdApi.ChatPhoto |
photo
Chat photo; may be null.
|
Constructor and Description |
---|
BasicGroupFullInfo()
Contains full information about a basic group.
|
BasicGroupFullInfo(TdApi.ChatPhoto photo,
java.lang.String description,
long creatorUserId,
TdApi.ChatMember[] members,
TdApi.ChatInviteLink inviteLink,
TdApi.BotCommands[] botCommands)
Contains full information about a basic group.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.ChatPhoto photo
public java.lang.String description
public long creatorUserId
public TdApi.ChatMember[] members
@Nullable public TdApi.ChatInviteLink inviteLink
public TdApi.BotCommands[] botCommands
public static final int CONSTRUCTOR
public BasicGroupFullInfo()
public BasicGroupFullInfo(TdApi.ChatPhoto photo, java.lang.String description, long creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)
photo
- Chat photo; may be null.description
- Group description. Updated only after the basic group is opened.creatorUserId
- User identifier of the creator of the group; 0 if unknown.members
- Group members.inviteLink
- Primary invite link for this group; may be null. For chat administrators with canInviteUsers right only. Updated only after the basic group is opened.botCommands
- List of commands of bots in the group.public int getConstructor()
getConstructor
in class TdApi.Object