Package org.drinkless.tdlib
Class TdApi.UpdateSavedMessagesTags
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateSavedMessagesTags
- Enclosing class:
TdApi
Tags used in Saved Messages or a Saved Messages topic have changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed.The new tags. -
Constructor Summary
ConstructorsConstructorDescriptionTags used in Saved Messages or a Saved Messages topic have changed.UpdateSavedMessagesTags(long savedMessagesTopicId, TdApi.SavedMessagesTags tags) Tags used in Saved Messages or a Saved Messages topic have 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
-
savedMessagesTopicId
public long savedMessagesTopicIdIdentifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed. -
tags
The new tags. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateSavedMessagesTags
public UpdateSavedMessagesTags()Tags used in Saved Messages or a Saved Messages topic have changed. -
UpdateSavedMessagesTags
Tags used in Saved Messages or a Saved Messages topic have changed.- Parameters:
savedMessagesTopicId- Identifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed.tags- The new tags.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-