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
public static class TdApi.UpdateSuggestedActions extends TdApi.Update
The list of suggested to the user actions has changed.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.SuggestedAction[]addedActionsAdded suggested actions.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.SuggestedAction[]removedActionsRemoved suggested actions.
-
Constructor Summary
Constructors Constructor Description UpdateSuggestedActions()The 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
addedActions
public TdApi.SuggestedAction[] addedActions
Added suggested actions.
-
removedActions
public TdApi.SuggestedAction[] removedActions
Removed suggested actions.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-