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 Summary

    Fields
    Modifier and Type
    Field
    Description
    Block list from which to return users.
    static final int
    Identifier uniquely determining type of the object.
    int
    The maximum number of users and chats to return; up to 100.
    int
    Number of users and chats to skip in the result; must be non-negative.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns users and chats that were blocked by the current user.
    GetBlockedMessageSenders(TdApi.BlockList blockList, int offset, int limit)
    Creates a function, which returns users and chats that were blocked by the current user.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR