#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | max_media_duration_ |
| | The maximum allowed duration of media for speech recognition without Telegram Premium subscription, in seconds.
|
| |
| int32 | weekly_count_ |
| | The total number of allowed speech recognitions per week; 0 if none.
|
| |
| int32 | left_count_ |
| | Number of left speech recognition attempts this week.
|
| |
| int32 | next_reset_date_ |
| | Point in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown.
|
| |
|
| static const std::int32_t | ID = -11600703 |
| | Identifier uniquely determining a type of the object.
|
| |
The parameters of speech recognition without Telegram Premium subscription has changed.
Definition at line 81892 of file td_api.h.
◆ updateSpeechRecognitionTrial() [1/2]
| td::td_api::updateSpeechRecognitionTrial::updateSpeechRecognitionTrial |
( |
| ) |
|
The parameters of speech recognition without Telegram Premium subscription has changed.
◆ updateSpeechRecognitionTrial() [2/2]
| td::td_api::updateSpeechRecognitionTrial::updateSpeechRecognitionTrial |
( |
int32 |
max_media_duration_, |
|
|
int32 |
weekly_count_, |
|
|
int32 |
left_count_, |
|
|
int32 |
next_reset_date_ |
|
) |
| |
The parameters of speech recognition without Telegram Premium subscription has changed.
- Parameters
-
| [in] | max_media_duration_ | The maximum allowed duration of media for speech recognition without Telegram Premium subscription, in seconds. |
| [in] | weekly_count_ | The total number of allowed speech recognitions per week; 0 if none. |
| [in] | left_count_ | Number of left speech recognition attempts this week. |
| [in] | next_reset_date_ | Point in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown. |
◆ store()
| void td::td_api::updateSpeechRecognitionTrial::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.
◆ ID
| const std::int32_t td::td_api::updateSpeechRecognitionTrial::ID = -11600703 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 81927 of file td_api.h.
◆ left_count_
| int32 td::td_api::updateSpeechRecognitionTrial::left_count_ |
Number of left speech recognition attempts this week.
Definition at line 81907 of file td_api.h.
◆ max_media_duration_
| int32 td::td_api::updateSpeechRecognitionTrial::max_media_duration_ |
The maximum allowed duration of media for speech recognition without Telegram Premium subscription, in seconds.
Definition at line 81903 of file td_api.h.
◆ next_reset_date_
| int32 td::td_api::updateSpeechRecognitionTrial::next_reset_date_ |
Point in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown.
Definition at line 81909 of file td_api.h.
◆ weekly_count_
| int32 td::td_api::updateSpeechRecognitionTrial::weekly_count_ |
The total number of allowed speech recognitions per week; 0 if none.
Definition at line 81905 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