chatReplyMarkupFlow - libtd-ktx

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


libtd-ktx / kotlinx.telegram.flows / chatReplyMarkupFlow

chatReplyMarkupFlow

fun TelegramFlow.chatReplyMarkupFlow(): Flow<UpdateChatReplyMarkup>

emits UpdateChatReplyMarkup if the default chat reply markup was changed. Can occur because new messages with reply markup were received or because an old reply markup was hidden by the user.