Class TdApi.ChatJoinRequestsInfo

  • Enclosing class:
    TdApi

    public static class TdApi.ChatJoinRequestsInfo
    extends TdApi.Object
    Contains information about pending join requests for a chat.
    • Field Detail

      • totalCount

        public int totalCount
        Total number of pending join requests.
      • userIds

        public long[] userIds
        Identifiers of at most 3 users sent the newest pending join requests.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatJoinRequestsInfo

        public ChatJoinRequestsInfo()
        Contains information about pending join requests for a chat.
      • ChatJoinRequestsInfo

        public ChatJoinRequestsInfo​(int totalCount,
                                    long[] userIds)
        Contains information about pending join requests for a chat.
        Parameters:
        totalCount - Total number of pending join requests.
        userIds - Identifiers of at most 3 users sent the newest pending join requests.