interface TelegramPlatform {
    bot_token: string;
    proxy_address?: string;
    spec?: string;
    username: string;
}

Hierarchy

Properties

bot_token: string
proxy_address?: string

代理地址

spec?: string
username: string

Generated using TypeDoc