Shares text content directly to Telegram.
Future<bool> shareToTelegram({ String? text, String? filePath, }) { throw UnimplementedError('shareToTelegram() has not been implemented.'); }