Class TdApi.ChatInviteLinkMembers

  • Enclosing class:
    TdApi

    public static class TdApi.ChatInviteLinkMembers
    extends TdApi.Object
    Contains a list of chat members joined a chat via an invite link.
    • Field Detail

      • totalCount

        public int totalCount
        Approximate total count of chat members found.
      • CONSTRUCTOR

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

      • ChatInviteLinkMembers

        public ChatInviteLinkMembers()
        Contains a list of chat members joined a chat via an invite link.
      • ChatInviteLinkMembers

        public ChatInviteLinkMembers​(int totalCount,
                                     TdApi.ChatInviteLinkMember[] members)
        Contains a list of chat members joined a chat via an invite link.
        Parameters:
        totalCount - Approximate total count of chat members found.
        members - List of chat members, joined a chat via an invite link.