fun <T : SentMediaGroupUpdate> Flow<T>.filterSentMediaGroupUpdates(chatId: ChatId): Flow<T>
(source)
Flow.filter incoming SentMediaGroupUpdates by their ChatId
(common)fun <T : SentMediaGroupUpdate> Flow<T>.filterSentMediaGroupUpdates(chat: Chat): Flow<T>
(source)
Flow.filter incoming SentMediaGroupUpdates by their ChatId using Chat.id of chat