teleproto - v1.229.0
    Preparing search index...

    Interface InputBusinessBotRecipientsIn

    interface InputBusinessBotRecipientsIn {
        _?: "inputBusinessBotRecipients";
        contacts?: boolean;
        excludeSelected?: boolean;
        excludeUsers?: TypeInputUserIn[];
        existingChats?: boolean;
        newChats?: boolean;
        nonContacts?: boolean;
        users?: TypeInputUserIn[];
    }
    Index
    _?: "inputBusinessBotRecipients"
    contacts?: boolean
    excludeSelected?: boolean
    excludeUsers?: TypeInputUserIn[]
    existingChats?: boolean
    newChats?: boolean
    nonContacts?: boolean
    users?: TypeInputUserIn[]