teleproto - v1.229.0
    Preparing search index...

    Interface BotsGetBotInfoParams

    interface BotsGetBotInfoParams {
        bot?: EntityLike;
        langCode: string;
    }
    Index
    bot?: EntityLike

    If called by a user, must contain the peer of a bot we own.

    langCode: string

    Language code, if left empty this method will return the fallback about text and description.