Package org.drinkless.tdlib
Class TdApi.UpdateSuggestedActions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateSuggestedActions
- Enclosing class:
- TdApi
The list of suggested to the user actions has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdded suggested actions.static final intIdentifier uniquely determining type of the object.Removed suggested actions. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of suggested to the user actions has changed.UpdateSuggestedActions(TdApi.SuggestedAction[] addedActions, TdApi.SuggestedAction[] removedActions) The list of suggested to the user actions 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
-
addedActions
Added suggested actions. -
removedActions
Removed suggested actions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateSuggestedActions
public UpdateSuggestedActions()The list of suggested to the user actions has changed. -
UpdateSuggestedActions
public UpdateSuggestedActions(TdApi.SuggestedAction[] addedActions, TdApi.SuggestedAction[] removedActions) The list of suggested to the user actions has changed.- Parameters:
addedActions- Added suggested actions.removedActions- Removed suggested actions.
-
-
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
-