Td constructor

Td({
  1. String? extra,
  2. int? client_id,
})

Implementation

Td({this.extra, this.client_id});