Module tdlight.api

Class TdApi.GetBlockedMessageSenders

Enclosing class:
TdApi

public static final class TdApi.GetBlockedMessageSenders extends TdApi.Function<TdApi.MessageSenders>
Returns users and chats that were blocked by the current user. Returns MessageSenders
  • Field Details

    • offset

      public int offset
      Number of users and chats to skip in the result; must be non-negative.
    • limit

      public int limit
      The maximum number of users and chats to return; up to 100.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetBlockedMessageSenders

      public GetBlockedMessageSenders()
      Returns users and chats that were blocked by the current user. Returns MessageSenders
    • GetBlockedMessageSenders

      public GetBlockedMessageSenders(int offset, int limit)
      Returns users and chats that were blocked by the current user. Returns MessageSenders
      Parameters:
      offset - int Number of users and chats to skip in the result; must be non-negative.
      limit - int The maximum number of users and chats to return; up to 100.
    • GetBlockedMessageSenders

      public GetBlockedMessageSenders(DataInput input) throws IOException
      Returns users and chats that were blocked by the current user. Returns MessageSenders
      Throws:
      IOException
  • Method Details