Class TdApi.SetPinnedSavedMessagesTopics

Enclosing class:
TdApi

public static class TdApi.SetPinnedSavedMessagesTopics extends TdApi.Function<TdApi.Ok>
Changes the order of pinned Saved Messages topics.

Returns Ok

  • Field Details

    • savedMessagesTopicIds

      public long[] savedMessagesTopicIds
      Identifiers of the new pinned Saved Messages topics.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetPinnedSavedMessagesTopics

      public SetPinnedSavedMessagesTopics()
      Default constructor for a function, which changes the order of pinned Saved Messages topics.

      Returns Ok

    • SetPinnedSavedMessagesTopics

      public SetPinnedSavedMessagesTopics(long[] savedMessagesTopicIds)
      Creates a function, which changes the order of pinned Saved Messages topics.

      Returns Ok

      Parameters:
      savedMessagesTopicIds - Identifiers of the new pinned Saved Messages topics.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR