ChatInviteLinks constructor
ChatInviteLinks({
- String? extra,
- int? client_id,
- int32? total_count,
- vector<
ChatInviteLink> ? invite_links,
Implementation
ChatInviteLinks({
super.extra,
super.client_id,
this.total_count,
this.invite_links,
});