Class TdApi.ReorderChatFilters

  • Enclosing class:
    TdApi

    public static class TdApi.ReorderChatFilters
    extends TdApi.Function
    Changes the order of chat filters.

    Returns Ok

    • Field Detail

      • chatFilterIds

        public int[] chatFilterIds
        Identifiers of chat filters in the new correct order.
      • CONSTRUCTOR

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

      • ReorderChatFilters

        public ReorderChatFilters()
        Default constructor for a function, which changes the order of chat filters.

        Returns Ok

      • ReorderChatFilters

        public ReorderChatFilters​(int[] chatFilterIds)
        Creates a function, which changes the order of chat filters.

        Returns Ok

        Parameters:
        chatFilterIds - Identifiers of chat filters in the new correct order.