filter Base Message Updates By Chat Id
fun <T : BaseMessageUpdate> Flow<T>.filterBaseMessageUpdatesByChatId(chatId: ChatId): Flow<T>
Content copied to clipboard
Flow.filter incoming BaseMessageUpdates by their ChatId