Inherits Function.
Returns sponsored message to be shown in a chat; for channel chats only. Returns a 404 error if there is no sponsored message in the chat.
Returns object_ptr<SponsoredMessage>.
Public Fields | |
int53 | chat_id_ |
Identifier of the chat. | |
Public Types | |
using | ReturnType = object_ptr< sponsoredMessage > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getChatSponsoredMessage () | |
getChatSponsoredMessage (int53 chat_id_) | |
std::int32_t | get_id () const final |
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 = 7520523 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns sponsored message to be shown in a chat; for channel chats only. Returns a 404 error if there is no sponsored message in the chat.
Returns object_ptr<SponsoredMessage>.
|
explicit |
Creates a function, which returns sponsored message to be shown in a chat; for channel chats only. Returns a 404 error if there is no sponsored message in the chat.
Returns object_ptr<SponsoredMessage>.
[in] | chat_id_ | Identifier of the chat. |
|
inlinefinalvirtual |
|
finalvirtual |