teleproto - v1.229.0
    Preparing search index...

    Interface BotCommandIn

    interface BotCommandIn {
        _?: "botCommand";
        command: string;
        description: string;
        ephemeral?: boolean;
    }
    Index
    _?: "botCommand"
    command: string
    description: string
    ephemeral?: boolean