Package org.drinkless.tdlib
Class TdApi.InputPageBlockThinking
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockThinking
- Enclosing class:
- TdApi
A "Thinking..." placeholder; for pending rich messages only; for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Text of the placeholder. -
Constructor Summary
ConstructorsConstructorDescriptionA "Thinking..." placeholder; for pending rich messages only; for bots only.A "Thinking..." placeholder; for pending rich messages only; for bots only. -
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
-
text
Text of the placeholder. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockThinking
public InputPageBlockThinking()A "Thinking..." placeholder; for pending rich messages only; for bots only. -
InputPageBlockThinking
A "Thinking..." placeholder; for pending rich messages only; for bots only.- Parameters:
text- Text of the placeholder.
-
-
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
-