setBio - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


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.