teleproto - v1.229.0
    Preparing search index...

    Interface RequestPeerTypeCreateBotIn

    interface RequestPeerTypeCreateBotIn {
        _: "requestPeerTypeCreateBot";
        botManaged?: boolean;
        suggestedName?: string;
        suggestedUsername?: string;
    }
    Index
    _: "requestPeerTypeCreateBot"
    botManaged?: boolean
    suggestedName?: string
    suggestedUsername?: string