filter Sent Media Group Updates By Chat
fun <T : SentMediaGroupUpdate> Flow<T>.filterSentMediaGroupUpdatesByChat(chat: Chat): Flow<T>
Content copied to clipboard
Flow.filter incoming SentMediaGroupUpdates by their ChatId using Chat.id of chat