libtd-ktx / kotlinx.telegram.coroutines / setBio
setBio
suspend fun TelegramFlow.setBio(bio: String?): Unit
Suspend function, which changes the bio of the current user.
Parameters
bio - The new value of the user bio; 0-70 characters without line feeds.