Inherits Function.
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button.
Returns object_ptr<LoginUrlInfo>.
Public Fields | |
| int53 | chat_id_ |
| Chat identifier of the message with the button. | |
| int53 | message_id_ |
| Message identifier of the message with the button. The message must not be scheduled. | |
| int53 | button_id_ |
| Button identifier. | |
Public Types | |
| using | ReturnType = object_ptr< LoginUrlInfo > |
| Typedef for the type returned by the function. | |
Public Instance Methods | |
| getLoginUrlInfo () | |
| getLoginUrlInfo (int53 chat_id_, int53 message_id_, int53 button_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 = -859202125 |
| Identifier uniquely determining a type of the object. | |
| getLoginUrlInfo | ( | ) |
Default constructor for a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button.
Returns object_ptr<LoginUrlInfo>.
| getLoginUrlInfo | ( | int53 | chat_id_, |
| int53 | message_id_, | ||
| int53 | button_id_ | ||
| ) |
Creates a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button.
Returns object_ptr<LoginUrlInfo>.
| [in] | chat_id_ | Chat identifier of the message with the button. |
| [in] | message_id_ | Message identifier of the message with the button. The message must not be scheduled. |
| [in] | button_id_ | Button identifier. |
|
finalvirtual |