teleproto - v1.229.0
    Preparing search index...

    Interface RequestPeerTypeBroadcastIn

    interface RequestPeerTypeBroadcastIn {
        _: "requestPeerTypeBroadcast";
        botAdminRights?: ChatAdminRightsIn;
        creator?: boolean;
        hasUsername?: boolean;
        userAdminRights?: ChatAdminRightsIn;
    }
    Index
    _: "requestPeerTypeBroadcast"
    botAdminRights?: ChatAdminRightsIn
    creator?: boolean
    hasUsername?: boolean
    userAdminRights?: ChatAdminRightsIn