Class TdApi.GetBlockedMessageSenders

Enclosing class:
TdApi

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

Returns MessageSenders

  • Field Details

    • blockList

      public TdApi.BlockList blockList
      Block list from which to return users.
    • 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetBlockedMessageSenders

      public GetBlockedMessageSenders()
      Default constructor for a function, which returns users and chats that were blocked by the current user.

      Returns MessageSenders

    • GetBlockedMessageSenders

      public GetBlockedMessageSenders(TdApi.BlockList blockList, int offset, int limit)
      Creates a function, which returns users and chats that were blocked by the current user.

      Returns MessageSenders

      Parameters:
      blockList - Block list from which to return users.
      offset - Number of users and chats to skip in the result; must be non-negative.
      limit - The maximum number of users and chats to return; up to 100.
  • Method Details