teleproto - v1.229.0
    Preparing search index...

    Interface BotsCreateBotParams

    interface BotsCreateBotParams {
        managerId: EntityLike;
        name: string;
        username: string;
        viaDeeplink?: boolean;
    }
    Index
    managerId: EntityLike
    name: string
    username: string
    viaDeeplink?: boolean