public static class TdApi.UpdateSupergroupFullInfo extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SupergroupFullInfo |
supergroupFullInfo
New full information about the supergroup.
|
long |
supergroupId
Identifier of the supergroup or channel.
|
| Constructor and Description |
|---|
UpdateSupergroupFullInfo()
Some data in supergroupFullInfo has been changed.
|
UpdateSupergroupFullInfo(long supergroupId,
TdApi.SupergroupFullInfo supergroupFullInfo)
Some data in supergroupFullInfo has been changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public TdApi.SupergroupFullInfo supergroupFullInfo
public static final int CONSTRUCTOR
public UpdateSupergroupFullInfo()
public UpdateSupergroupFullInfo(long supergroupId,
TdApi.SupergroupFullInfo supergroupFullInfo)
supergroupId - Identifier of the supergroup or channel.supergroupFullInfo - New full information about the supergroup.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object