public static class TdApi.SuggestedActionConvertToBroadcastGroup extends TdApi.SuggestedAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
supergroupId
Supergroup identifier.
|
| Constructor and Description |
|---|
SuggestedActionConvertToBroadcastGroup()
Suggests the user to convert specified supergroup to a broadcast group.
|
SuggestedActionConvertToBroadcastGroup(long supergroupId)
Suggests the user to convert specified supergroup to a broadcast group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public static final int CONSTRUCTOR
public SuggestedActionConvertToBroadcastGroup()
public SuggestedActionConvertToBroadcastGroup(long supergroupId)
supergroupId - Supergroup identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object