Class TdApi.SetPinnedChats

  • Enclosing class:
    TdApi

    public static class TdApi.SetPinnedChats
    extends TdApi.Function
    Changes the order of pinned chats.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long[] chatIds
      The new list of pinned chats.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetPinnedChats()
      Default constructor.
      SetPinnedChats​(long[] chatIds)
      Constructor for initialization of all fields.
    • Field Detail

      • chatIds

        public long[] chatIds
        The new list of pinned chats.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetPinnedChats

        public SetPinnedChats()
        Default constructor.
      • SetPinnedChats

        public SetPinnedChats​(long[] chatIds)
        Constructor for initialization of all fields.
        Parameters:
        chatIds - The new list of pinned chats.