teleproto - v1.229.0
    Preparing search index...

    Interface RequestPeerTypeChatIn

    interface RequestPeerTypeChatIn {
        _: "requestPeerTypeChat";
        botAdminRights?: ChatAdminRightsIn;
        botParticipant?: boolean;
        creator?: boolean;
        forum?: boolean;
        hasUsername?: boolean;
        userAdminRights?: ChatAdminRightsIn;
    }
    Index
    _: "requestPeerTypeChat"
    botAdminRights?: ChatAdminRightsIn
    botParticipant?: boolean
    creator?: boolean
    forum?: boolean
    hasUsername?: boolean
    userAdminRights?: ChatAdminRightsIn