guide_telegram_client_markdown static method

String guide_telegram_client_markdown()

Telegram Client Api For

Implementation

static String guide_telegram_client_markdown() {
  return r"""
# Guide Telegram Client

Telegram Client Library is from DEVELOPER FROM COMPANY GLOBAL CORPORATION
Created By: [AZKADEV](https://github.com/azkadev)

If you use tdlib you must install tdlib

dart run telegram_client install library tdlib
"""
      .trim();
}