GetChatInviteLinks constructor

GetChatInviteLinks({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? creator_user_id,
  5. Bool? is_revoked,
  6. int32? offset_date,
  7. string? offset_invite_link,
  8. int32? limit,
})

Implementation

GetChatInviteLinks({
  super.extra,
  super.client_id,
  this.chat_id,
  this.creator_user_id,
  this.is_revoked,
  this.offset_date,
  this.offset_invite_link,
  this.limit,
});