filterBaseMessageUpdatesByChatId
fun <T : BaseMessageUpdate> Flow<T>.filterBaseMessageUpdatesByChatId(chatId: IdChatIdentifier): Flow<T>
Flow.filter incoming BaseMessageUpdates by their IdChatIdentifier
Flow.filter incoming BaseMessageUpdates by their IdChatIdentifier