Class TdApi.ReorderChatFilters

Enclosing class:
TdApi

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

Returns Ok

  • Field Details

    • chatFilterIds

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ReorderChatFilters

      public ReorderChatFilters()
      Changes the order of chat filters.

      Returns Ok

    • ReorderChatFilters

      public ReorderChatFilters​(int[] chatFilterIds)
      Changes the order of chat filters.

      Returns Ok

      Parameters:
      chatFilterIds - int[] Identifiers of chat filters in the new correct order.
    • ReorderChatFilters

      public ReorderChatFilters​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details