convertToGigagroup method
Convert To Gigagroup.
ID: 0b290c69.
Implementation
Future<Result<UpdatesBase>> convertToGigagroup({
required InputChannelBase channel,
}) async {
// Preparing the request.
final request = ChannelsConvertToGigagroup(channel: channel);
// Invoke and wait for response.
final response = await _c.invoke(request);
// Return the result.
return response._to<UpdatesBase>();
}