SetGroupCallTitle constructor

SetGroupCallTitle(
  1. {required int group_call_id,
  2. required String title,
  3. int? extra,
  4. int? clientId}
)

Sets group call title. Requires groupCall.can_be_managed group call flag

Returns Ok

Implementation

SetGroupCallTitle