updateGroupLink abstract method
- ChatId groupId,
- DirectLinkSlug? slug
Creates, updates or disables the current DirectLink of the specified Chat-group.
Implementation
Future<void> updateGroupLink(ChatId groupId, DirectLinkSlug? slug);
Creates, updates or disables the current DirectLink of the specified Chat-group.
Future<void> updateGroupLink(ChatId groupId, DirectLinkSlug? slug);