docs
3.3.1
common
docs
/
dev.inmo.tgbotapi.extensions.utils.updates
/
filterBaseMessageUpdatesByChat
filter
Base
Message
Updates
By
Chat
fun
<
T
:
BaseMessageUpdate
>
Flow
<
T
>
.
filterBaseMessageUpdatesByChat
(
chat
:
Chat
)
:
Flow
<
T
>
Flow.filter
incoming
BaseMessageUpdate
s by their
ChatId
using
Chat.id
of
chat