java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSpeechRecognitionTrial
- Enclosing class:
- TdApi
The parameters of speech recognition without Telegram Premium
subscription has changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of left speech recognition attempts this week.int
The maximum allowed duration of media for speech recognition without Telegram Premium subscription.int
Point in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown.int
The total number of allowed speech recognitions per week; 0 if none. -
Constructor Summary
ConstructorDescriptionThe parameters of speech recognition without Telegram Premium subscription has changed.UpdateSpeechRecognitionTrial
(int maxMediaDuration, int weeklyCount, int leftCount, int nextResetDate) The parameters of speech recognition without Telegram Premium subscription has changed.The parameters of speech recognition without Telegram Premium subscription has changed. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
maxMediaDuration
public int maxMediaDurationThe maximum allowed duration of media for speech recognition without Telegram Premium subscription. -
weeklyCount
public int weeklyCountThe total number of allowed speech recognitions per week; 0 if none. -
leftCount
public int leftCountNumber of left speech recognition attempts this week. -
nextResetDate
public int nextResetDatePoint in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateSpeechRecognitionTrial
public UpdateSpeechRecognitionTrial()The parameters of speech recognition without Telegram Premium subscription has changed. -
UpdateSpeechRecognitionTrial
public UpdateSpeechRecognitionTrial(int maxMediaDuration, int weeklyCount, int leftCount, int nextResetDate) The parameters of speech recognition without Telegram Premium subscription has changed.- Parameters:
maxMediaDuration
- The maximum allowed duration of media for speech recognition without Telegram Premium subscription.weeklyCount
- The total number of allowed speech recognitions per week; 0 if none.leftCount
- Number of left speech recognition attempts this week.nextResetDate
- Point in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown.
-
UpdateSpeechRecognitionTrial
The parameters of speech recognition without Telegram Premium subscription has changed.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-