teleproto - v1.229.0
    Preparing search index...

    Interface BotMenuButtonIn

    interface BotMenuButtonIn {
        _: "botMenuButton";
        text: string;
        url: string;
    }
    Index
    _: "botMenuButton"
    text: string
    url: string