Inherits Object.
Contains information about a chat shared with a bot.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
string | title_ |
Title of the chat; for bots only. | |
string | username_ |
Username of the chat; for bots only. | |
object_ptr< photo > | photo_ |
Photo of the chat; for bots only; may be null. | |
Public Instance Methods | |
sharedChat () | |
sharedChat (int53 chat_id_, string const &title_, string const &username_, object_ptr< photo > &&photo_) | |
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 = 1250406426 |
Identifier uniquely determining a type of the object. | |
sharedChat | ( | ) |
Contains information about a chat shared with a bot.
sharedChat | ( | int53 | chat_id_, |
string const & | title_, | ||
string const & | username_, | ||
object_ptr< photo > && | photo_ | ||
) |
Contains information about a chat shared with a bot.
[in] | chat_id_ | Chat identifier. |
[in] | title_ | Title of the chat; for bots only. |
[in] | username_ | Username of the chat; for bots only. |
[in] | photo_ | Photo of the chat; for bots only; may be null. |
|
finalvirtual |