#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | chat_id_ |
| | Identifier of the chat to which the message belongs.
|
| |
| int53 | message_id_ |
| | Identifier of the message. Use messageProperties.can_recognize_speech to check whether the message is suitable.
|
| |
|
| static const std::int32_t | ID = 1741947577 |
| | Identifier uniquely determining a type of the object.
|
| |
Recognizes speech in a video note or a voice note message.
Returns object_ptr<Ok>.
Definition at line 119276 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 119312 of file td_api.h.
◆ recognizeSpeech() [1/2]
| td::td_api::recognizeSpeech::recognizeSpeech |
( |
| ) |
|
Default constructor for a function, which recognizes speech in a video note or a voice note message.
Returns object_ptr<Ok>.
◆ recognizeSpeech() [2/2]
| td::td_api::recognizeSpeech::recognizeSpeech |
( |
int53 |
chat_id_, |
|
|
int53 |
message_id_ |
|
) |
| |
Creates a function, which recognizes speech in a video note or a voice note message.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | chat_id_ | Identifier of the chat to which the message belongs. |
| [in] | message_id_ | Identifier of the message. Use messageProperties.can_recognize_speech to check whether the message is suitable. |
◆ store()
| void td::td_api::recognizeSpeech::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 td::TlObject.
◆ chat_id_
| int53 td::td_api::recognizeSpeech::chat_id_ |
Identifier of the chat to which the message belongs.
Definition at line 119287 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::recognizeSpeech::ID = 1741947577 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 119309 of file td_api.h.
◆ message_id_
| int53 td::td_api::recognizeSpeech::message_id_ |
Identifier of the message. Use messageProperties.can_recognize_speech to check whether the message is suitable.
Definition at line 119289 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h