Skip to content

remove chat action bar

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / removeChatActionBar

removeChatActionBar

suspend fun TelegramFlow.removeChatActionBar(chatId: Long): Unit

Suspend function, which removes a chat action bar without any other action.

Parameters

chatId - Chat identifier.

Clone this wiki locally