|
75 | 75 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<object>))] |
76 | 76 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.Td.Api.Chat>))] |
77 | 77 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.Td.Api.ChatInviteLinkMember>))] |
| 78 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.Td.Api.MessageSender>))] |
| 79 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.Td.Api.Passkey>))] |
78 | 80 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.ViewModels.Settings.ChatThemeViewModel>))] |
79 | 81 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollection<Telegram.ViewModels.Stories.StoryViewModel>))] |
80 | 82 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.IncrementalCollectionView<Telegram.Td.Api.ReceivedGift, Telegram.ViewModels.Profile.ProfileGiftsTabViewModel.ReceivedGiftsCollection>))] |
|
85 | 87 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.ViewModels.ChatFolderIcon2[]))] |
86 | 88 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Views.Popups.SettingsOptionItem<int>))] |
87 | 89 | [assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Views.Stories.Popups.StealthPopup.StealthModeFeature[]))] |
88 | | - |
89 | | -// GetReplyMarkupClip and GetRoundedPolygon take IVector<IVector<Rect>>. The outer list marshals on |
90 | | -// its own, because the generator can see it at the call site; the inner one it never sees, since |
91 | | -// that CCW is only needed when the native side calls GetAt. So the failure waits for a message with |
92 | | -// an inline keyboard to be arranged and then throws out of ArrangeOverride. |
| 90 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.SortedObservableCollection<Telegram.Td.Api.ConnectedWebsite>))] |
| 91 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.SortedObservableCollection<Telegram.Td.Api.ChatMember>))] |
| 92 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.Collections.KeyedList<Telegram.ViewModels.Settings.KeyedGroup, Telegram.Td.Api.Chat>))] |
| 93 | +[assembly: GeneratedWinRTExposedExternalType(typeof(Telegram.ViewModels.KeyedCollection<Telegram.Td.Api.Message>))] |
| 94 | +[assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.ObjectModel.ObservableCollection<Telegram.Td.Api.ReceivedGift>))] |
| 95 | +[assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.List<Telegram.Td.Api.GroupCallMessage>))] |
| 96 | +[assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.List<Telegram.Td.Api.QuickReplyShortcut>))] |
| 97 | +[assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.Dictionary<System.Type, Telegram.Td.Api.Animation>))] |
| 98 | +[assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<System.Type, Telegram.Td.Api.Animation>))] |
93 | 99 | [assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.List<Windows.Foundation.Rect>))] |
94 | 100 | [assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.List<System.Collections.Generic.IList<Windows.Foundation.Rect>>))] |
95 | 101 | [assembly: GeneratedWinRTExposedExternalType(typeof(System.Collections.Generic.List<System.Collections.Generic.List<Windows.Foundation.Rect>>))] |
|
0 commit comments