Module tdlight.api

Class TdApi.ReorderChatFilters

Enclosing class:
TdApi

public static final class TdApi.ReorderChatFilters extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Changes the order of chat filters.

      Returns Ok

      Throws:
      IOException
  • Method Details