filter Base Message Updates By Chat
fun <T : BaseMessageUpdate> Flow<T>.filterBaseMessageUpdatesByChat(chat: Chat): Flow<T>
Content copied to clipboard
Flow.filter incoming BaseMessageUpdates by their ChatId using Chat.id of chat