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.
|
boolean |
canHideMembers
True, if non-administrators and non-bots can be hidden in responses to getSupergroupMembers and searchChatMembers for non-administrators after upgrading the basic group to a supergroup.
|
boolean |
canToggleAggressiveAntiSpam
True, if aggressive anti-spam checks can be enabled or disabled in the supergroup after upgrading the basic group to a supergroup.
|
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 if empty or unknown.
|
| Constructor and Description |
|---|
BasicGroupFullInfo()
Contains full information about a basic group.
|
BasicGroupFullInfo(TdApi.ChatPhoto photo,
java.lang.String description,
long creatorUserId,
TdApi.ChatMember[] members,
boolean canHideMembers,
boolean canToggleAggressiveAntiSpam,
TdApi.ChatInviteLink inviteLink,
TdApi.BotCommands[] botCommands)
Contains full information about a basic group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhoto photo
public java.lang.String description
public long creatorUserId
public TdApi.ChatMember[] members
public boolean canHideMembers
public boolean canToggleAggressiveAntiSpam
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, boolean canHideMembers, boolean canToggleAggressiveAntiSpam, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)
photo - Chat photo; may be null if empty or unknown. If non-null, then it is the same photo as in chat.photo.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.canHideMembers - True, if non-administrators and non-bots can be hidden in responses to getSupergroupMembers and searchChatMembers for non-administrators after upgrading the basic group to a supergroup.canToggleAggressiveAntiSpam - True, if aggressive anti-spam checks can be enabled or disabled in the supergroup after upgrading the basic group to a supergroup.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()
TdApi.ObjectgetConstructor in class TdApi.Object