ChatInviteLinkCount constructor
ChatInviteLinkCount({})
Implementation
ChatInviteLinkCount({
super.extra,
super.client_id,
this.user_id,
this.invite_link_count,
this.revoked_invite_link_count,
});
ChatInviteLinkCount({
super.extra,
super.client_id,
this.user_id,
this.invite_link_count,
this.revoked_invite_link_count,
});