Skip to content
Sahri Riza Umami edited this page Jun 22, 2018 · 1 revision

Changes the bio of the current user.

setBio(bio)
Field Type Description
bio string The new value of the user bio; 0-70 characters without line feeds.

Example

  • Set current user's bio to "WhatsApp Doc?".

    setBio('WhatsApp Doc?')

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally