Interface SetBio

Changes the bio of the current user. Request type for Tdjson#setBio.

interface SetBio {
    @type: "setBio";
    bio: string;
}

Properties

Properties

@type: "setBio"
bio: string

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