teleproto - v1.229.0
    Preparing search index...

    Interface InputBusinessRecipientsIn

    interface InputBusinessRecipientsIn {
        _?: "inputBusinessRecipients";
        contacts?: boolean;
        excludeSelected?: boolean;
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: TypeInputUserIn[];
    }
    Index
    _?: "inputBusinessRecipients"
    contacts?: boolean
    excludeSelected?: boolean
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    users?: TypeInputUserIn[]