Package it.tdlight.jni
Class TdApi.UpdateSuggestedActions
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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[]
addedActions
Added suggested actions.static int
CONSTRUCTOR
TdApi.SuggestedAction[]
removedActions
Removed 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.UpdateSuggestedActions(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
addedActions
Added suggested actions. -
removedActions
Removed suggested actions. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- SuggestedAction[] Added suggested actions.removedActions
- SuggestedAction[] Removed suggested actions.
-
UpdateSuggestedActions
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-