diff --git a/Telegram/SourceFiles/data/components/sponsored_messages.cpp b/Telegram/SourceFiles/data/components/sponsored_messages.cpp index 7bab7af0e..e60c0a1d3 100644 --- a/Telegram/SourceFiles/data/components/sponsored_messages.cpp +++ b/Telegram/SourceFiles/data/components/sponsored_messages.cpp @@ -379,8 +379,8 @@ SponsoredMessages::Details SponsoredMessages::lookupDetails( return { .info = std::move(info), .link = data.link, - .photoId = data.from.photoId, .buttonText = data.from.buttonText, + .photoId = data.from.photoId, .backgroundEmojiId = data.from.backgroundEmojiId, .colorIndex = data.from.colorIndex, .isLinkInternal = data.from.isLinkInternal,