public static class TdApi.UpdateSupergroupFullInfo extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update