Inherits MessageContent.
A new video chat was scheduled.
Public Fields | |
int32 | group_call_id_ |
Identifier of the video chat. The video chat can be received through the method getGroupCall. | |
int32 | start_date_ |
Point in time (Unix timestamp) when the group call is expected to be started by an administrator. | |
Public Instance Methods | |
messageVideoChatScheduled () | |
messageVideoChatScheduled (int32 group_call_id_, int32 start_date_) | |
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 = -1855185481 |
Identifier uniquely determining a type of the object. | |
A new video chat was scheduled.
messageVideoChatScheduled | ( | int32 | group_call_id_, |
int32 | start_date_ | ||
) |
A new video chat was scheduled.
[in] | group_call_id_ | Identifier of the video chat. The video chat can be received through the method getGroupCall. |
[in] | start_date_ | Point in time (Unix timestamp) when the group call is expected to be started by an administrator. |
|
finalvirtual |