Inherits Function.
Stops a poll.
Returns object_ptr<Ok>.
|
static const std::int32_t | ID = 1659374253 |
| Identifier uniquely determining a type of the object.
|
|
◆ stopPoll() [1/2]
Default constructor for a function, which stops a poll.
Returns object_ptr<Ok>.
◆ stopPoll() [2/2]
Creates a function, which stops a poll.
Returns object_ptr<Ok>.
- Parameters
-
[in] | chat_id_ | Identifier of the chat to which the poll belongs. |
[in] | message_id_ | Identifier of the message containing the poll. Use messageProperties.can_be_edited to check whether the poll can be stopped. |
[in] | reply_markup_ | The new message reply markup; pass null if none; for bots only. |
◆ store()
void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: