Interface SetBusinessAccountBio

Changes the bio of a business account; for bots only. Request type for Tdjson#setBusinessAccountBio.

interface SetBusinessAccountBio {
    @type: "setBusinessAccountBio";
    bio: string;
    business_connection_id: string;
}

Properties

@type: "setBusinessAccountBio"
bio: string

The new value of the bio; 0-getOption("bio_length_max") characters without line feeds.

business_connection_id: string

Unique identifier of business connection.