Package org.drinkless.tdlib
Class TdApi.UpdateSpeechRecognitionTrial
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateSpeechRecognitionTrial
- Enclosing class:
- TdApi
The parameters of speech recognition without Telegram Premium subscription has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intNumber of left speech recognition attempts this week.intThe maximum allowed duration of media for speech recognition without Telegram Premium subscription, in seconds.intPoint in time (Unix timestamp) when the weekly number of tries will reset; 0 if unknown.intThe total number of allowed speech recognitions per week; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
maxMediaDuration
public int maxMediaDurationThe maximum allowed duration of media for speech recognition without Telegram Premium subscription, in seconds. -
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, in seconds.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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-