Inherits Object.
Represents a list of video chat streams.
Public Fields | |
array< object_ptr< videoChatStream > > | streams_ |
A list of video chat streams. | |
Public Instance Methods | |
videoChatStreams () | |
videoChatStreams (array< object_ptr< videoChatStream >> &&streams_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -434622720 |
Identifier uniquely determining a type of the object. | |
videoChatStreams | ( | ) |
Represents a list of video chat streams.
|
explicit |
Represents a list of video chat streams.
[in] | streams_ | A list of video chat streams. |
|
finalvirtual |