public static class TdApi.GiveawayParticipantStatusAdministrator extends TdApi.GiveawayParticipantStatus
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat administered by the user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GiveawayParticipantStatusAdministrator()
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.
|
GiveawayParticipantStatusAdministrator(long chatId)
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GiveawayParticipantStatusAdministrator()
public GiveawayParticipantStatusAdministrator(long chatId)
chatId - Identifier of the chat administered by the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object