ultra-telegram-framework
    Preparing search index...

    Interface SetBusinessAccountNameParams

    interface SetBusinessAccountNameParams {
        business_connection_id: string;
        first_name: string;
        last_name?: string;
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection

    first_name: string

    The new value of the first name for the business account; 1-64 characters

    last_name?: string

    The new value of the last name for the business account; 0-64 characters