Inherits GiveawayParticipantStatus.
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.
Public Fields | |
int53 | chat_id_ |
Identifier of the chat administered by the user. | |
Public Instance Methods | |
giveawayParticipantStatusAdministrator () | |
giveawayParticipantStatusAdministrator (int53 chat_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -934593931 |
Identifier uniquely determining a type of the object. | |
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.
|
explicit |
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.
[in] | chat_id_ | Identifier of the chat administered by the user. |
|
finalvirtual |