GetGroupsInCommon constructor

GetGroupsInCommon({
  1. String? extra,
  2. int? client_id,
  3. int53? user_id,
  4. int53? offset_chat_id,
  5. int32? limit,
})

Implementation

GetGroupsInCommon({
  super.extra,
  super.client_id,
  this.user_id,
  this.offset_chat_id,
  this.limit,
});