Class TdApi.GetBlockedMessageSenders

  • Enclosing class:
    TdApi

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

    Returns MessageSenders

    • Field Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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​(int offset,
                                        int limit)
        Creates a function, which returns users and chats that were blocked by the current user.

        Returns MessageSenders

        Parameters:
        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.