├── .gitattributes ├── .gitignore ├── .gitmodules ├── AppStore.xcconfig ├── Common.xcconfig ├── Config.xcconfig ├── Default-568h@2x.png ├── Default@2x.png ├── Fork.xcconfig ├── Icon-167.png ├── Icon-40.png ├── Icon-40@2x.png ├── Icon-40@3x.png ├── Icon-57.png ├── Icon-60@2x.png ├── Icon-60@3x.png ├── Icon-72.png ├── Icon-72@2x.png ├── Icon-76.png ├── Icon-76@2x.png ├── Icon-87.png ├── Icon-Small@2x.png ├── Icon.png ├── Icon@2x.png ├── LaunchScreen.xib ├── LegacyDatabase ├── ApiLayer86.h ├── ApiLayer86.m ├── FMDatabase.h ├── FMDatabase.m ├── FMDatabaseAdditions.h ├── FMDatabaseAdditions.m ├── FMResultSet.h ├── FMResultSet.m ├── Info.plist ├── LegacyDatabase.h ├── PSCoding.h ├── PSData.h ├── PSKeyValueCoder.h ├── PSKeyValueCoder.m ├── PSKeyValueDecoder.h ├── PSKeyValueDecoder.m ├── PSKeyValueEncoder.h ├── PSKeyValueEncoder.m ├── PSKeyValueReader.h ├── PSKeyValueStore.h ├── PSKeyValueWriter.h ├── PSLMDBKeyValueCursor.h ├── PSLMDBKeyValueCursor.m ├── PSLMDBKeyValueReaderWriter.h ├── PSLMDBKeyValueReaderWriter.m ├── PSLMDBKeyValueStore.h ├── PSLMDBKeyValueStore.m ├── PSLMDBTable.h ├── PSLMDBTable.m ├── RMPhoneFormat.h ├── RMPhoneFormat.m ├── TGChannelChatModel.h ├── TGChannelChatModel.m ├── TGChatListAvatarSignal.h ├── TGChatListAvatarSignal.m ├── TGChatListSignal.h ├── TGChatListSignal.m ├── TGChatModel.h ├── TGChatModel.m ├── TGColor.h ├── TGColor.m ├── TGContactModel.h ├── TGContactModel.m ├── TGDatacenterConnectionContext.h ├── TGDatacenterConnectionContext.m ├── TGFileLocation.h ├── TGFileLocation.m ├── TGGeometry.h ├── TGGeometry.m ├── TGGroupChatModel.h ├── TGGroupChatModel.m ├── TGImageBlur.h ├── TGImageBlur.m ├── TGLegacyDatabase.h ├── TGLegacyDatabase.m ├── TGLegacyDatabasePhoneUtils.h ├── TGLegacyDatabasePhoneUtils.m ├── TGLegacyUser.h ├── TGLegacyUser.m ├── TGLocalization.h ├── TGLocalization.m ├── TGMemoryCache.h ├── TGMemoryCache.m ├── TGMemoryImageCache.h ├── TGMemoryImageCache.m ├── TGModernCache.h ├── TGModernCache.m ├── TGPeerId.h ├── TGPluralization.h ├── TGPluralization.m ├── TGPoolWithTimeout.h ├── TGPoolWithTimeout.m ├── TGPrivateChatModel.h ├── TGPrivateChatModel.m ├── TGRoundImage.h ├── TGRoundImage.m ├── TGScaleImage.h ├── TGScaleImage.m ├── TGSearchSignals.h ├── TGSearchSignals.m ├── TGSendMessageSignals.h ├── TGSendMessageSignals.m ├── TGShareContactSignals.h ├── TGShareContactSignals.m ├── TGShareContext.h ├── TGShareContext.m ├── TGShareContextSignal.h ├── TGShareContextSignal.m ├── TGShareLocationSignals.h ├── TGShareLocationSignals.m ├── TGShareMtSerialization.h ├── TGShareMtSerialization.m ├── TGShareRecentPeersSignals.h ├── TGShareRecentPeersSignals.m ├── TGUploadMediaSignals.h ├── TGUploadMediaSignals.m ├── TGUploadedMessageContent.h ├── TGUploadedMessageContent.m ├── TGUploadedMessageContentMedia.h ├── TGUploadedMessageContentMedia.m ├── TGUploadedMessageContentText.h ├── TGUploadedMessageContentText.m ├── TGUserModel.h ├── TGUserModel.m ├── lmdb.h ├── mdb.c ├── midl.c ├── midl.h ├── sqlite3.c ├── sqlite3.h └── sqlite3ext.h ├── Share ├── Images.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-40@2x.png │ │ ├── Icon-60@2x-1.png │ │ ├── Icon-60@2x.png │ │ └── Icon-Small@2x.png │ └── LaunchImage.launchimage │ │ ├── Contents.json │ │ ├── Default-568h@2x.png │ │ └── Default@2x.png ├── Info.plist ├── Resources │ ├── PhotoEditorCaption@2x.png │ ├── PhotoEditorCaption@3x.png │ ├── PhotoEditorCrop@2x.png │ ├── PhotoEditorCrop@3x.png │ ├── PhotoEditorTools@2x.png │ ├── PhotoEditorTools@3x.png │ ├── SavedMessagesIcon@2x.png │ └── SavedMessagesIcon@3x.png ├── Share appstore.entitlements ├── Share fork.entitlements ├── Share.entitlements ├── TGDoubleTapGestureRecognizer.h ├── TGDoubleTapGestureRecognizer.m ├── TGItemProviderSignals.h ├── TGItemProviderSignals.m ├── TGModernGalleryVideoView.h ├── TGModernGalleryVideoView.m ├── TGProgressAlert.h ├── TGProgressAlert.m ├── TGShareButton.h ├── TGShareButton.m ├── TGShareCaptionPanel.h ├── TGShareCaptionPanel.m ├── TGShareChatListCell.h ├── TGShareChatListCell.m ├── TGShareCheckButtonView.h ├── TGShareCheckButtonView.m ├── TGShareContactController.h ├── TGShareContactController.m ├── TGShareContactFieldCell.h ├── TGShareContactFieldCell.m ├── TGShareContactUserInfoCell.h ├── TGShareContactUserInfoCell.m ├── TGShareController.h ├── TGShareController.m ├── TGShareGrowingTextView.h ├── TGShareGrowingTextView.m ├── TGShareImageView.h ├── TGShareImageView.m ├── TGShareLocationMapView.h ├── TGShareLocationMapView.m ├── TGShareNavigationBar.h ├── TGShareNavigationBar.m ├── TGSharePasscodeView.h ├── TGSharePasscodeView.m ├── TGShareRecipientController.h ├── TGShareRecipientController.m ├── TGShareSearchBar.h ├── TGShareSearchBar.m ├── TGShareSinglePeerCell.h ├── TGShareSinglePeerCell.m ├── TGShareTextViewInternal.h ├── TGShareTextViewInternal.m ├── TGShareToolbarButton.h ├── TGShareToolbarButton.m ├── TGShareToolbarView.h ├── TGShareToolbarView.m ├── TGShareTopPeersCell.h ├── TGShareTopPeersCell.m ├── TGShareVideoConverter.h ├── TGShareVideoConverter.m ├── TGShareWeakDelegate.h ├── TGShareWeakDelegate.m ├── TGTimerTarget.h ├── TGTimerTarget.m ├── UIControl+ShareHitTestEdgeInsets.h ├── UIControl+ShareHitTestEdgeInsets.m ├── ar.lproj │ └── Localizable.strings ├── de.lproj │ └── Localizable.strings ├── en.lproj │ └── Localizable.strings ├── es.lproj │ └── Localizable.strings ├── it.lproj │ └── Localizable.strings ├── ko.lproj │ └── Localizable.strings ├── nl.lproj │ └── Localizable.strings ├── pt.lproj │ └── Localizable.strings ├── ru.lproj │ └── Localizable.strings └── submodules │ └── lmdb │ └── libraries │ └── liblmdb │ ├── .gitignore │ ├── CHANGES │ ├── COPYRIGHT │ ├── Doxyfile │ ├── LICENSE │ ├── Makefile │ ├── lmdb.h │ ├── mdb.c │ ├── mdb_copy.1 │ ├── mdb_copy.c │ ├── mdb_dump.1 │ ├── mdb_dump.c │ ├── mdb_load.1 │ ├── mdb_load.c │ ├── mdb_stat.1 │ ├── mdb_stat.c │ ├── midl.c │ ├── midl.h │ ├── mtest.c │ ├── mtest2.c │ ├── mtest3.c │ ├── mtest4.c │ ├── mtest5.c │ ├── mtest6.c │ ├── sample-bdb.txt │ ├── sample-mdb.txt │ └── tooltag ├── SiriIntents ├── Info.plist ├── IntentHandler.h ├── IntentHandler.m ├── SiriIntents appstore.entitlements ├── SiriIntents fork.entitlements └── SiriIntents.entitlements ├── TGBridgePeerIdAdapter.h ├── Telegram.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ ├── Telegram.xcscmblueprint │ └── WorkspaceSettings.xcsettings ├── Telegraph.xcodeproj ├── project.pbxproj ├── project.pbxproj.orig └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ ├── Telegraph.xcscmblueprint │ └── WorkspaceSettings.xcsettings ├── Telegraph ├── API │ ├── SecretLayer1.h │ ├── SecretLayer1.m │ ├── SecretLayer17.h │ ├── SecretLayer17.m │ ├── SecretLayer20.h │ ├── SecretLayer20.m │ ├── SecretLayer23.h │ ├── SecretLayer23.m │ ├── SecretLayer46.h │ ├── SecretLayer46.m │ ├── SecretLayer66.h │ ├── SecretLayer66.m │ ├── SecretLayer73.h │ └── SecretLayer73.m ├── ATActor.h ├── ATActor.m ├── ATActorSystem.h ├── ATActorSystem.m ├── ATMessageReceiver.h ├── ATQueue.h ├── ATQueue.m ├── AdHoc │ ├── TGModernLetteredAvatarViewModel.h │ ├── TGModernLetteredAvatarViewModel.m │ ├── TGUsernameCollectionItem.h │ └── TGUsernameCollectionItem.m ├── AttitudeESKF.cpp ├── AttitudeESKF.hpp ├── DrawingContext.h ├── DrawingContext.m ├── EDSunriseSet.h ├── EDSunriseSet.m ├── EMImage.h ├── EMImage.m ├── EMImageData.h ├── EMImageData.m ├── EMInMemoryImageCache.h ├── EMInMemoryImageCache.m ├── Enterprise.entitlements ├── FetchResources.h ├── FetchResources.m ├── Fork.entitlements ├── Icons.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-100.png │ │ ├── Icon-120.png │ │ ├── Icon-167.png │ │ ├── Icon-29@1x.png │ │ ├── Icon-40.png │ │ ├── Icon-40@2x.png │ │ ├── Icon-40@3x.png │ │ ├── Icon-41.png │ │ ├── Icon-42.png │ │ ├── Icon-50.png │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-72.png │ │ ├── Icon-72@2x.png │ │ ├── Icon-76.png │ │ ├── Icon-76@2x.png │ │ ├── Icon-87.png │ │ ├── Icon-Small@0s.png │ │ ├── Icon-Small@1x.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon.png │ │ ├── Icon@2x.png │ │ └── T-Ipad_1024.png │ ├── AppIconFork.appiconset │ │ ├── Contents.json │ │ ├── Icon_1024.png │ │ ├── Icon_120-1.png │ │ ├── Icon_120.png │ │ ├── Icon_152.png │ │ ├── Icon_167.png │ │ ├── Icon_180.png │ │ ├── Icon_20.png │ │ ├── Icon_29.png │ │ ├── Icon_40-1.png │ │ ├── Icon_40-2.png │ │ ├── Icon_40.png │ │ ├── Icon_58-1.png │ │ ├── Icon_58.png │ │ ├── Icon_60.png │ │ ├── Icon_76.png │ │ ├── Icon_80-1.png │ │ ├── Icon_80.png │ │ └── Icon_87.png │ └── Contents.json ├── ImageResourceDatas.h ├── ImageResourceDatas.m ├── MediaBox.h ├── MediaBox.m ├── MediaBoxContexts.h ├── MediaBoxContexts.m ├── MediaResource.h ├── MultipartFetch.h ├── MultipartFetch.m ├── PhotoResources.h ├── PhotoResources.m ├── Resources │ ├── ActionsWhiteIcon.png │ ├── ActionsWhiteIcon@2x.png │ ├── ActionsWhiteIcon@3x.png │ ├── AddWhiteIcon@2x.png │ ├── Apple_Pay_Payment_Mark@2x.png │ ├── Apple_Pay_Payment_Mark@3x.png │ ├── AuthSessionsEmptyIcon@2x.png │ ├── AuthSessionsEmptyIcon@3x.png │ ├── BannerClose@2x.png │ ├── BroadcastAvatarIcon.png │ ├── BroadcastAvatarIcon@2x.png │ ├── BroadcastLargeAvatarIcon.png │ ├── BroadcastLargeAvatarIcon@2x.png │ ├── CallBluetoothIcon@2x.png │ ├── CallBluetoothIcon@3x.png │ ├── CallCancelIcon@2x.png │ ├── CallCancelIcon@3x.png │ ├── CallInfoIcon@2x.png │ ├── CallInfoIcon@3x.png │ ├── CallKitLogo@2x.png │ ├── CallKitLogo@3x.png │ ├── CallMuteIcon@2x.png │ ├── CallMuteIcon@3x.png │ ├── CallOutgoing@2x.png │ ├── CallOutgoing@3x.png │ ├── CallPhoneIcon@2x.png │ ├── CallPhoneIcon@3x.png │ ├── CallQuickMessageIcon@2x.png │ ├── CallQuickMessageIcon@3x.png │ ├── CallRouteBluetooth@2x.png │ ├── CallRouteBluetooth@3x.png │ ├── CallRouteSpeaker@2x.png │ ├── CallRouteSpeaker@3x.png │ ├── CallSpeakerIcon@2x.png │ ├── CallSpeakerIcon@3x.png │ ├── CallStar@2x.png │ ├── CallStar@3x.png │ ├── CallStar_Highlighted@2x.png │ ├── CallStar_Highlighted@3x.png │ ├── CallsTabBarInfo@2x.png │ ├── CallsTabBarInfo@3x.png │ ├── Camera │ │ ├── CameraFlipButton.png │ │ └── CameraFlipButton@2x.png │ ├── ChangePhoneHelpIcon.png │ ├── ChangePhoneHelpIcon@2x.png │ ├── ChangePhoneHelpIcon@3x.png │ ├── ChannelIntro@2x.png │ ├── ChatCloudInfoIcon@2x.png │ ├── ChatCloudInfoIcon@3x.png │ ├── ChatNavigateToUnseenMentionsIcon@2x.png │ ├── ChatNavigateToUnseenMentionsIcon@3x.png │ ├── ConversationChannelInlineShareIcon@2x.png │ ├── ConversationChannelInlineShareIcon@3x.png │ ├── ConversationClearIcon@2x.png │ ├── ConversationClearIcon@3x.png │ ├── ConversationGoToIcon@2x.png │ ├── ConversationGoToIcon@3x.png │ ├── ConversationInputFieldActionsIcon@1x.png │ ├── ConversationInputFieldActionsIcon@2x.png │ ├── ConversationInputFieldActionsIcon@3x.png │ ├── ConversationInputFieldBroadcastIconActive@2x.png │ ├── ConversationInputFieldBroadcastIconActive@3x.png │ ├── ConversationInputFieldBroadcastIconInactive@2x.png │ ├── ConversationInputFieldBroadcastIconInactive@3x.png │ ├── ConversationInputFieldCommandIcon@2x.png │ ├── ConversationInputFieldCommandIcon@3x.png │ ├── ConversationInputFieldKeyboardIcon@2x.png │ ├── ConversationInputFieldKeyboardIcon@3x.png │ ├── ConversationInputFieldStickerIcon@2x.png │ ├── ConversationInputFieldStickerIcon@3x.png │ ├── ConversationSearchCalendar@2x.png │ ├── ConversationSearchCalendar@3x.png │ ├── ConversationSearchUser@2x.png │ ├── ConversationSearchUser@3x.png │ ├── CreateGroupAvatarPlaceholderIcon@2x.png │ ├── CreateGroupAvatarPlaceholderIcon@3x.png │ ├── DeleteWhiteIcon.png │ ├── DeleteWhiteIcon@2x.png │ ├── DeleteWhiteIcon@3x.png │ ├── DetailLogoBlank.png │ ├── DetailLogoBlank@2x.png │ ├── EmbedExitFullScreenButton@2x.png │ ├── EmbedPauseButton@2x.png │ ├── EmbedPlayButton@2x.png │ ├── EmbedScaleToFillLetterboxButton@2x.png │ ├── EmbedScaleToFitLetterboxButton@2x.png │ ├── EmbedScanBackwardButton@2x.png │ ├── EmbedScanForwardButton@2x.png │ ├── EmptyBroadcastListsIcon@2x.png │ ├── FastCameraCrossIcon@2x.png │ ├── FileHowToScheme@2x.png │ ├── GalleryEmbeddedStickersIcon@2x.png │ ├── GalleryEmbeddedStickersIcon@3x.png │ ├── GiphyToolbarLogo@2x.png │ ├── GoogleDriveFile@2x.png │ ├── GoogleDriveFolder@2x.png │ ├── GroupChannel@3x.png │ ├── GroupInfoIconUpgrade@2x.png │ ├── GroupInfoIconUpgrade@3x.png │ ├── InlineMediaInstagramVideoIcon.png │ ├── InlineMediaInstagramVideoIcon@2x.png │ ├── InlineMediaInstagramVideoIcon@3x.png │ ├── InlineSearchDown@2x.png │ ├── InlineSearchDown@3x.png │ ├── InlineSearchUp@2x.png │ ├── InlineSearchUp@3x.png │ ├── InstantPageBackArrow@2x.png │ ├── InstantPageShare@2x.png │ ├── InstantViewBrightnessMaxIcon@2x.png │ ├── InstantViewBrightnessMaxIcon@3x.png │ ├── InstantViewBrightnessMinIcon@2x.png │ ├── InstantViewBrightnessMinIcon@3x.png │ ├── InstantViewCheck@2x.png │ ├── InstantViewCheck@3x.png │ ├── InstantViewFontMaxIcon@2x.png │ ├── InstantViewFontMaxIcon@3x.png │ ├── InstantViewFontMinIcon@2x.png │ ├── InstantViewFontMinIcon@3x.png │ ├── InstantViewMoreIcon@2x.png │ ├── InstantViewMoreIcon@3x.png │ ├── InstantViewRightCorner@2x.png │ ├── InstantViewRightCorner@3x.png │ ├── InstantViewSettingsArrow@2x.png │ ├── InstantViewSettingsArrow@3x.png │ ├── InstantViewSettingsIcon@2x.png │ ├── InstantViewSettingsIcon@3x.png │ ├── InstantViewShareIcon@2x.png │ ├── InstantViewShareIcon@3x.png │ ├── LinkCornerBT@2x.png │ ├── LinkCornerLR@2x.png │ ├── LinkCornerRL@2x.png │ ├── LinkCornerTB@2x.png │ ├── LinkFull@2x.png │ ├── ListsDownDisclosureIndicator.png │ ├── ListsDownDisclosureIndicator@2x.png │ ├── ListsDownDisclosureIndicator@3x.png │ ├── ListsDownDisclosureIndicator_Highlighted.png │ ├── ListsDownDisclosureIndicator_Highlighted@2x.png │ ├── ListsDownDisclosureIndicator_Highlighted@3x.png │ ├── LiveLocationTitleIcon@2x.png │ ├── LiveLocationTitleIcon@3x.png │ ├── LiveLocationTitlePin@2x.png │ ├── LiveLocationTitlePin@3x.png │ ├── LocationMessagePinSmallBackground@2x.png │ ├── LocationMessagePinSmallBackground@3x.png │ ├── LoginCodeOtherDevice@2x.png │ ├── LoginCodeOtherDevice@3x.png │ ├── MediaContact@2x.png │ ├── MediaContact@3x.png │ ├── MediaFile@2x.png │ ├── MediaFile@3x.png │ ├── MediaLocation@2x.png │ ├── MediaLocation@3x.png │ ├── MediaPhoto@2x.png │ ├── MediaPhoto@3x.png │ ├── MediaVideo@2x.png │ ├── MediaVideo@3x.png │ ├── MediaVoice@2x.png │ ├── MediaVoice@3x.png │ ├── Menu │ │ ├── MenuArrowBottom@2x.png │ │ ├── MenuArrowBottom_Highlighted@2x.png │ │ ├── MenuArrowTop@2x.png │ │ ├── MenuArrowTop_Highlighted@2x.png │ │ ├── MenuButtonCenter@2x.png │ │ ├── MenuButtonCenter_Highlighted@2x.png │ │ ├── MenuButtonLeft@2x.png │ │ ├── MenuButtonLeft_Highlighted@2x.png │ │ ├── MenuButtonRight@2x.png │ │ ├── MenuButtonRight_Highlighted@2x.png │ │ ├── MenuButtonSeparator@2x.png │ │ ├── MenuButtonSeparatorLeft@2x.png │ │ └── MenuButtonSeparatorRight@2x.png │ ├── MessageCallIncomingIcon@2x.png │ ├── MessageCallIncomingIcon@3x.png │ ├── MessageCallOutgoingIcon@2x.png │ ├── MessageCallOutgoingIcon@3x.png │ ├── MessageInlineViewCountIconMedia@2x.png │ ├── MessageInlineViewCountIconMedia@3x.png │ ├── ModernAuthCountryButton@2x.png │ ├── ModernAuthCountryButton@2x~ipad.png │ ├── ModernAuthCountryButtonHighlighted@2x.png │ ├── ModernAuthCountryButtonHighlighted@2x~ipad.png │ ├── ModernAuthPhoneBackground@2x.png │ ├── ModernContactListAddMemberIcon@2x.png │ ├── ModernContactListAddMemberIcon@3x.png │ ├── ModernContactListBroadcastIcon@2x.png │ ├── ModernContactListBroadcastIcon@3x.png │ ├── ModernContactListCreateGroupIcon@2x.png │ ├── ModernContactListCreateGroupIcon@3x.png │ ├── ModernContactListCreateSecretChatIcon@2x.png │ ├── ModernContactListCreateSecretChatIcon@3x.png │ ├── ModernContactListInviteFriendsIcon@2x.png │ ├── ModernContactListInviteFriendsIcon@3x.png │ ├── ModernContactListInviteIcon@2x.png │ ├── ModernContactListInviteIcon@3x.png │ ├── ModernConversationActionDelete.png │ ├── ModernConversationActionDelete@2x.png │ ├── ModernConversationActionDelete_Disabled.png │ ├── ModernConversationActionDelete_Disabled@2x.png │ ├── ModernConversationActionForward.png │ ├── ModernConversationActionForward@2x.png │ ├── ModernConversationActionForward_Disabled.png │ ├── ModernConversationActionForward_Disabled@2x.png │ ├── ModernConversationEmptyListLogo@2x.png │ ├── ModernConversationInput.png │ ├── ModernConversationInput@2x.png │ ├── ModernConversationInput@3x.png │ ├── ModernConversationSecretAccessoryTimer@2x.png │ ├── ModernConversationSecretAccessoryTimer@3x.png │ ├── ModernConversationSend@2x.png │ ├── ModernConversationSend@3x.png │ ├── ModernConversationTitlePanelClose@2x.png │ ├── ModernConversationTitlePanelClose@3x.png │ ├── ModernListsDisclosureIndicator@2x.png │ ├── ModernListsDisclosureIndicator@3x.png │ ├── ModernListsDisclosureIndicatorSmall@2x.png │ ├── ModernMenuCheck@2x.png │ ├── ModernMenuCheckGray@2x.png │ ├── ModernMessageAudioCancel_Notification@2x.png │ ├── ModernMessageContactAdd_Incoming@2x.png │ ├── ModernMessageContactAdd_Outgoing@2x.png │ ├── ModernMessageDocumentIconIncoming.png │ ├── ModernMessageDocumentIconIncoming@2x.png │ ├── ModernMessageDocumentIconIncoming@3x.png │ ├── ModernNavigationAddButtonIcon.png │ ├── ModernNavigationAddButtonIcon@2x.png │ ├── ModernNavigationComposeButtonIcon@2x.png │ ├── ModernNavigationComposeButtonIcon@3x.png │ ├── ModernTourButtonRightArrow@2x.png │ ├── MusicPlayerAlbumArtPlaceholder@2x.png │ ├── MusicPlayerAlbumArtPlaceholder@3x.png │ ├── MusicPlayerArrow@2x.png │ ├── MusicPlayerArrow@3x.png │ ├── MusicPlayerControlBack@2x.png │ ├── MusicPlayerControlBack@3x.png │ ├── MusicPlayerControlForward@2x.png │ ├── MusicPlayerControlForward@3x.png │ ├── MusicPlayerControlPause@2x.png │ ├── MusicPlayerControlPause@3x.png │ ├── MusicPlayerControlPlay@2x.png │ ├── MusicPlayerControlPlay@3x.png │ ├── MusicPlayerControlRepeat@2x.png │ ├── MusicPlayerControlRepeat@3x.png │ ├── MusicPlayerControlRepeatOne@2x.png │ ├── MusicPlayerControlRepeatOne@3x.png │ ├── MusicPlayerControlReverse@2x.png │ ├── MusicPlayerControlReverse@3x.png │ ├── MusicPlayerControlShuffle@2x.png │ ├── MusicPlayerControlShuffle@3x.png │ ├── MusicPlayerMinimizedClose@1x.png │ ├── MusicPlayerMinimizedClose@2x.png │ ├── MusicPlayerMinimizedClose@3x.png │ ├── MusicPlayerMinimizedPause@1x.png │ ├── MusicPlayerMinimizedPause@2x.png │ ├── MusicPlayerMinimizedPause@3x.png │ ├── MusicPlayerMinimizedPlay@1x.png │ ├── MusicPlayerMinimizedPlay@2x.png │ ├── MusicPlayerMinimizedPlay@3x.png │ ├── MusicPlayerSmallAlbumArtPlaceholder@2x.png │ ├── MusicPlayerSmallAlbumArtPlaceholder@3x.png │ ├── NavigationBackArrow.png │ ├── NavigationBackArrow@2x.png │ ├── NavigationBackArrow@3x.png │ ├── NavigationBackArrowLight@2x.png │ ├── NavigationBackArrowNormal@2x.png │ ├── NavigationBackButton@2x.png │ ├── NavigationBackButtonLandscape@2x.png │ ├── NavigationBackButtonLandscape_Highlighted@2x.png │ ├── NavigationBackButton_Highlighted@2x.png │ ├── NothingFoundIcon@2x.png │ ├── NotificationLockIcon@2x.png │ ├── OpenInMapsIcon@2x.png │ ├── OpenInSafariIcon@2x.png │ ├── OpenInUberIcon@2x.png │ ├── PasscodePlaceholderIcon@2x.png │ ├── PasscodePlaceholderIcon@3x.png │ ├── PassportButtonIcon@2x.png │ ├── PassportButtonIcon@3x.png │ ├── PassportDriver@2x.png │ ├── PassportDriver@3x.png │ ├── PassportForgetIcon@2x.png │ ├── PassportForgetIcon@3x.png │ ├── PassportId@2x.png │ ├── PassportId@3x.png │ ├── PassportPassport@2x.png │ ├── PassportPassport@3x.png │ ├── PassportReverse@2x.png │ ├── PassportReverse@3x.png │ ├── PassportScan@2x.png │ ├── PassportScan@3x.png │ ├── PassportSelfie@2x.png │ ├── PassportSelfie@3x.png │ ├── PassportSettingsLogo@2x.png │ ├── PassportSettingsLogo@3x.png │ ├── PasswordPlaceholderIcon@2x.png │ ├── PasswordPlaceholderIcon@3x.png │ ├── PermissionSwitchOff@2x.png │ ├── PermissionSwitchOff@3x.png │ ├── PermissionSwitchOn@2x.png │ ├── PermissionSwitchOn@3x.png │ ├── PhoneCountries.txt │ ├── PhoneFormats.dat │ ├── PictureInPictureClose@2x.png │ ├── PictureInPictureExit@2x.png │ ├── PictureInPictureIndicator@2x.png │ ├── PictureInPicturePause@2x.png │ ├── PictureInPicturePlay@2x.png │ ├── PictureInPictureShadow@2x.png │ ├── RecentSearchResultsItemLoupe@2x.png │ ├── ReplyPanelClose@2x.png │ ├── SFCompactRounded-Semibold.otf │ ├── SavedMessagesIcon@2x.png │ ├── SavedMessagesIcon@3x.png │ ├── SearchBarBackground@2x.png │ ├── SearchBarBackgroundLight@2x.png │ ├── SearchBarBackground_Active@2x.png │ ├── SearchBarClearIcon@2x.png │ ├── SearchBarIcon@2x.png │ ├── SearchBarIconLight.png │ ├── SearchBarIconLight@2x.png │ ├── SearchBarIconLight@3x.png │ ├── SearchBarIconLightLarge@2x.png │ ├── SearchBarIconLightLarge@3x.png │ ├── SearchInputField@2x.png │ ├── SearchInputFieldLight@2x.png │ ├── SearchInputField_Active@2x.png │ ├── SecretPhotoCheck.png │ ├── SecretPhotoCheck@2x.png │ ├── SecretPhotoCheckMask.png │ ├── SecretPhotoCheckMask@2x.png │ ├── SecretPhotoFire@2x.png │ ├── SecretPhotoFire@3x.png │ ├── SecretPhotoFireMask@2x.png │ ├── SecretPhotoFireMask@3x.png │ ├── SecretTimerFlame@2x.png │ ├── SecretTimerFlame@3x.png │ ├── SettingsCallsIcon@2x.png │ ├── SettingsCallsIcon@3x.png │ ├── SettingsCameraIcon@2x.png │ ├── SettingsCameraIcon@3x.png │ ├── SettingsDataIcon@2x.png │ ├── SettingsDataIcon@3x.png │ ├── SettingsFaqIcon@2x.png │ ├── SettingsFaqIcon@3x.png │ ├── SettingsLanguageIcon@2x.png │ ├── SettingsLanguageIcon@3x.png │ ├── SettingsNotificationsIcon@2x.png │ ├── SettingsNotificationsIcon@3x.png │ ├── SettingsPassportIcon@2x.png │ ├── SettingsPassportIcon@3x.png │ ├── SettingsPrivacyIcon@2x.png │ ├── SettingsPrivacyIcon@3x.png │ ├── SettingsProxyIcon@2x.png │ ├── SettingsProxyIcon@3x.png │ ├── SettingsSavedMessagesIcon@2x.png │ ├── SettingsSavedMessagesIcon@3x.png │ ├── SettingsStickersIcon@2x.png │ ├── SettingsStickersIcon@3x.png │ ├── SettingsSupportIcon@2x.png │ ├── SettingsSupportIcon@3x.png │ ├── SettingsWallpaperIcon@2x.png │ ├── SettingsWallpaperIcon@3x.png │ ├── SettingsWatchIcon@2x.png │ ├── SettingsWatchIcon@3x.png │ ├── ShareCommentCloseIcon@2x.png │ ├── ShareExternalIcon@2x.png │ ├── ShareExternalIcon@3x.png │ ├── ShareSearchIcon@2x.png │ ├── ShareSearchIcon@3x.png │ ├── SharedMediaDocumentStatusDownload.png │ ├── SharedMediaDocumentStatusDownload@2x.png │ ├── SharedMediaDocumentStatusDownload@3x.png │ ├── SharedMediaEmptyFilesIcon.png │ ├── SharedMediaEmptyFilesIcon@2x.png │ ├── SharedMediaEmptyIcon.png │ ├── SharedMediaEmptyIcon@2x.png │ ├── SharedMediaEmptyLinks@2x.png │ ├── SharedMediaEmptyLinks@3x.png │ ├── SharedMediaEmptyMusicIcon@2x.png │ ├── SharedMediaEmptyMusicIcon@3x.png │ ├── SharedMediaGenericIcon@2x.png │ ├── SharedMediaNavigationBarArrow.png │ ├── SharedMediaNavigationBarArrow@2x.png │ ├── SharedMediaNavigationBarArrow@3x.png │ ├── SharedMediaVideoThumbnailPlay.png │ ├── SharedMediaVideoThumbnailPlay@2x.png │ ├── SharedMediaVideoThumbnailPlay@3x.png │ ├── StickerPackNotFoundIcon@2x.png │ ├── StickerPackNotFoundIcon@3x.png │ ├── StickerPanelPopupLeft@2x.png │ ├── StickerPanelPopupLeft@3x.png │ ├── StickerPanelPopupLeftDark@2x.png │ ├── StickerPanelPopupMiddle@2x.png │ ├── StickerPanelPopupMiddle@3x.png │ ├── StickerPanelPopupMiddleDark@2x.png │ ├── StickerPanelPopupRight@2x.png │ ├── StickerPanelPopupRight@3x.png │ ├── StickerPanelPopupRightDark@2x.png │ ├── StickersFave@2x.png │ ├── StickersFave@3x.png │ ├── StickersFaved@2x.png │ ├── StickersFaved@3x.png │ ├── StickersGroupCross@2x.png │ ├── StickersGroupCross@3x.png │ ├── StickersPlaceholderIcon@2x.png │ ├── StickersPlaceholderIcon@3x.png │ ├── StickersTabArrow@2x.png │ ├── StickersTabArrow@3x.png │ ├── TempAudioPreviewPause@2x.png │ ├── TempAudioPreviewPause@3x.png │ ├── TempAudioPreviewPlay@2x.png │ ├── TempAudioPreviewPlay@3x.png │ ├── TokenBackground@2x.png │ ├── TokenBackground_Highlighted@2x.png │ ├── TooltipArrow@2x.png │ ├── TooltipArrow@3x.png │ ├── TooltipBackground@2x.png │ ├── TooltipBackground@3x.png │ ├── Tour.bundle │ │ ├── TourIcon1@2x.png │ │ ├── TourIcon2@2x.png │ │ ├── TourIcon3@2x.png │ │ ├── TourIcon4@2x.png │ │ ├── TourIcon5@2x.png │ │ └── TourLogo@2x.png │ ├── Transparent@2x.png │ ├── UngroupChannel@3x.png │ ├── VTPlayer │ │ ├── VTPlayer_Shader.fsh │ │ └── VTPlayer_Shader.vsh │ ├── VideoMessagePIPShadow@2x.png │ ├── VideoMessagePIPShadow@3x.png │ ├── VideoMessageUnmutedIcon@2x.png │ ├── VideoMessageUnmutedIcon@3x.png │ ├── VideoPanelPause@2x.png │ ├── VideoPanelPlay@2x.png │ ├── VideoPlayerBackwardIcon@2x.png │ ├── VideoPlayerBackwardIcon@3x.png │ ├── VideoPlayerForwardIcon@2x.png │ ├── VideoPlayerForwardIcon@3x.png │ ├── VideoPlayerPIPIcon@2x.png │ ├── VideoPlayerPIPIcon@3x.png │ ├── VideoPlayerPauseIcon@2x.png │ ├── VideoPlayerPauseIcon@3x.png │ ├── VideoPlayerPlayIcon@2x.png │ ├── VideoPlayerPlayIcon@3x.png │ ├── VideoSliderBackground@2x.png │ ├── VideoSliderBackground_Disabled@2x.png │ ├── VideoSliderForeground@2x.png │ ├── VideoSliderHandle@2x.png │ ├── VolumeControlSliderButton@1x.png │ ├── VolumeControlSliderButton@2x.png │ ├── VolumeControlSliderButton@3x.png │ ├── VolumeControlVolumeIcon@2x.png │ ├── VolumeControlVolumeIcon@3x.png │ ├── VolumeControlVolumeUpIcon@2x.png │ ├── VolumeControlVolumeUpIcon@3x.png │ ├── anim_delete.json │ ├── anim_group.json │ ├── anim_mute.json │ ├── anim_pin.json │ ├── anim_read.json │ ├── anim_ungroup.json │ ├── anim_unmute.json │ ├── anim_unpin.json │ ├── anim_unread.json │ ├── begin_record.caf │ ├── botbutton_location@2x.png │ ├── botbutton_msg@2x.png │ ├── botbutton_phone@2x.png │ ├── botbutton_share@2x.png │ ├── builtin-wallpapers │ │ ├── builtin-wallpaper-0-thumbnail.jpg │ │ ├── builtin-wallpaper-0.jpg │ │ ├── builtin-wallpaper-1-thumbnail.jpg │ │ ├── builtin-wallpaper-1.jpg │ │ ├── builtin-wallpaper-2-thumbnail.jpg │ │ ├── builtin-wallpaper-2.jpg │ │ ├── builtin-wallpaper-3-thumbnail.jpg │ │ ├── builtin-wallpaper-3.jpg │ │ ├── builtin-wallpaper-4-thumbnail.jpg │ │ ├── builtin-wallpaper-4.jpg │ │ ├── pad-builtin-wallpaper-0-thumbnail.jpg │ │ ├── pad-builtin-wallpaper-0.jpg │ │ ├── pad-builtin-wallpaper-1-thumbnail.jpg │ │ ├── pad-builtin-wallpaper-1.jpg │ │ ├── pad-builtin-wallpaper-2-thumbnail.jpg │ │ └── pad-builtin-wallpaper-2.jpg │ ├── currencies.json │ ├── notification.caf │ ├── notifications │ │ ├── 0.m4a │ │ ├── 1.m4a │ │ ├── 100.m4a │ │ ├── 101.m4a │ │ ├── 102.m4a │ │ ├── 103.m4a │ │ ├── 104.m4a │ │ ├── 105.m4a │ │ ├── 106.m4a │ │ ├── 107.m4a │ │ ├── 108.m4a │ │ ├── 109.m4a │ │ ├── 110.m4a │ │ ├── 111.m4a │ │ ├── 2.m4a │ │ ├── 3.m4a │ │ ├── 4.m4a │ │ ├── 5.m4a │ │ ├── 6.m4a │ │ ├── 7.m4a │ │ ├── 8.m4a │ │ └── 9.m4a │ ├── sent.caf │ ├── voip_busy.caf │ ├── voip_connecting.mp3 │ ├── voip_end.caf │ ├── voip_fail.caf │ └── voip_ringback.caf ├── StickersGroupSettings@2x.png ├── StickersGroupSettings@3x.png ├── TGAcceleratedVideoView.h ├── TGAcceleratedVideoView.m ├── TGAccessChecker.h ├── TGAccessChecker.m ├── TGAccessRequiredAlertView.h ├── TGAccessRequiredAlertView.m ├── TGAccountInfoCollectionItem.h ├── TGAccountInfoCollectionItem.m ├── TGAccountSetting.h ├── TGAccountSettings.h ├── TGAccountSettings.m ├── TGAccountSettingsActor.h ├── TGAccountSettingsActor.mm ├── TGAccountSettingsController.h ├── TGAccountSettingsController.m ├── TGAccountSettingsUpdateActor.h ├── TGAccountSettingsUpdateActor.mm ├── TGAccountSignals.h ├── TGAccountSignals.m ├── TGAccountTTLSetting.h ├── TGAccountTTLSetting.m ├── TGActionMediaAttachment+Telegraph.h ├── TGActionMediaAttachment+Telegraph.m ├── TGActionMenuItem.h ├── TGActionMenuItem.m ├── TGActionMenuItemCell.h ├── TGActionMenuItemCell.m ├── TGActionSheet.h ├── TGActionSheet.m ├── TGActor.h ├── TGActor.m ├── TGAdSignals.h ├── TGAdSignals.m ├── TGAddPaymentCardController.h ├── TGAddPaymentCardController.m ├── TGAddToExistingContactController.h ├── TGAddToExistingContactController.m ├── TGAdminLogConversationCompanion.h ├── TGAdminLogConversationCompanion.m ├── TGAlertSoundController.h ├── TGAlertSoundController.m ├── TGAnimatedImageMessageViewModel.h ├── TGAnimatedImageMessageViewModel.m ├── TGAnimatedMediaContextResultCell.h ├── TGAnimatedMediaContextResultCell.m ├── TGAnimationThumbnailDataSource.h ├── TGAnimationThumbnailDataSource.m ├── TGAppDelegate.h ├── TGAppDelegate.mm ├── TGAppSession.h ├── TGAppSession.m ├── TGAppSessionItem.h ├── TGAppSessionItem.m ├── TGAppSessionItemView.h ├── TGAppSessionItemView.m ├── TGAppearanceAutoNightController.h ├── TGAppearanceAutoNightController.m ├── TGAppearanceColorCollectionItem.h ├── TGAppearanceColorCollectionItem.m ├── TGAppearanceColorCollectionItemView.h ├── TGAppearanceColorCollectionItemView.m ├── TGAppearanceColorPickerItemView.h ├── TGAppearanceColorPickerItemView.m ├── TGAppearanceController.h ├── TGAppearanceController.m ├── TGAppearancePreviewCollectionItem.h ├── TGAppearancePreviewCollectionItem.m ├── TGAppearancePreviewCollectionItemView.h ├── TGAppearancePreviewCollectionItemView.m ├── TGApplication.h ├── TGApplication.m ├── TGApplicationFeatureDescription.h ├── TGApplicationFeatureDescription.m ├── TGApplicationFeatures.h ├── TGApplicationFeatures.m ├── TGApplicationMainWindow.h ├── TGApplicationMainWindow.m ├── TGApplyStateRequestBuilder.h ├── TGApplyStateRequestBuilder.m ├── TGApplyUpdatesActor.h ├── TGApplyUpdatesActor.mm ├── TGApplyUsernameActor.h ├── TGApplyUsernameActor.m ├── TGArchivedStickerPacksAlert.h ├── TGArchivedStickerPacksAlert.m ├── TGArchivedStickerPacksAlertView.h ├── TGArchivedStickerPacksAlertView.m ├── TGArchivedStickerPacksController.h ├── TGArchivedStickerPacksController.m ├── TGArchivedStickerPacksSummary.h ├── TGArchivedStickerPacksSummary.m ├── TGArticleWebpageFooterModel.h ├── TGArticleWebpageFooterModel.m ├── TGAttachmentFileTipView.h ├── TGAttachmentFileTipView.m ├── TGAttachmentSheetButtonItemView.h ├── TGAttachmentSheetButtonItemView.m ├── TGAttachmentSheetCheckmarkVariantItemView.h ├── TGAttachmentSheetCheckmarkVariantItemView.m ├── TGAttachmentSheetEmbedItemView.h ├── TGAttachmentSheetEmbedItemView.m ├── TGAttachmentSheetItemView.h ├── TGAttachmentSheetItemView.m ├── TGAttachmentSheetScrollView.h ├── TGAttachmentSheetScrollView.m ├── TGAttachmentSheetView.h ├── TGAttachmentSheetView.m ├── TGAttachmentSheetWindow.h ├── TGAttachmentSheetWindow.m ├── TGAudioBuffer.h ├── TGAudioDownloadActor.h ├── TGAudioDownloadActor.m ├── TGAudioMediaAttachment+Telegraph.h ├── TGAudioMediaAttachment+Telegraph.m ├── TGAudioMessageViewModel.h ├── TGAudioMessageViewModel.m ├── TGAudioPlayer.h ├── TGAudioPlayer.m ├── TGAudioRecorder.h ├── TGAudioRecorder.m ├── TGAudioSessionManager.h ├── TGAudioSessionManager.m ├── TGAudioSliderArea.h ├── TGAudioSliderArea.m ├── TGAudioSliderButton.h ├── TGAudioSliderButton.m ├── TGAudioSliderView.h ├── TGAudioSliderView.m ├── TGAudioSliderViewModel.h ├── TGAudioSliderViewModel.m ├── TGAudioWaveformSignal.h ├── TGAudioWaveformSignal.m ├── TGAudioWaveformView.h ├── TGAudioWaveformView.m ├── TGAudioWebpageFooterModel.h ├── TGAudioWebpageFooterModel.m ├── TGAuthSession.h ├── TGAuthSession.m ├── TGAuthSessionItem.h ├── TGAuthSessionItem.m ├── TGAuthSessionItemView.h ├── TGAuthSessionItemView.m ├── TGAuthSessionListSignals.h ├── TGAuthSessionListSignals.m ├── TGAuthSessionsController.h ├── TGAuthSessionsController.m ├── TGAuthSessionsEmptyView.h ├── TGAuthSessionsEmptyView.m ├── TGAutoDownloadPreferences.h ├── TGAutoDownloadPreferences.m ├── TGAutoDownloadSettingsController.h ├── TGAutoDownloadSettingsController.m ├── TGBackspaceTextField.h ├── TGBackspaceTextField.m ├── TGBingSearchActor.h ├── TGBingSearchActor.m ├── TGBingSearchResultItem+TGMediaItem.h ├── TGBingSearchResultItem+TGMediaItem.m ├── TGBingSearchResultItem.h ├── TGBingSearchResultItem.m ├── TGBlockListRequestActor.h ├── TGBlockListRequestActor.mm ├── TGBlockedController.h ├── TGBlockedController.m ├── TGBlockedPeersSignals.h ├── TGBlockedPeersSignals.m ├── TGBotContextExternalResult.h ├── TGBotContextExternalResult.m ├── TGBotContextMediaResult.h ├── TGBotContextMediaResult.m ├── TGBotContextResult.h ├── TGBotContextResult.m ├── TGBotContextResultSendMessageAuto.h ├── TGBotContextResultSendMessageAuto.m ├── TGBotContextResultSendMessageContact.h ├── TGBotContextResultSendMessageContact.m ├── TGBotContextResultSendMessageGeo.h ├── TGBotContextResultSendMessageGeo.m ├── TGBotContextResultSendMessageText.h ├── TGBotContextResultSendMessageText.m ├── TGBotContextResults.h ├── TGBotContextResults.m ├── TGBotConversationHeaderView.h ├── TGBotConversationHeaderView.m ├── TGBotSignals.h ├── TGBotSignals.m ├── TGBotUserInfoController.h ├── TGBotUserInfoController.m ├── TGBridgeAudioDecoder.h ├── TGBridgeAudioDecoder.mm ├── TGBridgeAudioEncoder.h ├── TGBridgeAudioEncoder.m ├── TGBridgeAudioHandler.h ├── TGBridgeAudioHandler.m ├── TGBridgeChatListHandler.h ├── TGBridgeChatListHandler.m ├── TGBridgeChatMessageListHandler.h ├── TGBridgeChatMessageListHandler.m ├── TGBridgeContactsHandler.h ├── TGBridgeContactsHandler.m ├── TGBridgeContextService.h ├── TGBridgeContextService.m ├── TGBridgeConversationHandler.h ├── TGBridgeConversationHandler.m ├── TGBridgeLocalizationService.h ├── TGBridgeLocalizationService.m ├── TGBridgeLocationHandler.h ├── TGBridgeLocationHandler.m ├── TGBridgeMediaHandler.h ├── TGBridgeMediaHandler.m ├── TGBridgePeerSettingsHandler.h ├── TGBridgePeerSettingsHandler.m ├── TGBridgePresetsService.h ├── TGBridgePresetsService.m ├── TGBridgeRemoteHandler.h ├── TGBridgeRemoteHandler.m ├── TGBridgeSendMessageHandler.h ├── TGBridgeSendMessageHandler.m ├── TGBridgeServer.h ├── TGBridgeServer.m ├── TGBridgeService.h ├── TGBridgeService.m ├── TGBridgeSignalManager.h ├── TGBridgeSignalManager.m ├── TGBridgeStateHandler.h ├── TGBridgeStateHandler.m ├── TGBridgeStickersHandler.h ├── TGBridgeStickersHandler.m ├── TGBridgeStickersService.h ├── TGBridgeStickersService.m ├── TGBridgeSubscriptionHandler.h ├── TGBridgeSubscriptionHandler.m ├── TGBridgeUserInfoHandler.h ├── TGBridgeUserInfoHandler.m ├── TGBrightnessCollectionItem.h ├── TGBrightnessCollectionItem.m ├── TGBrightnessCollectionItemView.h ├── TGBrightnessCollectionItemView.m ├── TGButtonCollectionItem.h ├── TGButtonCollectionItem.m ├── TGButtonCollectionItemView.h ├── TGButtonCollectionItemView.m ├── TGButtonMenuItem.h ├── TGButtonMenuItem.m ├── TGButtonMenuItemCell.h ├── TGButtonMenuItemCell.m ├── TGButtonsMenuItem.h ├── TGButtonsMenuItem.m ├── TGButtonsMenuItemView.h ├── TGButtonsMenuItemView.m ├── TGCacheController.h ├── TGCacheController.m ├── TGCacheIndexingItem.h ├── TGCacheIndexingItem.m ├── TGCacheIndexingItemView.h ├── TGCacheIndexingItemView.m ├── TGCachePeerItem.h ├── TGCachePeerItem.m ├── TGCachePeerItemView.h ├── TGCachePeerItemView.m ├── TGCachedConversationData.h ├── TGCachedConversationData.m ├── TGCachedPeerSettings.h ├── TGCachedPeerSettings.m ├── TGCachedStickerPack.h ├── TGCachedStickerPack.m ├── TGCachedUserData.h ├── TGCachedUserData.m ├── TGCallAcceptButton.h ├── TGCallAcceptButton.m ├── TGCallAlertView.h ├── TGCallAlertView.m ├── TGCallAudioPlayer.h ├── TGCallAudioPlayer.m ├── TGCallAudioRouteButtonItemView.h ├── TGCallAudioRouteButtonItemView.m ├── TGCallAvatarView.h ├── TGCallAvatarView.m ├── TGCallBackgroundView.h ├── TGCallBackgroundView.m ├── TGCallButton.h ├── TGCallButton.m ├── TGCallButtonsView.h ├── TGCallButtonsView.m ├── TGCallCell.h ├── TGCallCell.m ├── TGCallConnectionDescription.h ├── TGCallConnectionDescription.m ├── TGCallContext.h ├── TGCallContext.m ├── TGCallController.h ├── TGCallController.mm ├── TGCallDataSettingsController.h ├── TGCallDataSettingsController.m ├── TGCallDebugView.h ├── TGCallDebugView.m ├── TGCallDiscardReason.h ├── TGCallDiscardReason.m ├── TGCallEncryptionKeyView.h ├── TGCallEncryptionKeyView.m ├── TGCallIdenticonView.h ├── TGCallIdenticonView.m ├── TGCallInfoView.h ├── TGCallInfoView.m ├── TGCallKitAdapter.h ├── TGCallKitAdapter.m ├── TGCallManager.h ├── TGCallManager.m ├── TGCallMessageButton.h ├── TGCallMessageButton.m ├── TGCallMessageViewModel.h ├── TGCallMessageViewModel.m ├── TGCallRatingView.h ├── TGCallRatingView.m ├── TGCallReceptionView.h ├── TGCallReceptionView.m ├── TGCallSession.h ├── TGCallSession.mm ├── TGCallSettingsController.h ├── TGCallSettingsController.m ├── TGCallSignals.h ├── TGCallSignals.m ├── TGCallState.h ├── TGCallState.m ├── TGCallStatusBarView.h ├── TGCallStatusBarView.m ├── TGCallUtils.h ├── TGCallUtils.mm ├── TGCallView.h ├── TGCallView.m ├── TGCameraController+Shortcut.h ├── TGCameraController+Shortcut.m ├── TGCameraShareSignals.h ├── TGCameraShareSignals.m ├── TGCancelAccountResetController.h ├── TGCancelAccountResetController.m ├── TGCdnData.h ├── TGCdnData.m ├── TGCdnFileData.h ├── TGCdnFileData.m ├── TGChangeNameActor.h ├── TGChangeNameActor.m ├── TGChangePeerBlockStatusActor.h ├── TGChangePeerBlockStatusActor.m ├── TGChangePeerSettingsActor.h ├── TGChangePeerSettingsActor.m ├── TGChangePhoneActor.h ├── TGChangePhoneActor.m ├── TGChangePhoneNumberCodeController.h ├── TGChangePhoneNumberCodeController.m ├── TGChangePhoneNumberHelpController.h ├── TGChangePhoneNumberHelpController.m ├── TGChangePhoneNumberHelpView.h ├── TGChangePhoneNumberHelpView.m ├── TGChangePhoneNumberNumberController.h ├── TGChangePhoneNumberNumberController.m ├── TGChangePrivacySettingsActor.h ├── TGChangePrivacySettingsActor.m ├── TGChannelAboutSetupController.h ├── TGChannelAboutSetupController.m ├── TGChannelAdminLogEmptyView.h ├── TGChannelAdminLogEmptyView.m ├── TGChannelAdminLogEntry.h ├── TGChannelAdminLogEntry.m ├── TGChannelAdminLogFilterController.h ├── TGChannelAdminLogFilterController.m ├── TGChannelAdminRights+Telegraph.h ├── TGChannelAdminRights+Telegraph.m ├── TGChannelBanController.h ├── TGChannelBanController.m ├── TGChannelBannedRights+Telegraph.h ├── TGChannelBannedRights+Telegraph.m ├── TGChannelConversationCompanion.h ├── TGChannelConversationCompanion.mm ├── TGChannelGroupHistoryController.h ├── TGChannelGroupHistoryController.m ├── TGChannelGroupInfoController.h ├── TGChannelGroupInfoController.m ├── TGChannelInfoController.h ├── TGChannelInfoController.m ├── TGChannelIntroController.h ├── TGChannelIntroController.m ├── TGChannelIntroControllerView.h ├── TGChannelIntroControllerView.m ├── TGChannelLinkSetupController.h ├── TGChannelLinkSetupController.m ├── TGChannelList.h ├── TGChannelList.m ├── TGChannelManagementSignals.h ├── TGChannelManagementSignals.m ├── TGChannelMembersController.h ├── TGChannelMembersController.m ├── TGChannelMembersControllerEmptyView.h ├── TGChannelMembersControllerEmptyView.m ├── TGChannelModeratorCollectionItem.h ├── TGChannelModeratorCollectionItem.m ├── TGChannelModeratorCollectionItemView.h ├── TGChannelModeratorCollectionItemView.m ├── TGChannelModeratorController.h ├── TGChannelModeratorController.m ├── TGChannelStateSignals.h ├── TGChannelStateSignals.m ├── TGChannelStickersController.h ├── TGChannelStickersController.m ├── TGChatActionItem.h ├── TGChatActionItem.m ├── TGChatActionItemView.h ├── TGChatActionItemView.m ├── TGChatActionsContainerView.h ├── TGChatActionsContainerView.m ├── TGChatActionsController.h ├── TGChatActionsController.m ├── TGChatActionsInfoView.h ├── TGChatActionsInfoView.m ├── TGChatActionsView.h ├── TGChatActionsView.m ├── TGChatListSignals.h ├── TGChatListSignals.m ├── TGChatMessageListSignal.h ├── TGChatMessageListSignal.mm ├── TGChatMessageListView.h ├── TGChatMessageListView.m ├── TGChatSearchController.h ├── TGChatSearchController.m ├── TGChatSettingsController.h ├── TGChatSettingsController.m ├── TGCheckCollectionItem.h ├── TGCheckCollectionItem.m ├── TGCheckCollectionItemView.h ├── TGCheckCollectionItemView.m ├── TGCheckImageStoredActor.h ├── TGCheckImageStoredActor.m ├── TGCheckPasswordActor.h ├── TGCheckPasswordActor.m ├── TGCheckUpdatesActor.h ├── TGCheckUpdatesActor.m ├── TGCheckUsernameAvailabilityActor.h ├── TGCheckUsernameAvailabilityActor.m ├── TGClipboardGalleryModel.h ├── TGClipboardGalleryModel.m ├── TGCloudStorageConversationEmptyView.h ├── TGCloudStorageConversationEmptyView.m ├── TGCollectionBottonDisclosureItem.h ├── TGCollectionBottonDisclosureItem.m ├── TGCollectionBottonDisclosureItemView.h ├── TGCollectionBottonDisclosureItemView.m ├── TGCollectionItem.h ├── TGCollectionItem.m ├── TGCollectionItemView.h ├── TGCollectionItemView.m ├── TGCollectionMenuController.h ├── TGCollectionMenuController.m ├── TGCollectionMenuLayout.h ├── TGCollectionMenuLayout.m ├── TGCollectionMenuSection.h ├── TGCollectionMenuSection.m ├── TGCollectionMenuSectionList.h ├── TGCollectionMenuSectionList.m ├── TGCollectionMenuView.h ├── TGCollectionMenuView.m ├── TGCollectionMultilineInputItem.h ├── TGCollectionMultilineInputItem.m ├── TGCollectionMultilineInputItemView.h ├── TGCollectionMultilineInputItemView.m ├── TGCollectionStaticMultilineTextItem.h ├── TGCollectionStaticMultilineTextItem.m ├── TGCollectionStaticMultilineTextItemView.h ├── TGCollectionStaticMultilineTextItemView.m ├── TGCollectionViewUpdateContext.h ├── TGCollectionViewUpdateContext.m ├── TGColorImageDataSource.h ├── TGColorImageDataSource.m ├── TGCommandKeyboardView.h ├── TGCommandKeyboardView.m ├── TGCommandPanelCell.h ├── TGCommandPanelCell.m ├── TGCommentCollectionItem.h ├── TGCommentCollectionItem.m ├── TGCommentCollectionItemView.h ├── TGCommentCollectionItemView.m ├── TGCommentMenuItem.h ├── TGCommentMenuItem.m ├── TGCommentMenuItemView.h ├── TGCommentMenuItemView.m ├── TGConfirmationCodeData.h ├── TGConfirmationCodeData.m ├── TGContactCell.h ├── TGContactCell.m ├── TGContactCellContents.h ├── TGContactCellContents.m ├── TGContactListRequestBuilder.h ├── TGContactListRequestBuilder.mm ├── TGContactListSearchActor.h ├── TGContactListSearchActor.m ├── TGContactMediaAttachment+Telegraph.h ├── TGContactMediaAttachment+Telegraph.m ├── TGContactMessageViewModel.h ├── TGContactMessageViewModel.m ├── TGContactsController.h ├── TGContactsController.mm ├── TGContactsGlobalSearchActor.h ├── TGContactsGlobalSearchActor.m ├── TGContentBubbleEmbeddedMediaModel.h ├── TGContentBubbleEmbeddedMediaModel.m ├── TGContentBubbleViewModel.h ├── TGContentBubbleViewModel.m ├── TGConversation+Telegraph.h ├── TGConversation+Telegraph.m ├── TGConversationActivityRequestBuilder.h ├── TGConversationActivityRequestBuilder.m ├── TGConversationAddMemberRequestActor.h ├── TGConversationAddMemberRequestActor.m ├── TGConversationAddMessagesActor.h ├── TGConversationAddMessagesActor.mm ├── TGConversationChangePhotoActor.h ├── TGConversationChangePhotoActor.m ├── TGConversationChangeTitleRequestActor.h ├── TGConversationChangeTitleRequestActor.m ├── TGConversationChatInfoRequestActor.h ├── TGConversationChatInfoRequestActor.m ├── TGConversationClearHistoryActor.h ├── TGConversationClearHistoryActor.m ├── TGConversationCollectionItem.h ├── TGConversationCollectionItem.m ├── TGConversationCollectionItemView.h ├── TGConversationCollectionItemView.m ├── TGConversationCreateChatRequestActor.h ├── TGConversationCreateChatRequestActor.m ├── TGConversationDeleteActor.h ├── TGConversationDeleteActor.m ├── TGConversationDeleteMemberRequestActor.h ├── TGConversationDeleteMemberRequestActor.m ├── TGConversationDeleteMessagesActor.h ├── TGConversationDeleteMessagesActor.m ├── TGConversationHistoryAsyncRequestActor.h ├── TGConversationHistoryAsyncRequestActor.m ├── TGConversationHistoryRequestActor.h ├── TGConversationHistoryRequestActor.m ├── TGConversationScrollButton.h ├── TGConversationScrollButton.m ├── TGConversationScrollButtonContainer.h ├── TGConversationScrollButtonContainer.m ├── TGConversationScrollMessageStack.h ├── TGConversationScrollMessageStack.m ├── TGConversationScrollState.h ├── TGConversationScrollState.m ├── TGConversationSignals.h ├── TGConversationSignals.m ├── TGConversationSwitchCollectionItem.h ├── TGConversationSwitchCollectionItem.m ├── TGConversationSwitchCollectionItemView.h ├── TGConversationSwitchCollectionItemView.m ├── TGConvertToSupergroupController.h ├── TGConvertToSupergroupController.m ├── TGCountryAndPhoneCollectionItem.h ├── TGCountryAndPhoneCollectionItem.m ├── TGCountryAndPhoneCollectionItemView.h ├── TGCountryAndPhoneCollectionItemView.m ├── TGCreateContactController.h ├── TGCreateContactController.m ├── TGCreateEncryptedChatController.h ├── TGCreateEncryptedChatController.m ├── TGCreateFeedController.h ├── TGCreateFeedController.mm ├── TGCreateGroupController.h ├── TGCreateGroupController.m ├── TGCreditCardNumberCollectionItem.h ├── TGCreditCardNumberCollectionItem.m ├── TGCreditCardNumberCollectionItemView.h ├── TGCreditCardNumberCollectionItemView.m ├── TGCurrencyFormatter.h ├── TGCurrencyFormatter.m ├── TGCustomActionSheet.h ├── TGCustomActionSheet.m ├── TGCustomAlertView.h ├── TGCustomAlertView.m ├── TGDataItem.h ├── TGDataItem.m ├── TGDatabaseInterface.h ├── TGDatabaseInterface.m ├── TGDatabaseLegacy.h ├── TGDatabaseLegacy.m ├── TGDatabaseReadMessagesByDate.h ├── TGDatabaseReadMessagesByDate.m ├── TGDatabaseUpdateMessage.h ├── TGDatabaseUpdateMessage.m ├── TGDatacenterContext.h ├── TGDatacenterContext.mm ├── TGDatacenterWatchdogActor.h ├── TGDatacenterWatchdogActor.m ├── TGDayPresentationPallete.h ├── TGDayPresentationPallete.m ├── TGDebugController.h ├── TGDebugController.m ├── TGDefaultPresentationPallete.h ├── TGDefaultPresentationPallete.m ├── TGDeleteAccountActor.h ├── TGDeleteAccountActor.m ├── TGDeleteAccountController.h ├── TGDeleteAccountController.m ├── TGDeleteProfilePhotoActor.h ├── TGDeleteProfilePhotoActor.m ├── TGDeleteUserAvatarActor.h ├── TGDeleteUserAvatarActor.m ├── TGDialogListCellEditingButton.h ├── TGDialogListCellEditingButton.m ├── TGDialogListCellEditingControls.h ├── TGDialogListCellEditingControls.m ├── TGDialogListItem.h ├── TGDialogListItem.m ├── TGDialogListRecentPeers.h ├── TGDialogListRecentPeers.m ├── TGDialogListRecentPeersCell.h ├── TGDialogListRecentPeersCell.m ├── TGDialogListRemoteOffset.h ├── TGDialogListRemoteOffset.m ├── TGDialogListRequestBuilder.h ├── TGDialogListRequestBuilder.mm ├── TGDialogListSearchActor.h ├── TGDialogListSearchActor.m ├── TGDialogListTitleContainer.h ├── TGDialogListTitleContainer.m ├── TGDiscardEncryptedChatActor.h ├── TGDiscardEncryptedChatActor.m ├── TGDisclosureActionCollectionItem.h ├── TGDisclosureActionCollectionItem.m ├── TGDisclosureActionCollectionItemView.h ├── TGDisclosureActionCollectionItemView.m ├── TGDocumentController.h ├── TGDocumentController.m ├── TGDocumentDownloadActor.h ├── TGDocumentDownloadActor.m ├── TGDocumentEncryptedFileReference.h ├── TGDocumentEncryptedFileReference.m ├── TGDocumentFileReference.h ├── TGDocumentHttpFileReference.h ├── TGDocumentHttpFileReference.m ├── TGDocumentMediaAttachment+Telegraph.h ├── TGDocumentMediaAttachment+Telegraph.m ├── TGDocumentMessageIconModel.h ├── TGDocumentMessageIconModel.m ├── TGDocumentMessageIconView.h ├── TGDocumentMessageIconView.m ├── TGDocumentMessageViewModel.h ├── TGDocumentMessageViewModel.m ├── TGDocumentWebpageFooterModel.h ├── TGDocumentWebpageFooterModel.m ├── TGDocumentWithIconContentModel.h ├── TGDocumentWithIconContentModel.m ├── TGDocumentWithThumbnailContentModel.h ├── TGDocumentWithThumbnailContentModel.m ├── TGDownloadAudioSignal.h ├── TGDownloadAudioSignal.m ├── TGDownloadHistoryForNavigatingToMessageSignal.h ├── TGDownloadHistoryForNavigatingToMessageSignal.m ├── TGDownloadLocalizationActor.h ├── TGDownloadLocalizationActor.m ├── TGDownloadMessagesActor.h ├── TGDownloadMessagesActor.m ├── TGDownloadMessagesSignal.h ├── TGDownloadMessagesSignal.m ├── TGDropboxHelper.h ├── TGDropboxHelper.m ├── TGDropboxItem.h ├── TGDropboxItem.m ├── TGEditProfileController.h ├── TGEditProfileController.m ├── TGEditableCollectionItemView.h ├── TGEditableCollectionItemView.m ├── TGEditingScrollView.h ├── TGEditingScrollView.m ├── TGEditingScrollViewGestureRecognizer.h ├── TGEditingScrollViewGestureRecognizer.m ├── TGEmbedInternalPlayerView.h ├── TGEmbedInternalPlayerView.m ├── TGEmbedItemView.h ├── TGEmbedItemView.m ├── TGEmbedMenu.h ├── TGEmbedMenu.m ├── TGEmbedPIPController.h ├── TGEmbedPIPController.m ├── TGEmbedPIPPlaceholderView.h ├── TGEmbedPIPPlaceholderView.m ├── TGEmbedPIPView.h ├── TGEmbedPIPView.m ├── TGEmbedPlayerController.h ├── TGEmbedPlayerController.m ├── TGEmbedPreviewController.h ├── TGEmbedPreviewController.m ├── TGEmbedPreviewView.h ├── TGEmbedPreviewView.m ├── TGEmojiSuggestions.h ├── TGEmojiSuggestions.mm ├── TGEmptyGalleryFooterAccessoryView.h ├── TGEmptyGalleryFooterAccessoryView.m ├── TGEncryptedChatResponseActor.h ├── TGEncryptedChatResponseActor.m ├── TGEncryptionKeyViewController.h ├── TGEncryptionKeyViewController.m ├── TGExtendedChatDataRequestActor.h ├── TGExtendedChatDataRequestActor.m ├── TGExtendedUserDataRequestActor.h ├── TGExtendedUserDataRequestActor.m ├── TGExternalGalleryModel.h ├── TGExternalGalleryModel.m ├── TGExternalGifSearchResult+TGMediaItem.h ├── TGExternalGifSearchResult+TGMediaItem.m ├── TGExternalGifSearchResult.h ├── TGExternalGifSearchResult.m ├── TGExternalGifSearchResultGalleryItem.h ├── TGExternalGifSearchResultGalleryItem.m ├── TGExternalGifSearchResultGalleryItemView.h ├── TGExternalGifSearchResultGalleryItemView.m ├── TGExternalGifSearchResultItem.h ├── TGExternalGifSearchResultItem.m ├── TGExternalGifSearchResultItemView.h ├── TGExternalGifSearchResultItemView.m ├── TGExternalImageSearchResult.h ├── TGExternalImageSearchResult.m ├── TGExternalShareSignals.h ├── TGExternalShareSignals.m ├── TGFaqActor.h ├── TGFaqActor.m ├── TGFaqController.h ├── TGFaqController.m ├── TGFastCameraControlPanel.h ├── TGFastCameraControlPanel.m ├── TGFastCameraController.h ├── TGFastCameraController.m ├── TGFastTwoStepVerificationSetupController.h ├── TGFastTwoStepVerificationSetupController.m ├── TGFavoriteStickersSignal.h ├── TGFavoriteStickersSignal.m ├── TGFeaturedStickerPacksController.h ├── TGFeaturedStickerPacksController.m ├── TGFeed.h ├── TGFeed.m ├── TGFeedConversationCompanion.h ├── TGFeedConversationCompanion.m ├── TGFeedConversationInputPanel.h ├── TGFeedConversationInputPanel.m ├── TGFeedDialogListCompanion.h ├── TGFeedDialogListCompanion.mm ├── TGFeedGroupingController.h ├── TGFeedGroupingController.m ├── TGFeedList.h ├── TGFeedList.m ├── TGFeedManagementSignals.h ├── TGFeedManagementSignals.m ├── TGFeedNotificationsController.h ├── TGFeedNotificationsController.m ├── TGFeedPosition.h ├── TGFeedPosition.m ├── TGFileDownloadActor.h ├── TGFileDownloadActor.m ├── TGFileReference.h ├── TGFileReferenceManager.h ├── TGFileReferenceManager.m ├── TGFileThumbnailDataSource.h ├── TGFileThumbnailDataSource.m ├── TGFileUploadActor.h ├── TGFileUploadActor.mm ├── TGFlatActionCell.h ├── TGFlatActionCell.m ├── TGFontSizeCollectionItem.h ├── TGFontSizeCollectionItem.m ├── TGFontSizeCollectionItemView.h ├── TGFontSizeCollectionItemView.m ├── TGForceTouchGestureRecognizer.h ├── TGForceTouchGestureRecognizer.m ├── TGForwardContactPickerController.h ├── TGForwardContactPickerController.m ├── TGForwardTargetController.h ├── TGForwardTargetController.m ├── TGGDPRNoticeController.h ├── TGGDPRNoticeController.m ├── TGGLVideoView.h ├── TGGLVideoView.m ├── TGGalleryPhotoActor.h ├── TGGalleryPhotoActor.m ├── TGGalleryPhotoDataSource.h ├── TGGalleryPhotoDataSource.m ├── TGGalleryVideoPreviewDataSource.h ├── TGGalleryVideoPreviewDataSource.m ├── TGGenericContextResultCell.h ├── TGGenericContextResultCell.m ├── TGGenericModernConversationCompanion.h ├── TGGenericModernConversationCompanion.mm ├── TGGenericPeerGalleryGroupItem.h ├── TGGenericPeerGalleryGroupItem.m ├── TGGenericPeerGalleryItem.h ├── TGGenericPeerMediaGalleryActionsAccessoryView.h ├── TGGenericPeerMediaGalleryActionsAccessoryView.m ├── TGGenericPeerMediaGalleryDefaultFooterView.h ├── TGGenericPeerMediaGalleryDefaultFooterView.m ├── TGGenericPeerMediaGalleryDefaultHeaderView.h ├── TGGenericPeerMediaGalleryDefaultHeaderView.m ├── TGGenericPeerMediaGalleryDeleteAccessoryView.h ├── TGGenericPeerMediaGalleryDeleteAccessoryView.m ├── TGGenericPeerMediaGalleryGifItem.h ├── TGGenericPeerMediaGalleryGifItem.m ├── TGGenericPeerMediaGalleryGifItemView.h ├── TGGenericPeerMediaGalleryGifItemView.m ├── TGGenericPeerMediaGalleryGroupSliderView.h ├── TGGenericPeerMediaGalleryGroupSliderView.m ├── TGGenericPeerMediaGalleryImageItem.h ├── TGGenericPeerMediaGalleryImageItem.m ├── TGGenericPeerMediaGalleryModel.h ├── TGGenericPeerMediaGalleryModel.m ├── TGGenericPeerMediaGalleryVideoItem.h ├── TGGenericPeerMediaGalleryVideoItem.m ├── TGGenericPeerMediaGalleryVideoItemView.h ├── TGGenericPeerMediaGalleryVideoItemView.m ├── TGGenericPeerMediaListImageItem.h ├── TGGenericPeerMediaListImageItem.m ├── TGGenericPeerMediaListItem.h ├── TGGenericPeerMediaListModel.h ├── TGGenericPeerMediaListModel.m ├── TGGenericPeerMediaListVideoItem.h ├── TGGenericPeerMediaListVideoItem.m ├── TGGenericPeerPlaylistSignals.h ├── TGGenericPeerPlaylistSignals.m ├── TGGenericPeerVoiceMessagesPlaylistSignal.h ├── TGGenericPeerVoiceMessagesPlaylistSignal.m ├── TGGifGalleryAddAccessoryView.h ├── TGGifGalleryAddAccessoryView.m ├── TGGifGalleryModel.h ├── TGGifGalleryModel.m ├── TGGifKeyboardBalancedLayout.h ├── TGGifKeyboardBalancedLayout.m ├── TGGifKeyboardBalancedPartition.h ├── TGGifKeyboardBalancedPartition.m ├── TGGifKeyboardCell.h ├── TGGifKeyboardCell.m ├── TGGiphySearchActor.h ├── TGGiphySearchActor.m ├── TGGiphySearchResultItem+TGMediaItem.h ├── TGGiphySearchResultItem+TGMediaItem.m ├── TGGiphySearchResultItem.h ├── TGGiphySearchResultItem.m ├── TGGlobalMessageSearchSignals.h ├── TGGlobalMessageSearchSignals.m ├── TGGroupAdminsController.h ├── TGGroupAdminsController.m ├── TGGroupAvatarGalleryItem.h ├── TGGroupAvatarGalleryItem.m ├── TGGroupAvatarGalleryItemView.h ├── TGGroupAvatarGalleryItemView.m ├── TGGroupAvatarGalleryModel.h ├── TGGroupAvatarGalleryModel.m ├── TGGroupInfoCollectionItem.h ├── TGGroupInfoCollectionItem.m ├── TGGroupInfoCollectionItemView.h ├── TGGroupInfoCollectionItemView.m ├── TGGroupInfoContactListCreateLinkCell.h ├── TGGroupInfoContactListCreateLinkCell.m ├── TGGroupInfoController.h ├── TGGroupInfoController.m ├── TGGroupInfoSelectContactController.h ├── TGGroupInfoSelectContactController.m ├── TGGroupInfoShareLinkController.h ├── TGGroupInfoShareLinkController.m ├── TGGroupInfoShareLinkLinkItem.h ├── TGGroupInfoShareLinkLinkItem.m ├── TGGroupInfoShareLinkLinkItemView.h ├── TGGroupInfoShareLinkLinkItemView.m ├── TGGroupInfoUserCell.h ├── TGGroupInfoUserCell.m ├── TGGroupInfoUserCollectionItem.h ├── TGGroupInfoUserCollectionItem.m ├── TGGroupInfoUserCollectionItemView.h ├── TGGroupInfoUserCollectionItemView.m ├── TGGroupInvitationInfo.h ├── TGGroupInvitationInfo.m ├── TGGroupInviteSheet.h ├── TGGroupInviteSheet.m ├── TGGroupInviteSheetItemView.h ├── TGGroupInviteSheetItemView.m ├── TGGroupInviteSheetMoreCell.h ├── TGGroupInviteSheetMoreCell.m ├── TGGroupManagementSignals.h ├── TGGroupManagementSignals.m ├── TGGroupModernConversationCompanion.h ├── TGGroupModernConversationCompanion.m ├── TGGroupedCell.h ├── TGGroupedCell.m ├── TGGroupedUserOnlineSignals.h ├── TGGroupedUserOnlineSignals.m ├── TGGroupsInCommonController.h ├── TGGroupsInCommonController.m ├── TGHashtagOverviewController.h ├── TGHashtagOverviewController.m ├── TGHashtagSearchController.h ├── TGHashtagSearchController.m ├── TGHeaderCollectionItem.h ├── TGHeaderCollectionItem.m ├── TGHeaderCollectionItemView.h ├── TGHeaderCollectionItemView.m ├── TGHolderSet.h ├── TGHolderSet.m ├── TGHoleMessageViewModel.h ├── TGHoleMessageViewModel.m ├── TGICloudEmergencyDataSignals.h ├── TGICloudEmergencyDataSignals.m ├── TGICloudFileDownloadActor.h ├── TGICloudFileDownloadActor.m ├── TGICloudItem.h ├── TGICloudItem.m ├── TGImageDownloadActor.h ├── TGImageDownloadActor.m ├── TGImageFileReference.h ├── TGImageFileReference.m ├── TGImageInfo+Telegraph.h ├── TGImageInfo+Telegraph.mm ├── TGImageMediaAttachment+Telegraph.h ├── TGImageMediaAttachment+Telegraph.m ├── TGImageMessageViewModel.h ├── TGImageMessageViewModel.m ├── TGImageSearchActor.h ├── TGImageSearchActor.m ├── TGInlineBotsInputCell.h ├── TGInlineBotsInputCell.m ├── TGInlineBotsInputPanel.h ├── TGInlineBotsInputPanel.m ├── TGInlineBotsSettingsCell.h ├── TGInlineBotsSettingsCell.m ├── TGInlineVideoModel.h ├── TGInlineVideoModel.m ├── TGInlineVideoView.h ├── TGInlineVideoView.m ├── TGInputAccessoryView.h ├── TGInputAccessoryView.m ├── TGInputMenuItem.h ├── TGInputMenuItem.m ├── TGInputMenuItemView.h ├── TGInputMenuItemView.m ├── TGInstagramContentPropertiesActor.h ├── TGInstagramContentPropertiesActor.m ├── TGInstagramDataContentProperty.h ├── TGInstagramDataContentProperty.m ├── TGInstagramMediaIdSignal.h ├── TGInstagramMediaIdSignal.m ├── TGInstantPage+TG.h ├── TGInstantPage+TG.m ├── TGInstantPageAudioView.h ├── TGInstantPageAudioView.m ├── TGInstantPageChannelView.h ├── TGInstantPageChannelView.m ├── TGInstantPageColorView.h ├── TGInstantPageColorView.m ├── TGInstantPageController.h ├── TGInstantPageController.m ├── TGInstantPageControllerNavigationBar.h ├── TGInstantPageControllerNavigationBar.m ├── TGInstantPageControllerView.h ├── TGInstantPageControllerView.m ├── TGInstantPageDisplayView.h ├── TGInstantPageEmbedView.h ├── TGInstantPageEmbedView.m ├── TGInstantPageFooterButtonView.h ├── TGInstantPageFooterButtonView.m ├── TGInstantPageImageView.h ├── TGInstantPageImageView.m ├── TGInstantPageLayout.h ├── TGInstantPageLayout.m ├── TGInstantPageLinkSelectionView.h ├── TGInstantPageLinkSelectionView.m ├── TGInstantPageMedia.h ├── TGInstantPageMedia.m ├── TGInstantPageMediaArguments.h ├── TGInstantPageMediaArguments.m ├── TGInstantPageScrollState.h ├── TGInstantPageScrollState.m ├── TGInstantPageSettingsView.h ├── TGInstantPageSettingsView.m ├── TGInstantPageSlideshowView.h ├── TGInstantPageSlideshowView.m ├── TGInstantPageTile.h ├── TGInstantPageTile.m ├── TGInstantPageTileView.h ├── TGInstantPageTileView.m ├── TGInstantPreviewTouchAreaModel.h ├── TGInstantPreviewTouchAreaModel.m ├── TGInstantPreviewTouchAreaView.h ├── TGInstantPreviewTouchAreaView.m ├── TGInterfaceAssets.h ├── TGInterfaceAssets.mm ├── TGInterfaceManager.h ├── TGInterfaceManager.mm ├── TGInternalGifSearchResult+TGMediaItem.h ├── TGInternalGifSearchResult+TGMediaItem.m ├── TGInternalGifSearchResult.h ├── TGInternalGifSearchResult.m ├── TGInternalGifSearchResultGalleryItem.h ├── TGInternalGifSearchResultGalleryItem.m ├── TGInternalGifSearchResultGalleryItemView.h ├── TGInternalGifSearchResultGalleryItemView.m ├── TGInternalGifSearchResultItem.h ├── TGInternalGifSearchResultItem.m ├── TGInternalGifSearchResultItemView.h ├── TGInternalGifSearchResultItemView.m ├── TGItemCollectionGalleryItem.h ├── TGItemCollectionGalleryItem.m ├── TGItemCollectionGalleryItemView.h ├── TGItemCollectionGalleryItemView.m ├── TGItemCollectionGalleryModel.h ├── TGItemCollectionGalleryModel.m ├── TGItemCollectionGalleryVideoBaseItemView.h ├── TGItemCollectionGalleryVideoBaseItemView.m ├── TGItemCollectionGalleryVideoItemView.h ├── TGItemCollectionGalleryVideoItemView.m ├── TGJpegTurbo.h ├── TGJpegTurbo.m ├── TGKeychainImport.h ├── TGKeychainImport.m ├── TGLabelMenuItem.h ├── TGLabelMenuItem.m ├── TGLabelMenuItemView.h ├── TGLabelMenuItemView.m ├── TGLegacyComponentsContext.h ├── TGLegacyComponentsContext.m ├── TGLegacyComponentsGlobalsProvider.h ├── TGLegacyComponentsGlobalsProvider.m ├── TGLegacyWallpaperController.h ├── TGLegacyWallpaperController.m ├── TGLinkPreviewsContentProperty.h ├── TGLinkPreviewsContentProperty.m ├── TGLinkTargetView.h ├── TGLinkTargetView.m ├── TGListThumbnailSignals.h ├── TGListThumbnailSignals.m ├── TGLiveLocationElapsedViewModel.h ├── TGLiveLocationElapsedViewModel.m ├── TGLiveLocationManager.h ├── TGLiveLocationManager.m ├── TGLiveLocationMessageViewModel.h ├── TGLiveLocationMessageViewModel.m ├── TGLiveLocationSession.h ├── TGLiveLocationSession.m ├── TGLiveLocationSignals.h ├── TGLiveLocationSignals.m ├── TGLiveLocationTitlePanel.h ├── TGLiveLocationTitlePanel.m ├── TGLiveUploadActor.h ├── TGLiveUploadActor.m ├── TGLoadConversationAndHistoryForSearchActor.h ├── TGLoadConversationAndHistoryForSearchActor.m ├── TGLoadingItemView.h ├── TGLoadingItemView.m ├── TGLoadingPlaceholderMessageModel.h ├── TGLoadingPlaceholderMessageModel.m ├── TGLocalizationSelectionController.h ├── TGLocalizationSelectionController.m ├── TGLocalizationSignals.h ├── TGLocalizationSignals.m ├── TGLocationMessageViewModel.h ├── TGLocationMessageViewModel.m ├── TGLocationPulseViewModel.h ├── TGLocationPulseViewModel.m ├── TGLocationRequestActor.h ├── TGLocationRequestActor.m ├── TGLocationReverseGeocodeActor.h ├── TGLocationReverseGeocodeActor.mm ├── TGLocationServicesStateActor.h ├── TGLocationServicesStateActor.m ├── TGLocationThumbnailDataSource.h ├── TGLocationThumbnailDataSource.m ├── TGLocationVenueIconDataSource.h ├── TGLocationVenueIconDataSource.m ├── TGLockIconView.h ├── TGLockIconView.m ├── TGLoginCodeController.h ├── TGLoginCodeController.m ├── TGLoginCountriesController.h ├── TGLoginCountriesController.m ├── TGLoginCountryCell.h ├── TGLoginCountryCell.m ├── TGLoginPasswordController.h ├── TGLoginPasswordController.m ├── TGLoginPasswordView.h ├── TGLoginPasswordView.m ├── TGLoginPhoneController.h ├── TGLoginPhoneController.m ├── TGLoginProfileController.h ├── TGLoginProfileController.m ├── TGLoginResetAccountControllerView.h ├── TGLoginResetAccountControllerView.m ├── TGLoginResetAccountProtectedController.h ├── TGLoginResetAccountProtectedController.m ├── TGLogoutRequestBuilder.h ├── TGLogoutRequestBuilder.m ├── TGMainTabsController.h ├── TGMainTabsController.m ├── TGMapSnapshotterActor.h ├── TGMapSnapshotterActor.m ├── TGMarqueeLabel.h ├── TGMarqueeLabel.m ├── TGMaskStickersSignals.h ├── TGMaskStickersSignals.m ├── TGMeContactsCell.h ├── TGMeContactsCell.m ├── TGMediaAssetContentProperty.h ├── TGMediaAssetContentProperty.m ├── TGMediaCacheIndexData.h ├── TGMediaCacheIndexData.m ├── TGMediaListPhotoDataSource.h ├── TGMediaListPhotoDataSource.m ├── TGMediaLiveUploadWatcher.h ├── TGMediaLiveUploadWatcher.m ├── TGMediaOriginInfo+Telegraph.h ├── TGMediaOriginInfo+Telegraph.m ├── TGMediaPostingContext.h ├── TGMediaPostingContext.m ├── TGMediaPreviewTask.h ├── TGMediaPreviewTask.m ├── TGMediaSearchController.h ├── TGMediaSearchController.m ├── TGMediaSignals.h ├── TGMediaSignals.m ├── TGMediaStoreContext.h ├── TGMediaStoreContext.m ├── TGMenuItem.h ├── TGMenuItem.m ├── TGMenuSection.h ├── TGMenuSection.m ├── TGMenuSheetCheckItemView.h ├── TGMenuSheetCheckItemView.m ├── TGMenuSheetModernButtonItemView.h ├── TGMenuSheetModernButtonItemView.m ├── TGMessage+Telegraph.h ├── TGMessage+Telegraph.m ├── TGMessageGroupedLayout.h ├── TGMessageGroupedLayout.m ├── TGMessageImageAdditionalDataView.h ├── TGMessageImageAdditionalDataView.m ├── TGMessageImageView.h ├── TGMessageImageView.m ├── TGMessageImageViewModel.h ├── TGMessageImageViewModel.m ├── TGMessageImageViewTimestampView.h ├── TGMessageImageViewTimestampView.m ├── TGMessageModernConversationItem.h ├── TGMessageModernConversationItem.mm ├── TGMessageNotificationView.h ├── TGMessageNotificationView.mm ├── TGMessageRange.h ├── TGMessageRange.mm ├── TGMessageReplyButtonsModel.h ├── TGMessageReplyButtonsModel.m ├── TGMessageSearchSignals.h ├── TGMessageSearchSignals.m ├── TGMessageUniqueIdContentProperty.h ├── TGMessageUniqueIdContentProperty.m ├── TGMessageViewModel.h ├── TGMessageViewModel.m ├── TGMessageViewedContentProperty.h ├── TGMessageViewedContentProperty.m ├── TGMessageViewsView.h ├── TGMessageViewsView.m ├── TGMessageViewsViewModel.h ├── TGMessageViewsViewModel.m ├── TGMessagesSearchActor.h ├── TGMessagesSearchActor.m ├── TGMigratedChannelConversationHeaderView.h ├── TGMigratedChannelConversationHeaderView.m ├── TGModenConcersationReplyAssociatedPanel.h ├── TGModenConcersationReplyAssociatedPanel.m ├── TGModernButtonView.h ├── TGModernButtonView.m ├── TGModernButtonViewModel.h ├── TGModernButtonViewModel.m ├── TGModernCheckButtonView.h ├── TGModernCheckButtonView.m ├── TGModernCheckButtonViewModel.h ├── TGModernCheckButtonViewModel.m ├── TGModernClockProgressView.h ├── TGModernClockProgressView.m ├── TGModernClockProgressViewModel.h ├── TGModernClockProgressViewModel.m ├── TGModernCollectionCell.h ├── TGModernCollectionCell.m ├── TGModernColorView.h ├── TGModernColorView.m ├── TGModernColorViewModel.h ├── TGModernColorViewModel.m ├── TGModernConversationActionInputPanel.h ├── TGModernConversationActionInputPanel.m ├── TGModernConversationActivity.h ├── TGModernConversationActivity.m ├── TGModernConversationActivityManager.h ├── TGModernConversationActivityManager.m ├── TGModernConversationAlphacodeAssociatedPanel.m ├── TGModernConversationAudioPlayer.h ├── TGModernConversationAudioPlayer.m ├── TGModernConversationAudioPlayerContext.h ├── TGModernConversationAudioPlayerContext.m ├── TGModernConversationAudioPreviewInputPanel.h ├── TGModernConversationAudioPreviewInputPanel.m ├── TGModernConversationAvatarButton.h ├── TGModernConversationAvatarButton.m ├── TGModernConversationBarButtonItem.h ├── TGModernConversationBarButtonItem.m ├── TGModernConversationCollectionTouchBehaviour.h ├── TGModernConversationCollectionView.h ├── TGModernConversationCollectionView.mm ├── TGModernConversationCollectionViewInstantPreviewRecognizer.h ├── TGModernConversationCollectionViewInstantPreviewRecognizer.m ├── TGModernConversationCommandsAssociatedPanel.h ├── TGModernConversationCommandsAssociatedPanel.m ├── TGModernConversationCompanion.h ├── TGModernConversationCompanion.mm ├── TGModernConversationComplexMediaContextResultsAssociatedPanel.h ├── TGModernConversationComplexMediaContextResultsAssociatedPanel.m ├── TGModernConversationContactLinkTitlePanel.h ├── TGModernConversationContactLinkTitlePanel.m ├── TGModernConversationController.h ├── TGModernConversationController.mm ├── TGModernConversationControllerDynamicTypeSignals.h ├── TGModernConversationControllerDynamicTypeSignals.m ├── TGModernConversationControllerView.h ├── TGModernConversationControllerView.m ├── TGModernConversationDimWindow.h ├── TGModernConversationDimWindow.m ├── TGModernConversationEditingMessageInputPanel.h ├── TGModernConversationEditingMessageInputPanel.m ├── TGModernConversationEditingPanel.h ├── TGModernConversationEditingPanel.m ├── TGModernConversationEmptyListPlaceholderView.h ├── TGModernConversationEmptyListPlaceholderView.m ├── TGModernConversationForwardInputPanel.h ├── TGModernConversationForwardInputPanel.m ├── TGModernConversationGenericContextResultsAssociatedPanel.h ├── TGModernConversationGenericContextResultsAssociatedPanel.m ├── TGModernConversationGenericContextResultsAssociatedPanelSwitchPm.h ├── TGModernConversationGenericContextResultsAssociatedPanelSwitchPm.m ├── TGModernConversationGenericEmptyListView.h ├── TGModernConversationGenericEmptyListView.m ├── TGModernConversationGenericTitlePanel.h ├── TGModernConversationGenericTitlePanel.m ├── TGModernConversationGroupTitlePanel.h ├── TGModernConversationGroupTitlePanel.m ├── TGModernConversationInputAttachButton.h ├── TGModernConversationInputAttachButton.m ├── TGModernConversationInputPanel.h ├── TGModernConversationInputPanel.m ├── TGModernConversationInputTextPanel.h ├── TGModernConversationInputTextPanel.m ├── TGModernConversationItem.h ├── TGModernConversationItem.m ├── TGModernConversationKeyboardView.h ├── TGModernConversationMediaContextResultsAssociatedPanel.h ├── TGModernConversationMediaContextResultsAssociatedPanel.m ├── TGModernConversationPrivateTitlePanel.h ├── TGModernConversationPrivateTitlePanel.m ├── TGModernConversationRestrictedInlineAssociatedPanel.h ├── TGModernConversationRestrictedInlineAssociatedPanel.m ├── TGModernConversationRestrictedInputPanel.h ├── TGModernConversationRestrictedInputPanel.m ├── TGModernConversationSearchInputPanel.h ├── TGModernConversationSearchInputPanel.m ├── TGModernConversationTitleIcon.h ├── TGModernConversationTitleIcon.m ├── TGModernConversationTitlePanel.h ├── TGModernConversationTitlePanel.m ├── TGModernConversationTitleView.h ├── TGModernConversationTitleView.m ├── TGModernConversationUpgradeStateTitlePanel.h ├── TGModernConversationUpgradeStateTitlePanel.m ├── TGModernConversationViewContext.h ├── TGModernConversationViewContext.m ├── TGModernConversationViewLayout.h ├── TGModernConversationViewLayout.mm ├── TGModernConversationWebPreviewInputPanel.h ├── TGModernConversationWebPreviewInputPanel.m ├── TGModernDataImageView.h ├── TGModernDataImageView.m ├── TGModernDataImageViewModel.h ├── TGModernDataImageViewModel.m ├── TGModernDateHeaderView (Peter’s MacBook Pro's conflicted copy 2015-06-02).m ├── TGModernDateHeaderView.h ├── TGModernDateHeaderView.m ├── TGModernDateViewModel.h ├── TGModernDateViewModel.m ├── TGModernFlatteningView.h ├── TGModernFlatteningView.m ├── TGModernFlatteningViewModel.h ├── TGModernFlatteningViewModel.m ├── TGModernGalleryMessageImageItem.h ├── TGModernGalleryMessageImageItem.m ├── TGModernGalleryMessageImageItemView.h ├── TGModernGalleryMessageImageItemView.m ├── TGModernGalleryNewVideoItemView.h ├── TGModernGalleryNewVideoItemView.m ├── TGModernGalleryPIPHeaderView.h ├── TGModernGalleryPIPHeaderView.m ├── TGModernGalleryRotationGestureRecognizer.h ├── TGModernGalleryRotationGestureRecognizer.m ├── TGModernGalleryVideoFooterView.h ├── TGModernGalleryVideoFooterView.m ├── TGModernGalleryVideoItem.h ├── TGModernGalleryVideoItem.m ├── TGModernGalleryVideoItemView.h ├── TGModernGalleryVideoItemView.m ├── TGModernGalleryVideoPlayerState.h ├── TGModernGalleryVideoPlayerState.m ├── TGModernGalleryVideoPlayerView.h ├── TGModernGalleryVideoPlayerView.m ├── TGModernGalleryVideoScrubbingInterfaceView.h ├── TGModernGalleryVideoScrubbingInterfaceView.m ├── TGModernImageView.h ├── TGModernImageView.m ├── TGModernImageViewModel.h ├── TGModernImageViewModel.m ├── TGModernLabelViewModel.h ├── TGModernLabelViewModel.m ├── TGModernLetteredAvatarView.h ├── TGModernLetteredAvatarView.m ├── TGModernMediaCollectionView.h ├── TGModernMediaCollectionView.m ├── TGModernMediaListCell.h ├── TGModernMediaListCell.m ├── TGModernMediaListController.h ├── TGModernMediaListController.m ├── TGModernMediaListEditableItem.h ├── TGModernMediaListImageItem.h ├── TGModernMediaListImageItem.m ├── TGModernMediaListImageItemView.h ├── TGModernMediaListImageItemView.m ├── TGModernMediaListLayout.h ├── TGModernMediaListLayout.m ├── TGModernMediaListModel.h ├── TGModernMediaListModel.m ├── TGModernMediaListThumbnailItemView.h ├── TGModernMediaListThumbnailItemView.m ├── TGModernMediaListVideoItem.h ├── TGModernMediaListVideoItem.m ├── TGModernMediaListVideoItemView.h ├── TGModernMediaListVideoItemView.m ├── TGModernRemoteImageView.h ├── TGModernRemoteImageView.m ├── TGModernRemoteImageViewModel.h ├── TGModernRemoteImageViewModel.m ├── TGModernRemoteWallpaperListActor.h ├── TGModernRemoteWallpaperListActor.m ├── TGModernSendCommonMessageActor.h ├── TGModernSendCommonMessageActor.mm ├── TGModernSendMessageActor.h ├── TGModernSendMessageActor.m ├── TGModernSendSecretMessageActor.h ├── TGModernSendSecretMessageActor.mm ├── TGModernTemporaryView.h ├── TGModernTemporaryView.m ├── TGModernTextView.h ├── TGModernTextView.m ├── TGModernTextViewModel.h ├── TGModernTextViewModel.mm ├── TGModernUnreadHeaderView.h ├── TGModernUnreadHeaderView.m ├── TGModernView.h ├── TGModernViewContext.h ├── TGModernViewContext.m ├── TGModernViewInlineMediaContext.h ├── TGModernViewInlineMediaContext.m ├── TGModernViewModel.h ├── TGModernViewModel.m ├── TGModernViewStorage.h ├── TGModernViewStorage.m ├── TGMultipartFileDownloadActor.h ├── TGMultipartFileDownloadActor.m ├── TGMultipleStickerPacksCell.h ├── TGMultipleStickerPacksCell.m ├── TGMultipleStickerPacksCollectionItemView.h ├── TGMultipleStickerPacksCollectionItemView.m ├── TGMusicAudioMessageModel.h ├── TGMusicAudioMessageModel.m ├── TGMusicPlayer.h ├── TGMusicPlayer.m ├── TGMusicPlayerCompleteView.h ├── TGMusicPlayerCompleteView.m ├── TGMusicPlayerController.h ├── TGMusicPlayerController.m ├── TGMusicPlayerFullView.h ├── TGMusicPlayerFullView.m ├── TGMusicPlayerItem.h ├── TGMusicPlayerItem.m ├── TGMusicPlayerItemSignals.h ├── TGMusicPlayerItemSignals.m ├── TGMusicPlayerModeButton.h ├── TGMusicPlayerModeButton.m ├── TGMusicPlayerPlaylist.h ├── TGMusicPlayerPlaylist.m ├── TGMusicPlayerScrubbingArea.h ├── TGMusicPlayerScrubbingArea.m ├── TGMusicPlayerView.h ├── TGMusicPlayerView.m ├── TGMusicPlaylistCell.h ├── TGMusicPlaylistCell.m ├── TGMusicUtils.h ├── TGMusicUtils.m ├── TGMusicWebpageFooterModel.h ├── TGMusicWebpageFooterModel.m ├── TGNativeAudioPlayer.h ├── TGNativeAudioPlayer.m ├── TGNavigationBarMusicPlayerProvider.h ├── TGNavigationBarMusicPlayerProvider.m ├── TGNavigationController.xib ├── TGNetworkOverridesController.h ├── TGNetworkOverridesController.m ├── TGNetworkSettings.h ├── TGNetworkSettings.m ├── TGNetworkTypeManager.h ├── TGNetworkTypeManager.m ├── TGNetworkUsageController.h ├── TGNetworkUsageController.m ├── TGNetworkWorker.h ├── TGNetworkWorker.m ├── TGNightBluePresentationPallete.h ├── TGNightBluePresentationPallete.m ├── TGNightPresentationPallete.h ├── TGNightPresentationPallete.m ├── TGNotificationAudioPreviewView.h ├── TGNotificationAudioPreviewView.m ├── TGNotificationBackgroundView.h ├── TGNotificationBackgroundView.m ├── TGNotificationContactPreviewView.h ├── TGNotificationContactPreviewView.m ├── TGNotificationContentView.h ├── TGNotificationContentView.m ├── TGNotificationController.h ├── TGNotificationController.m ├── TGNotificationException.h ├── TGNotificationException.m ├── TGNotificationExceptionCell.h ├── TGNotificationExceptionCell.m ├── TGNotificationExceptionsController.h ├── TGNotificationExceptionsController.m ├── TGNotificationExceptionsSignal.h ├── TGNotificationExceptionsSignal.m ├── TGNotificationFilePreviewView.h ├── TGNotificationFilePreviewView.m ├── TGNotificationForwardHeaderView.h ├── TGNotificationForwardHeaderView.m ├── TGNotificationMediaPreviewView.h ├── TGNotificationMediaPreviewView.m ├── TGNotificationMessageLabel.h ├── TGNotificationMessageLabel.m ├── TGNotificationMessageViewModel.h ├── TGNotificationMessageViewModel.m ├── TGNotificationOverlayView.h ├── TGNotificationOverlayView.m ├── TGNotificationPreviewView.h ├── TGNotificationPreviewView.m ├── TGNotificationPrivacyAccountSetting.h ├── TGNotificationPrivacyAccountSetting.m ├── TGNotificationReplyButtonsView.h ├── TGNotificationReplyButtonsView.m ├── TGNotificationReplyHeaderView.h ├── TGNotificationReplyHeaderView.m ├── TGNotificationReplyPanelView.h ├── TGNotificationReplyPanelView.m ├── TGNotificationSettingsController.h ├── TGNotificationSettingsController.m ├── TGNotificationStickerPreviewView.h ├── TGNotificationStickerPreviewView.m ├── TGNotificationTextPreviewView.h ├── TGNotificationTextPreviewView.m ├── TGNotificationVenuePreviewView.h ├── TGNotificationVenuePreviewView.m ├── TGNotificationView.h ├── TGNotificationView.m ├── TGNotificationWindow.h ├── TGNotificationWindow.m ├── TGOpenInAppItem.h ├── TGOpenInAppItem.m ├── TGOpenInBrowserItems.h ├── TGOpenInBrowserItems.m ├── TGOpenInCarouselCell.h ├── TGOpenInCarouselCell.m ├── TGOpenInCarouselItemView.h ├── TGOpenInCarouselItemView.m ├── TGOpenInLocationItems.h ├── TGOpenInLocationItems.m ├── TGOpenInMenu.h ├── TGOpenInMenu.m ├── TGOpenInSignals.h ├── TGOpenInSignals.m ├── TGOpenInSocialItems.h ├── TGOpenInSocialItems.m ├── TGOpenInVideoItems.h ├── TGOpenInVideoItems.m ├── TGOpusAudioPlayerAU.h ├── TGOpusAudioPlayerAU.mm ├── TGOpusAudioRecorder.h ├── TGOpusAudioRecorder.m ├── TGPasscodeSettingsController.h ├── TGPasscodeSettingsController.m ├── TGPasscodeSignals.h ├── TGPasscodeSignals.m ├── TGPasscodeWindow.h ├── TGPasscodeWindow.m ├── TGPassportAddressController.h ├── TGPassportAddressController.m ├── TGPassportBirthDateItemView.h ├── TGPassportBirthDateItemView.m ├── TGPassportBirthDateMenu.h ├── TGPassportBirthDateMenu.m ├── TGPassportDocumentController.h ├── TGPassportDocumentController.m ├── TGPassportEmailCodeController.h ├── TGPassportEmailCodeController.m ├── TGPassportEmailController.h ├── TGPassportEmailController.m ├── TGPassportErrors.h ├── TGPassportErrors.m ├── TGPassportFieldCollectionItem.h ├── TGPassportFieldCollectionItem.m ├── TGPassportFieldCollectionItemView.h ├── TGPassportFieldCollectionItemView.m ├── TGPassportFile.h ├── TGPassportFile.m ├── TGPassportFileCollectionItem.h ├── TGPassportFileCollectionItem.m ├── TGPassportFileCollectionItemView.h ├── TGPassportFileCollectionItemView.m ├── TGPassportForm.h ├── TGPassportForm.m ├── TGPassportFormRequest.h ├── TGPassportFormRequest.m ├── TGPassportGalleryItem.h ├── TGPassportGalleryItem.m ├── TGPassportGalleryItemView.h ├── TGPassportGalleryItemView.m ├── TGPassportGalleryModel.h ├── TGPassportGalleryModel.m ├── TGPassportGenderItemView.h ├── TGPassportGenderItemView.m ├── TGPassportGenderMenu.h ├── TGPassportGenderMenu.m ├── TGPassportHeaderView.h ├── TGPassportHeaderView.m ├── TGPassportICloud.h ├── TGPassportICloud.m ├── TGPassportIdentityController.h ├── TGPassportIdentityController.m ├── TGPassportLanguageMap.h ├── TGPassportLanguageMap.m ├── TGPassportPasswordView.h ├── TGPassportPasswordView.m ├── TGPassportPhoneCodeController.h ├── TGPassportPhoneCodeController.m ├── TGPassportPhoneController.h ├── TGPassportPhoneController.m ├── TGPassportRequestController.h ├── TGPassportRequestController.m ├── TGPassportScanController.h ├── TGPassportScanController.m ├── TGPassportSetupPasswordView.h ├── TGPassportSetupPasswordView.m ├── TGPassportSignals.h ├── TGPassportSignals.m ├── TGPasswordConfirmationController.h ├── TGPasswordConfirmationController.m ├── TGPasswordEmailController.h ├── TGPasswordEmailController.m ├── TGPasswordEntryController.h ├── TGPasswordEntryController.m ├── TGPasswordHintController.h ├── TGPasswordHintController.m ├── TGPasswordInputItem.h ├── TGPasswordInputItem.m ├── TGPasswordInputItemView.h ├── TGPasswordInputItemView.m ├── TGPasswordPlaceholderItem.h ├── TGPasswordPlaceholderItem.m ├── TGPasswordPlaceholderItemView.h ├── TGPasswordPlaceholderItemView.m ├── TGPasswordRecoveryController.h ├── TGPasswordRecoveryController.m ├── TGPasswordSettingsController.h ├── TGPasswordSettingsController.m ├── TGPasswordSetupController.h ├── TGPasswordSetupController.m ├── TGPasswordSetupView.h ├── TGPasswordSetupView.m ├── TGPaymentAlertController.h ├── TGPaymentAlertController.m ├── TGPaymentAlertView.h ├── TGPaymentAlertView.m ├── TGPaymentCheckoutController.h ├── TGPaymentCheckoutController.m ├── TGPaymentCheckoutHeaderItem.h ├── TGPaymentCheckoutHeaderItem.m ├── TGPaymentCheckoutHeaderItemView.h ├── TGPaymentCheckoutHeaderItemView.m ├── TGPaymentCheckoutInfoController.h ├── TGPaymentCheckoutInfoController.m ├── TGPaymentCheckoutPriceItem.h ├── TGPaymentCheckoutPriceItem.m ├── TGPaymentCheckoutPriceItemView.h ├── TGPaymentCheckoutPriceItemView.m ├── TGPaymentForm.h ├── TGPaymentForm.m ├── TGPaymentMethodController.h ├── TGPaymentMethodController.m ├── TGPaymentPasswordAlert.h ├── TGPaymentPasswordAlert.m ├── TGPaymentPasswordEntryController.h ├── TGPaymentPasswordEntryController.m ├── TGPaymentPasswordEntryControllerView.h ├── TGPaymentPasswordEntryControllerView.m ├── TGPaymentReceiptController.h ├── TGPaymentReceiptController.m ├── TGPaymentWebController.h ├── TGPaymentWebController.m ├── TGPeerAvatarImageDataSource.h ├── TGPeerAvatarImageDataSource.m ├── TGPeerAvatarThumbnailDataSource.h ├── TGPeerAvatarThumbnailDataSource.m ├── TGPeerInfoSignals.h ├── TGPeerInfoSignals.m ├── TGPeerNotificationSettingsSignals.h ├── TGPeerNotificationSettingsSignals.m ├── TGPeerRatingUpdates.h ├── TGPeerRatingUpdates.m ├── TGPeerReadState.h ├── TGPeerReadState.m ├── TGPeerSettingsActor.h ├── TGPeerSettingsActor.m ├── TGPhoneCodeCollectionItem.h ├── TGPhoneCodeCollectionItem.m ├── TGPhoneCodeCollectionItemView.h ├── TGPhoneCodeCollectionItemView.m ├── TGPhoneLabelPickerController.h ├── TGPhoneLabelPickerController.m ├── TGPhoneMainViewController.h ├── TGPhoneMainViewController.m ├── TGPhoneTextField.h ├── TGPhoneTextField.m ├── TGPhonebookNumber.h ├── TGPhonebookNumber.m ├── TGPhonebookRecord.h ├── TGPhonebookRecord.m ├── TGPhonebookSignals.h ├── TGPhonebookSignals.m ├── TGPhonebookUserInfoController.h ├── TGPhonebookUserInfoController.m ├── TGPhotoGridCell.h ├── TGPhotoGridCell.m ├── TGPhotoMessageViewModel.h ├── TGPhotoMessageViewModel.m ├── TGPhotoThumbnailDataSource.h ├── TGPhotoThumbnailDataSource.m ├── TGPickerSheet.h ├── TGPickerSheet.m ├── TGPinnedMessageTitlePanel.h ├── TGPinnedMessageTitlePanel.m ├── TGPlaceholderImageDataSource.h ├── TGPlaceholderImageDataSource.m ├── TGPreparedAssetImageMessage.h ├── TGPreparedAssetImageMessage.m ├── TGPreparedAssetVideoMessage.h ├── TGPreparedAssetVideoMessage.m ├── TGPreparedCloudDocumentMessage.h ├── TGPreparedCloudDocumentMessage.m ├── TGPreparedContactMessage.h ├── TGPreparedContactMessage.m ├── TGPreparedDownloadDocumentMessage.h ├── TGPreparedDownloadDocumentMessage.m ├── TGPreparedDownloadExternalDocumentMessage.h ├── TGPreparedDownloadExternalDocumentMessage.m ├── TGPreparedDownloadExternalGifMessage.h ├── TGPreparedDownloadExternalGifMessage.m ├── TGPreparedDownloadExternalImageMessage.h ├── TGPreparedDownloadExternalImageMessage.m ├── TGPreparedDownloadImageMessage.h ├── TGPreparedDownloadImageMessage.m ├── TGPreparedForwardedMessage.h ├── TGPreparedForwardedMessage.m ├── TGPreparedGameMessage.h ├── TGPreparedGameMessage.m ├── TGPreparedLocalDocumentMessage.h ├── TGPreparedLocalDocumentMessage.m ├── TGPreparedLocalImageMessage.h ├── TGPreparedLocalImageMessage.m ├── TGPreparedLocalVideoMessage.h ├── TGPreparedLocalVideoMessage.m ├── TGPreparedMapMessage.h ├── TGPreparedMapMessage.m ├── TGPreparedMessage.h ├── TGPreparedMessage.m ├── TGPreparedRemoteDocumentMessage.h ├── TGPreparedRemoteDocumentMessage.m ├── TGPreparedRemoteImageMessage.h ├── TGPreparedRemoteImageMessage.m ├── TGPreparedRemoteVideoMessage.h ├── TGPreparedRemoteVideoMessage.m ├── TGPreparedTextMessage.h ├── TGPreparedTextMessage.m ├── TGPresentation.h ├── TGPresentation.m ├── TGPresentationAssets.h ├── TGPresentationAssets.m ├── TGPresentationImages.h ├── TGPresentationImages.m ├── TGPresentationPallete.h ├── TGPresentationPallete.m ├── TGPreviewAboutItemView.h ├── TGPreviewAboutItemView.m ├── TGPreviewAudioItemView.h ├── TGPreviewAudioItemView.m ├── TGPreviewConversationItemView.h ├── TGPreviewConversationItemView.m ├── TGPreviewGifItemView.h ├── TGPreviewGifItemView.m ├── TGPreviewLocationItemView.h ├── TGPreviewLocationItemView.m ├── TGPreviewMenu.h ├── TGPreviewMenu.m ├── TGPreviewPhotoItemView.h ├── TGPreviewPhotoItemView.m ├── TGPreviewPresentationHelper.h ├── TGPreviewPresentationHelper.m ├── TGPreviewStickerItemView.h ├── TGPreviewStickerItemView.m ├── TGPreviewTextItemView.h ├── TGPreviewTextItemView.m ├── TGPreviewWebPageItemView.h ├── TGPreviewWebPageItemView.m ├── TGPrivacyCustomShareListController.h ├── TGPrivacyCustomShareListController.m ├── TGPrivacyLastSeenController.h ├── TGPrivacyLastSeenController.m ├── TGPrivacySettingsController.h ├── TGPrivacySettingsController.m ├── TGPrivateDataSettingsController.h ├── TGPrivateDataSettingsController.m ├── TGPrivateModernConversationCompanion.h ├── TGPrivateModernConversationCompanion.m ├── TGProfilePhotoListActor.h ├── TGProfilePhotoListActor.mm ├── TGProfileUserAvatarGalleryItem.h ├── TGProfileUserAvatarGalleryItem.m ├── TGProfileUserAvatarGalleryItemView.h ├── TGProfileUserAvatarGalleryItemView.m ├── TGProfileUserAvatarGalleryModel.h ├── TGProfileUserAvatarGalleryModel.m ├── TGProxyBarButton.h ├── TGProxyBarButton.m ├── TGProxyButtonItemView.h ├── TGProxyButtonItemView.m ├── TGProxyCollectionItem.h ├── TGProxyCollectionItem.m ├── TGProxyCollectionItemView.h ├── TGProxyCollectionItemView.m ├── TGProxyDetailsController.h ├── TGProxyDetailsController.m ├── TGProxyInfoItemView.h ├── TGProxyInfoItemView.m ├── TGProxyItem.h ├── TGProxyItem.m ├── TGProxyMenu.h ├── TGProxyMenu.m ├── TGProxySetupController.h ├── TGProxySetupController.m ├── TGProxySignals.h ├── TGProxySignals.m ├── TGProxyWindow.h ├── TGProxyWindow.m ├── TGPushActionsRequestBuilder.h ├── TGPushActionsRequestBuilder.m ├── TGQueuedDeleteChannelMessages.h ├── TGQueuedDeleteChannelMessages.m ├── TGQueuedLeaveChannel.h ├── TGQueuedLeaveChannel.m ├── TGQueuedPeerPoll.h ├── TGQueuedPeerPoll.m ├── TGQueuedReadChannelMessages.h ├── TGQueuedReadChannelMessages.m ├── TGRaiseToListenActivator.h ├── TGRaiseToListenActivator.mm ├── TGRawHttpRequest.h ├── TGRawHttpRequest.m ├── TGRecentCallsController.h ├── TGRecentCallsController.m ├── TGRecentContextBotsSignal.h ├── TGRecentContextBotsSignal.m ├── TGRecentGifsSignal.h ├── TGRecentGifsSignal.m ├── TGRecentHashtagsSignal.h ├── TGRecentHashtagsSignal.m ├── TGRecentMaskStickersSignal.h ├── TGRecentMaskStickersSignal.m ├── TGRecentPeersSignals.h ├── TGRecentPeersSignals.m ├── TGRecentSearchResultsCell.h ├── TGRecentSearchResultsCell.m ├── TGRecentSearchResultsTableView.h ├── TGRecentSearchResultsTableView.m ├── TGRecentStickersSignal.h ├── TGRecentStickersSignal.m ├── TGRegularCheckCollectionItem.h ├── TGRegularCheckCollectionItem.m ├── TGRegularCheckCollectionItemView.h ├── TGRegularCheckCollectionItemView.m ├── TGRemoteControlsManager.h ├── TGRemoteControlsManager.m ├── TGRemoteFileSignal.h ├── TGRemoteFileSignal.m ├── TGRemoteHttpLocationSignal.h ├── TGRemoteHttpLocationSignal.m ├── TGRemoteRecentPeer.h ├── TGRemoteRecentPeer.m ├── TGRemoteRecentPeerCategories.h ├── TGRemoteRecentPeerCategories.m ├── TGRemoteRecentPeerSet.h ├── TGRemoteRecentPeerSet.m ├── TGReplyHeaderActionModel.h ├── TGReplyHeaderActionModel.m ├── TGReplyHeaderAudioModel.h ├── TGReplyHeaderAudioModel.m ├── TGReplyHeaderContactModel.h ├── TGReplyHeaderContactModel.m ├── TGReplyHeaderFileModel.h ├── TGReplyHeaderFileModel.m ├── TGReplyHeaderImageModel.h ├── TGReplyHeaderImageModel.m ├── TGReplyHeaderLocationModel.h ├── TGReplyHeaderLocationModel.m ├── TGReplyHeaderModel.h ├── TGReplyHeaderModel.m ├── TGReplyHeaderPhotoModel.h ├── TGReplyHeaderPhotoModel.m ├── TGReplyHeaderStickerModel.h ├── TGReplyHeaderStickerModel.m ├── TGReplyHeaderTextModel.h ├── TGReplyHeaderTextModel.m ├── TGReplyHeaderVideoModel.h ├── TGReplyHeaderVideoModel.m ├── TGReportDeliveryActor.h ├── TGReportDeliveryActor.m ├── TGReportPeerOtherTextController.h ├── TGReportPeerOtherTextController.m ├── TGRequestEncryptedChatActor.h ├── TGRequestEncryptedChatActor.m ├── TGResetAccountState.h ├── TGResetAccountState.m ├── TGResetPeerNotificationsActor.h ├── TGResetPeerNotificationsActor.m ├── TGResolveDomainActor.h ├── TGResolveDomainActor.m ├── TGRevokeLinkConversationItem.h ├── TGRevokeLinkConversationItem.m ├── TGRevokeLinkConversationItemView.h ├── TGRevokeLinkConversationItemView.m ├── TGRevokeSessionsActor.h ├── TGRevokeSessionsActor.m ├── TGRootController.h ├── TGRootController.m ├── TGRoundMessageRingView.h ├── TGRoundMessageRingView.m ├── TGRoundMessageRingViewModel.h ├── TGRoundMessageRingViewModel.m ├── TGRoundMessageTimeView.h ├── TGRoundMessageTimeView.m ├── TGRoundMessageTimeViewModel.h ├── TGRoundMessageTimeViewModel.m ├── TGRoundMessageViewModel.h ├── TGRoundMessageViewModel.m ├── TGRoundVideoWebpageFooterModel.h ├── TGRoundVideoWebpageFooterModel.m ├── TGSafariViewController.h ├── TGSafariViewController.m ├── TGSaveGeocodingResultActor.h ├── TGSaveGeocodingResultActor.m ├── TGSchema.h ├── TGSchema.m ├── TGScreenBrightnessSignals.h ├── TGScreenBrightnessSignals.m ├── TGScreenCaptureSignals.h ├── TGScreenCaptureSignals.m ├── TGScrollIndicatorView.h ├── TGScrollIndicatorView.m ├── TGSearchChatMembersController.h ├── TGSearchChatMembersController.m ├── TGSearchChatMembersControllerView.h ├── TGSearchChatMembersControllerView.m ├── TGSearchChatMembersControllerViewController.m ├── TGSearchPeersSignals.h ├── TGSearchPeersSignals.m ├── TGSecretChatUserInfoController.h ├── TGSecretChatUserInfoController.m ├── TGSecretConversationEmptyListView.h ├── TGSecretConversationEmptyListView.m ├── TGSecretConversationHandshakeStatusPanel.h ├── TGSecretConversationHandshakeStatusPanel.m ├── TGSecretIncomingQueueActor.h ├── TGSecretIncomingQueueActor.mm ├── TGSecretInfiniteLifetimePeerMediaGalleryModel.h ├── TGSecretInfiniteLifetimePeerMediaGalleryModel.m ├── TGSecretModernConversationAccessoryTimerView.h ├── TGSecretModernConversationAccessoryTimerView.m ├── TGSecretModernConversationCompanion.h ├── TGSecretModernConversationCompanion.m ├── TGSecretOutgoingQueueActor.h ├── TGSecretOutgoingQueueActor.m ├── TGSecretPeerMediaGalleryImageItem.h ├── TGSecretPeerMediaGalleryImageItem.m ├── TGSecretPeerMediaGalleryImageItemView.h ├── TGSecretPeerMediaGalleryImageItemView.m ├── TGSecretPeerMediaGalleryModel.h ├── TGSecretPeerMediaGalleryModel.m ├── TGSecretPeerMediaGalleryVideoItem.h ├── TGSecretPeerMediaGalleryVideoItem.m ├── TGSecretPeerMediaGalleryVideoItemView.h ├── TGSecretPeerMediaGalleryVideoItemView.m ├── TGSecretPeerMediaTimerView.h ├── TGSecretPeerMediaTimerView.m ├── TGSecretPeerMessageFooterView.h ├── TGSecretPeerMessageFooterView.m ├── TGSegmentedTitleView.h ├── TGSegmentedTitleView.m ├── TGSelectContactController.h ├── TGSelectContactController.m ├── TGSendAudioSignal.h ├── TGSendAudioSignal.m ├── TGSendCodeRequestBuilder.h ├── TGSendCodeRequestBuilder.m ├── TGSendInvitesActor.h ├── TGSendInvitesActor.m ├── TGSendMessageSignals.h ├── TGSendMessageSignals.mm ├── TGSeparatorCollectionItem.h ├── TGSeparatorCollectionItem.m ├── TGSeparatorCollectionItemView.h ├── TGSeparatorCollectionItemView.m ├── TGServiceSignals.h ├── TGServiceSignals.m ├── TGSettingsController.h ├── TGSettingsController.m ├── TGSetupChannelAfterCreationController.h ├── TGSetupChannelAfterCreationController.m ├── TGShareCollectionCell.h ├── TGShareCollectionCell.m ├── TGShareCollectionHeader.h ├── TGShareCollectionHeader.m ├── TGShareCollectionItemView.h ├── TGShareCollectionItemView.m ├── TGShareCollectionRecentPeersCell.h ├── TGShareCollectionRecentPeersCell.m ├── TGShareCommentView.h ├── TGShareCommentView.m ├── TGShareMenu.h ├── TGShareMenu.m ├── TGShareSearchItemView.h ├── TGShareSearchItemView.m ├── TGShareSendButtonItemView.h ├── TGShareSendButtonItemView.m ├── TGShareSheetButtonItemView.h ├── TGShareSheetButtonItemView.m ├── TGShareSheetItemView.h ├── TGShareSheetItemView.m ├── TGShareSheetSharePeersCaptionView.h ├── TGShareSheetSharePeersCaptionView.m ├── TGShareSheetSharePeersCell.h ├── TGShareSheetSharePeersCell.m ├── TGShareSheetSharePeersItemView.h ├── TGShareSheetSharePeersItemView.m ├── TGShareSheetSharePeersLayout.h ├── TGShareSheetSharePeersLayout.m ├── TGShareSheetTitleItemView.h ├── TGShareSheetTitleItemView.m ├── TGShareSheetView.h ├── TGShareSheetView.m ├── TGShareSheetWindow.h ├── TGShareSheetWindow.m ├── TGShareTargetCell.h ├── TGShareTargetCell.m ├── TGShareTargetController.h ├── TGShareTargetController.m ├── TGSharedFileSignals.h ├── TGSharedFileSignals.m ├── TGSharedLocationSignals.h ├── TGSharedLocationSignals.m ├── TGSharedMediaAllFilesEmptyView.h ├── TGSharedMediaAllFilesEmptyView.m ├── TGSharedMediaAvailabilityState.h ├── TGSharedMediaAvailabilityState.m ├── TGSharedMediaCacheSignals.h ├── TGSharedMediaCacheSignals.m ├── TGSharedMediaCheckButton.h ├── TGSharedMediaCheckButton.m ├── TGSharedMediaCollectionLayout.h ├── TGSharedMediaCollectionLayout.m ├── TGSharedMediaCollectionView.h ├── TGSharedMediaCollectionView.m ├── TGSharedMediaController.h ├── TGSharedMediaController.m ├── TGSharedMediaDirectionFilter.h ├── TGSharedMediaDirectionFilter.m ├── TGSharedMediaFileItem.h ├── TGSharedMediaFileItem.m ├── TGSharedMediaFileItemView.h ├── TGSharedMediaFileItemView.m ├── TGSharedMediaFileThumbnailItemView.h ├── TGSharedMediaFileThumbnailItemView.m ├── TGSharedMediaFileThumbnailLabelView.h ├── TGSharedMediaFileThumbnailLabelView.m ├── TGSharedMediaFileThumbnailView.h ├── TGSharedMediaFileThumbnailView.m ├── TGSharedMediaFilesEmptyView.h ├── TGSharedMediaFilesEmptyView.m ├── TGSharedMediaFilter.h ├── TGSharedMediaGroup.h ├── TGSharedMediaGroup.m ├── TGSharedMediaImageItem.h ├── TGSharedMediaImageItem.m ├── TGSharedMediaImageItemView.h ├── TGSharedMediaImageItemView.m ├── TGSharedMediaImageViewQueue.h ├── TGSharedMediaImageViewQueue.m ├── TGSharedMediaItem.h ├── TGSharedMediaItemView.h ├── TGSharedMediaItemView.m ├── TGSharedMediaLinkItem.h ├── TGSharedMediaLinkItem.m ├── TGSharedMediaLinkItemView.h ├── TGSharedMediaLinkItemView.m ├── TGSharedMediaLinksEmptyView.h ├── TGSharedMediaLinksEmptyView.m ├── TGSharedMediaMenuView.h ├── TGSharedMediaMenuView.m ├── TGSharedMediaMessageItem.h ├── TGSharedMediaMessageItem.m ├── TGSharedMediaMusicEmptyView.h ├── TGSharedMediaMusicEmptyView.m ├── TGSharedMediaRoundMessageItem.h ├── TGSharedMediaRoundMessageItem.m ├── TGSharedMediaSectionHeader.h ├── TGSharedMediaSectionHeader.m ├── TGSharedMediaSectionHeaderView.h ├── TGSharedMediaSectionHeaderView.m ├── TGSharedMediaSelectionPanelView.h ├── TGSharedMediaSelectionPanelView.m ├── TGSharedMediaSignals.h ├── TGSharedMediaSignals.m ├── TGSharedMediaThumbnailItemView.h ├── TGSharedMediaThumbnailItemView.m ├── TGSharedMediaTitleButton.h ├── TGSharedMediaTitleButton.m ├── TGSharedMediaUtils.h ├── TGSharedMediaUtils.m ├── TGSharedMediaVideoItem.h ├── TGSharedMediaVideoItem.m ├── TGSharedMediaVideoItemView.h ├── TGSharedMediaVideoItemView.m ├── TGSharedMediaVoiceMessageItem.h ├── TGSharedMediaVoiceMessageItem.m ├── TGSharedMediaVoiceRoundItemView.h ├── TGSharedMediaVoiceRoundItemView.m ├── TGSharedPhotoSignals.h ├── TGSharedPhotoSignals.m ├── TGSharedVideoSignals.h ├── TGSharedVideoSignals.m ├── TGSignInRequestBuilder.h ├── TGSignInRequestBuilder.m ├── TGSignUpRequestBuilder.h ├── TGSignUpRequestBuilder.m ├── TGSignalImageView.h ├── TGSignalImageView.m ├── TGSignalImageViewModel.h ├── TGSignalImageViewModel.m ├── TGSignalImageViewWithProgress.h ├── TGSignalImageViewWithProgress.m ├── TGSimpleImageView.h ├── TGSimpleImageView.m ├── TGSingleStickerPreviewView.h ├── TGSingleStickerPreviewView.m ├── TGSingleStickerPreviewWindow.h ├── TGSingleStickerPreviewWindow.m ├── TGSizeSliderCollectionItem.h ├── TGSizeSliderCollectionItem.m ├── TGSizeSliderCollectionItemView.h ├── TGSizeSliderCollectionItemView.m ├── TGSpotlightIndexData.h ├── TGSpotlightIndexData.m ├── TGSpringAnimation.h ├── TGSpringAnimation.m ├── TGStickerAssociatedInputPanel.h ├── TGStickerAssociatedInputPanel.m ├── TGStickerAssociatedInputPanelCell.h ├── TGStickerAssociatedInputPanelCell.m ├── TGStickerAssociatedPanelCollectionLayout.h ├── TGStickerAssociatedPanelCollectionLayout.m ├── TGStickerCollectionHeader.h ├── TGStickerCollectionHeader.m ├── TGStickerGroupPackCell.h ├── TGStickerGroupPackCell.m ├── TGStickerImageDataSource.h ├── TGStickerImageDataSource.m ├── TGStickerKeyboardView.h ├── TGStickerKeyboardView.m ├── TGStickerMesageImageView.h ├── TGStickerMesageImageView.m ├── TGStickerMessageImageViewModel.h ├── TGStickerMessageImageViewModel.m ├── TGStickerMessageViewModel.h ├── TGStickerMessageViewModel.m ├── TGStickerPackCollectionItem.h ├── TGStickerPackCollectionItem.m ├── TGStickerPackCollectionItemView.h ├── TGStickerPackCollectionItemView.m ├── TGStickerPackPreviewView.h ├── TGStickerPackPreviewView.m ├── TGStickerPackPreviewWindow.h ├── TGStickerPackPreviewWindow.m ├── TGStickerPackStatusView.h ├── TGStickerPackStatusView.m ├── TGStickerPacksSettingsController.h ├── TGStickerPacksSettingsController.m ├── TGStickerPreviewImageDataSource.h ├── TGStickerPreviewImageDataSource.m ├── TGStickerPreviewPage.h ├── TGStickerPreviewPage.m ├── TGStickerPreviewPagingScrollView.h ├── TGStickerPreviewPagingScrollView.m ├── TGStickerPreviewSignals.h ├── TGStickerPreviewSignals.m ├── TGStickerWebpageFooterModel.h ├── TGStickerWebpageFooterModel.m ├── TGStickersCollectionCell.h ├── TGStickersCollectionCell.m ├── TGStickersCollectionItemView.h ├── TGStickersCollectionItemView.m ├── TGStickersMenu.h ├── TGStickersMenu.m ├── TGStickersSignals.h ├── TGStickersSignals.m ├── TGStoreAssetActor.h ├── TGStoreAssetActor.m ├── TGStoredIncomingMessageFileInfo.h ├── TGStoredIncomingMessageFileInfo.m ├── TGStoredOutgoingMessageFileInfo (Peter’s MacBook Pro's conflicted copy 2014-10-10).m ├── TGStoredOutgoingMessageFileInfo.h ├── TGStoredOutgoingMessageFileInfo.m ├── TGStoredSecretAction.h ├── TGStoredSecretAction.m ├── TGStoredTmpPassword.h ├── TGStoredTmpPassword.m ├── TGSuggestedContactsRequestActor.h ├── TGSuggestedContactsRequestActor.m ├── TGSuggestedLocalizationController.h ├── TGSuggestedLocalizationController.m ├── TGSuggestedLocalizationControllerView.h ├── TGSuggestedLocalizationControllerView.m ├── TGSupportPeerActor.h ├── TGSupportPeerActor.m ├── TGSwitchCollectionItem.h ├── TGSwitchCollectionItem.m ├── TGSwitchCollectionItemView.h ├── TGSwitchCollectionItemView.m ├── TGSwitchItem.h ├── TGSwitchItem.m ├── TGSwitchItemCell.h ├── TGSwitchItemCell.m ├── TGSynchronizationStateRequestActor.h ├── TGSynchronizationStateRequestActor.m ├── TGSynchronizationStateSignal.h ├── TGSynchronizationStateSignal.m ├── TGSynchronizeActionQueueActor.h ├── TGSynchronizeActionQueueActor.mm ├── TGSynchronizeContactsActor.h ├── TGSynchronizeContactsActor.mm ├── TGSynchronizePreferencesActor.h ├── TGSynchronizePreferencesActor.m ├── TGSynchronizeServiceActionsActor.h ├── TGSynchronizeServiceActionsActor.mm ├── TGTColor.h ├── TGTColor.m ├── TGTLSerialization.h ├── TGTLSerialization.mm ├── TGTable.h ├── TGTable.m ├── TGTabletMainView.h ├── TGTabletMainView.m ├── TGTelegramNetworking.h ├── TGTelegramNetworking.m ├── TGTelegraph.h ├── TGTelegraph.mm ├── TGTelegraphConversationMessageAssetsSource.h ├── TGTelegraphConversationMessageAssetsSource.m ├── TGTelegraphDialogListCompanion.h ├── TGTelegraphDialogListCompanion.mm ├── TGTelegraphProtocols.h ├── TGTelegraphUserInfoController.h ├── TGTelegraphUserInfoController.m ├── TGTemporaryFileDownloadActor.h ├── TGTemporaryFileDownloadActor.m ├── TGTermsOfService.h ├── TGTermsOfService.m ├── TGTextMessageBackgroundViewModel.h ├── TGTextMessageBackgroundViewModel.m ├── TGTextMessageModernViewModel.h ├── TGTextMessageModernViewModel.m ├── TGTextSizeController.h ├── TGTextSizeController.m ├── TGTextViewCollectionItem.h ├── TGTextViewCollectionItem.m ├── TGTextViewCollectionItemView.h ├── TGTextViewCollectionItemView.m ├── TGTimePickerItemView.h ├── TGTimePickerItemView.m ├── TGTimelineAddItemsActor.h ├── TGTimelineAddItemsActor.m ├── TGTimelineAssignProfilePhotoActor.h ├── TGTimelineAssignProfilePhotoActor.m ├── TGTimelineHistoryRequestBuilder.h ├── TGTimelineHistoryRequestBuilder.m ├── TGTimelineItem.h ├── TGTimelineItem.m ├── TGTimelineRemoveItemsRequestActor.h ├── TGTimelineRemoveItemsRequestActor.m ├── TGTimelineUploadPhotoRequestBuilder.h ├── TGTimelineUploadPhotoRequestBuilder.m ├── TGTimer.h ├── TGTimer.m ├── TGToastTitlePanel.h ├── TGToastTitlePanel.m ├── TGTokenFieldView.h ├── TGTokenFieldView.m ├── TGTokenView.h ├── TGTokenView.m ├── TGTooltipWindow.h ├── TGTooltipWindow.m ├── TGTransformImageView.h ├── TGTransformImageView.m ├── TGTransformImageViewModel.h ├── TGTransformImageViewModel.m ├── TGTrendingStickerPackKeyboardCell.h ├── TGTrendingStickerPackKeyboardCell.m ├── TGTwoStepConfig.h ├── TGTwoStepConfig.m ├── TGTwoStepConfigSignal.h ├── TGTwoStepConfigSignal.m ├── TGTwoStepRecoverySignals.h ├── TGTwoStepRecoverySignals.m ├── TGTwoStepSetPaswordSignal.h ├── TGTwoStepSetPaswordSignal.m ├── TGTwoStepUtils.h ├── TGTwoStepUtils.m ├── TGTwoStepVerifyPasswordSignal.h ├── TGTwoStepVerifyPasswordSignal.m ├── TGUnseenPeerMentionsMessageIdsState.h ├── TGUnseenPeerMentionsMessageIdsState.m ├── TGUnseenPeerMentionsState.h ├── TGUnseenPeerMentionsState.m ├── TGUpdate.h ├── TGUpdate.m ├── TGUpdateAppController.h ├── TGUpdateAppController.m ├── TGUpdateAppInfo.h ├── TGUpdateAppInfo.m ├── TGUpdateAppInfoItem.h ├── TGUpdateAppInfoItem.m ├── TGUpdateAppInfoItemView.h ├── TGUpdateAppInfoItemView.m ├── TGUpdateConfigActor.h ├── TGUpdateConfigActor.m ├── TGUpdateMediaHistoryActor.h ├── TGUpdateMediaHistoryActor.m ├── TGUpdateMessage.h ├── TGUpdateMessage.m ├── TGUpdateMessageService.h ├── TGUpdateMessageService.m ├── TGUpdatePresenceActor.h ├── TGUpdatePresenceActor.m ├── TGUpdateStateRequestBuilder.h ├── TGUpdateStateRequestBuilder.mm ├── TGUpdateUserStatusesActor.h ├── TGUpdateUserStatusesActor.mm ├── TGUpdatesWithDate.h ├── TGUpdatesWithDate.m ├── TGUpdatesWithPts.h ├── TGUpdatesWithPts.m ├── TGUpdatesWithQts.h ├── TGUpdatesWithQts.m ├── TGUpdatesWithSeq.h ├── TGUpdatesWithSeq.m ├── TGUploadFileSignals.h ├── TGUploadFileSignals.m ├── TGUser+Telegraph.h ├── TGUser+Telegraph.m ├── TGUserAboutSetupController.h ├── TGUserAboutSetupController.m ├── TGUserAvatarGalleryItem.h ├── TGUserAvatarGalleryItem.m ├── TGUserAvatarGalleryItemView.h ├── TGUserAvatarGalleryItemView.m ├── TGUserAvatarGalleryModel.h ├── TGUserAvatarGalleryModel.m ├── TGUserCollectionItem.h ├── TGUserCollectionItem.m ├── TGUserCollectionItemView.h ├── TGUserCollectionItemView.m ├── TGUserDataRequestBuilder.h ├── TGUserDataRequestBuilder.m ├── TGUserDefaults.h ├── TGUserDefaults.m ├── TGUserInfoAddPhoneCollectionItem.h ├── TGUserInfoAddPhoneCollectionItem.m ├── TGUserInfoAddPhoneCollectionItemView.h ├── TGUserInfoAddPhoneCollectionItemView.m ├── TGUserInfoAddressCollectionItem.h ├── TGUserInfoAddressCollectionItem.m ├── TGUserInfoAddressCollectionItemView.h ├── TGUserInfoAddressCollectionItemView.m ├── TGUserInfoButtonCollectionItem.h ├── TGUserInfoButtonCollectionItem.m ├── TGUserInfoButtonCollectionItemView.h ├── TGUserInfoButtonCollectionItemView.m ├── TGUserInfoCallsCollectionItem.h ├── TGUserInfoCallsCollectionItem.m ├── TGUserInfoCallsCollectionItemView.h ├── TGUserInfoCallsCollectionItemView.m ├── TGUserInfoCollectionItem.h ├── TGUserInfoCollectionItem.m ├── TGUserInfoCollectionItemView.h ├── TGUserInfoCollectionItemView.m ├── TGUserInfoController.h ├── TGUserInfoController.m ├── TGUserInfoEditingAboutCollectionItem.h ├── TGUserInfoEditingAboutCollectionItem.m ├── TGUserInfoEditingAboutCollectionItemView.h ├── TGUserInfoEditingAboutCollectionItemView.m ├── TGUserInfoEditingPhoneCollectionItem.h ├── TGUserInfoEditingPhoneCollectionItem.m ├── TGUserInfoEditingPhoneCollectionItemView.h ├── TGUserInfoEditingPhoneCollectionItemView.m ├── TGUserInfoEditingVariantCollectionItem.h ├── TGUserInfoEditingVariantCollectionItem.m ├── TGUserInfoEditingVariantCollectionItemView.h ├── TGUserInfoEditingVariantCollectionItemView.m ├── TGUserInfoPhoneCollectionItem.h ├── TGUserInfoPhoneCollectionItem.m ├── TGUserInfoPhoneCollectionItemView.h ├── TGUserInfoPhoneCollectionItemView.m ├── TGUserInfoTextCollectionItem.h ├── TGUserInfoTextCollectionItem.m ├── TGUserInfoTextCollectionItemView.h ├── TGUserInfoTextCollectionItemView.m ├── TGUserInfoUsernameCollectionItem.h ├── TGUserInfoUsernameCollectionItem.m ├── TGUserInfoUsernameCollectionItemView.h ├── TGUserInfoUsernameCollectionItemView.m ├── TGUserInfoVariantCollectionItem.h ├── TGUserInfoVariantCollectionItem.m ├── TGUserInfoVariantCollectionItemView.h ├── TGUserInfoVariantCollectionItemView.m ├── TGUserListController.h ├── TGUserListController.m ├── TGUserNode.h ├── TGUserNode.m ├── TGUserSignal.h ├── TGUserSignal.m ├── TGUsernameCollectionItemView.h ├── TGUsernameCollectionItemView.m ├── TGUsernameController.h ├── TGUsernameController.m ├── TGUsersSection.h ├── TGUsersSection.m ├── TGVCard.h ├── TGVCard.m ├── TGVCardUserInfoController.h ├── TGVCardUserInfoController.m ├── TGVTAcceleratedVideoView.h ├── TGVTAcceleratedVideoView.m ├── TGVTPlayer.h ├── TGVTPlayer.m ├── TGVTPlayerView.h ├── TGVTPlayerView.m ├── TGVariantCollectionItem.h ├── TGVariantCollectionItem.m ├── TGVariantCollectionItemView.h ├── TGVariantCollectionItemView.m ├── TGVariantMenuItem.h ├── TGVariantMenuItem.m ├── TGVariantMenuItemCell.h ├── TGVariantMenuItemCell.m ├── TGVerifyChangePhoneActor.h ├── TGVerifyChangePhoneActor.m ├── TGVersionCollectionItem.h ├── TGVersionCollectionItem.m ├── TGVersionCollectionItemView.h ├── TGVersionCollectionItemView.m ├── TGVerticalSwipeDismissGestureRecognizer.h ├── TGVerticalSwipeDismissGestureRecognizer.m ├── TGVideoConverter.h ├── TGVideoConverter.m ├── TGVideoDownloadActor.h ├── TGVideoDownloadActor.mm ├── TGVideoMessagePIPController.h ├── TGVideoMessagePIPController.m ├── TGVideoMessagePIPView.h ├── TGVideoMessagePIPView.m ├── TGVideoMessageViewModel.h ├── TGVideoMessageViewModel.m ├── TGVideoThumbnailDataSource.h ├── TGVideoThumbnailDataSource.m ├── TGVisibleMessageHole.h ├── TGVisibleMessageHole.m ├── TGVolumeBarView.h ├── TGVolumeBarView.m ├── TGWallpaperImageDataSource.h ├── TGWallpaperImageDataSource.m ├── TGWallpaperItemCell.h ├── TGWallpaperItemCell.m ├── TGWallpaperItemsBackgroundDecorationView.h ├── TGWallpaperItemsBackgroundDecorationView.m ├── TGWallpaperListController.h ├── TGWallpaperListController.m ├── TGWallpaperListLayout.h ├── TGWallpaperListLayout.m ├── TGWallpaperListRequestActor.h ├── TGWallpaperListRequestActor.m ├── TGWallpaperManager.h ├── TGWallpaperManager.m ├── TGWallpapersCollectionItem.h ├── TGWallpapersCollectionItem.m ├── TGWallpapersCollectionItemView.h ├── TGWallpapersCollectionItemView.m ├── TGWatchController.h ├── TGWatchController.m ├── TGWatchReplyCollectionItem.h ├── TGWatchReplyCollectionItem.m ├── TGWatchReplyCollectionItemView.h ├── TGWatchReplyCollectionItemView.m ├── TGWeakReference.h ├── TGWeakReference.m ├── TGWebAppController.h ├── TGWebAppController.m ├── TGWebDocument+Telegraph.h ├── TGWebDocument+Telegraph.m ├── TGWebPageController.h ├── TGWebPageController.m ├── TGWebPageMediaAttachment+Telegraph.h ├── TGWebPageMediaAttachment+Telegraph.m ├── TGWebSearchController.h ├── TGWebSearchController.m ├── TGWebSearchGifItem.h ├── TGWebSearchGifItem.m ├── TGWebSearchGifItemView.h ├── TGWebSearchGifItemView.m ├── TGWebSearchImageDataSource.h ├── TGWebSearchImageDataSource.m ├── TGWebSearchImageItem.h ├── TGWebSearchImageItem.m ├── TGWebSearchImageItemView.h ├── TGWebSearchImageItemView.m ├── TGWebSearchInternalGifItem.h ├── TGWebSearchInternalGifItem.m ├── TGWebSearchInternalGifItemView.h ├── TGWebSearchInternalGifItemView.m ├── TGWebSearchInternalGifResult+TGMediaItem.h ├── TGWebSearchInternalGifResult+TGMediaItem.m ├── TGWebSearchInternalGifResult.h ├── TGWebSearchInternalGifResult.m ├── TGWebSearchInternalImageItem.h ├── TGWebSearchInternalImageItem.m ├── TGWebSearchInternalImageItemView.h ├── TGWebSearchInternalImageItemView.m ├── TGWebSearchInternalImageResult+TGMediaItem.h ├── TGWebSearchInternalImageResult+TGMediaItem.m ├── TGWebSearchInternalImageResult.h ├── TGWebSearchInternalImageResult.m ├── TGWebSearchListItem.h ├── TGWebSearchResult.h ├── TGWebSearchResultsGalleryGifItem.h ├── TGWebSearchResultsGalleryGifItem.m ├── TGWebSearchResultsGalleryGifItemView.h ├── TGWebSearchResultsGalleryGifItemView.m ├── TGWebSearchResultsGalleryImageItem.h ├── TGWebSearchResultsGalleryImageItem.m ├── TGWebSearchResultsGalleryImageItemView.h ├── TGWebSearchResultsGalleryImageItemView.m ├── TGWebSearchResultsGalleryInternalGifItem.h ├── TGWebSearchResultsGalleryInternalGifItem.m ├── TGWebSearchResultsGalleryInternalGifItemView.h ├── TGWebSearchResultsGalleryInternalGifItemView.m ├── TGWebSearchResultsGalleryInternalImageItem.h ├── TGWebSearchResultsGalleryInternalImageItem.m ├── TGWebSearchResultsGalleryItem.h ├── TGWebSearchThumbnailDataSource.h ├── TGWebSearchThumbnailDataSource.m ├── TGWebpageFooterModel.h ├── TGWebpageFooterModel.m ├── TGWebpageSignals.h ├── TGWebpageSignals.m ├── TGWorker.h ├── TGWorker.m ├── TGWorkerPool.h ├── TGWorkerPool.m ├── TGWorkerTask.h ├── TGWorkerTask.m ├── TGYoutubeContentPropertiesActor.h ├── TGYoutubeContentPropertiesActor.m ├── TGYoutubeDataContentProperty.h ├── TGYoutubeDataContentProperty.m ├── TLBotInlineMessage$botInlineMessageMediaAuto.h ├── TLBotInlineMessage$botInlineMessageMediaAuto.mm ├── TLBotInlineMessage$botInlineMessageMediaContact.h ├── TLBotInlineMessage$botInlineMessageMediaContact.mm ├── TLBotInlineMessage$botInlineMessageMediaGeo.h ├── TLBotInlineMessage$botInlineMessageMediaGeo.mm ├── TLBotInlineMessage$botInlineMessageMediaVenue.h ├── TLBotInlineMessage$botInlineMessageMediaVenue.mm ├── TLBotInlineMessage$botInlineMessageText.h ├── TLBotInlineMessage$botInlineMessageText.mm ├── TLBotInlineResult$botInlineMediaResult.h ├── TLBotInlineResult$botInlineMediaResult.mm ├── TLBotInlineResult$botInlineResult.h ├── TLBotInlineResult$botInlineResult.mm ├── TLChat$channel.h ├── TLChat$channel.mm ├── TLChat$channelForbidden.h ├── TLChat$channelForbidden.mm ├── TLChat$chat.h ├── TLChat$chat.mm ├── TLChatFull$channelFull.h ├── TLChatFull$channelFull.mm ├── TLChatInvite$chatInvite.h ├── TLChatInvite$chatInvite.mm ├── TLChatParticipants$chatParticipantsForbidden.h ├── TLChatParticipants$chatParticipantsForbidden.mm ├── TLConfig$config.h ├── TLConfig$config.mm ├── TLDcOption$modernDcOption.h ├── TLDcOption$modernDcOption.mm ├── TLDialog$dialog.h ├── TLDialog$dialog.mm ├── TLDialog$dialogFeed.h ├── TLDialog$dialogFeed.mm ├── TLDocumentAttribute$documentAttributeAudio.h ├── TLDocumentAttribute$documentAttributeAudio.m ├── TLDocumentAttributeSticker.h ├── TLDocumentAttributeSticker.mm ├── TLDraftMessage$draftMessage.h ├── TLDraftMessage$draftMessage.mm ├── TLGame$game.h ├── TLGame$game.mm ├── TLInputMediaUploadedDocument.h ├── TLInputMediaUploadedDocument.mm ├── TLInputMediaUploadedPhoto.h ├── TLInputMediaUploadedPhoto.mm ├── TLInputPeerNotifySettings$inputPeerNotifySettings.h ├── TLInputPeerNotifySettings$inputPeerNotifySettings.mm ├── TLInputSecureValue$inputSecureValue.h ├── TLInputSecureValue$inputSecureValue.mm ├── TLInputSingleMedia$inputSingleMedia.h ├── TLInputSingleMedia$inputSingleMedia.mm ├── TLInvoice$invoice.h ├── TLInvoice$invoice.mm ├── TLLangPackStringPluralized.h ├── TLLangPackStringPluralized.m ├── TLMessage$modernMessage.h ├── TLMessage$modernMessage.mm ├── TLMessage$modernMessageService.h ├── TLMessage$modernMessageService.mm ├── TLMessageAction$messageActionPhoneCall.h ├── TLMessageAction$messageActionPhoneCall.mm ├── TLMessageFwdHeader$messageFwdHeader.h ├── TLMessageFwdHeader$messageFwdHeader.mm ├── TLMessageMedia$messageMediaDocument.h ├── TLMessageMedia$messageMediaDocument.mm ├── TLMessageMedia$messageMediaInvoice.h ├── TLMessageMedia$messageMediaInvoice.mm ├── TLMessageMedia$messageMediaPhoto.h ├── TLMessageMedia$messageMediaPhoto.mm ├── TLMessages_BotResults$botResults.h ├── TLMessages_BotResults$botResults.mm ├── TLPageBlock$pageBlockEmbed.h ├── TLPageBlock$pageBlockEmbed.mm ├── TLPaymentRequestedInfo$paymentRequestedInfo.h ├── TLPaymentRequestedInfo$paymentRequestedInfo.mm ├── TLPayments_PaymentCeceipt$payments_paymentReceipt.h ├── TLPayments_PaymentCeceipt$payments_paymentReceipt.mm ├── TLPayments_sendPaymentForm.h ├── TLPayments_sendPaymentForm.mm ├── TLPeerNotifySettings$peerNotifySettings.h ├── TLPeerNotifySettings$peerNotifySettings.mm ├── TLPhoneCall$phoneCallDiscarded.h ├── TLPhoneCall$phoneCallDiscarded.mm ├── TLPhoneCall$phoneCallWaiting.h ├── TLPhoneCall$phoneCallWaiting.mm ├── TLRPCaccount_acceptAuthorization.h ├── TLRPCaccount_acceptAuthorization.mm ├── TLRPCaccount_deleteSecureValue.h ├── TLRPCaccount_deleteSecureValue.mm ├── TLRPCaccount_getAllSecureValues.h ├── TLRPCaccount_getAllSecureValues.mm ├── TLRPCaccount_getAuthorizationForm.h ├── TLRPCaccount_getAuthorizationForm.mm ├── TLRPCaccount_getSecureValue.h ├── TLRPCaccount_getSecureValue.mm ├── TLRPCaccount_saveSecureValue.h ├── TLRPCaccount_saveSecureValue.mm ├── TLRPCaccount_sendChangePhoneCode.h ├── TLRPCaccount_sendChangePhoneCode.mm ├── TLRPCaccount_sendConfirmPhoneCode.h ├── TLRPCaccount_sendConfirmPhoneCode.m ├── TLRPCaccount_sendVerifyEmailCode.h ├── TLRPCaccount_sendVerifyEmailCode.mm ├── TLRPCaccount_sendVerifyPhoneCode.h ├── TLRPCaccount_sendVerifyPhoneCode.mm ├── TLRPCaccount_verifyEmail.h ├── TLRPCaccount_verifyEmail.mm ├── TLRPCaccount_verifyPhone.h ├── TLRPCaccount_verifyPhone.mm ├── TLRPCauth_sendCode.h ├── TLRPCauth_sendCode.mm ├── TLRPCchannels_changeFeedBroadcast.h ├── TLRPCchannels_changeFeedBroadcast.mm ├── TLRPCchannels_getAdminLog.h ├── TLRPCchannels_getAdminLog.mm ├── TLRPCchannels_getFeed.h ├── TLRPCchannels_getFeed.mm ├── TLRPCchannels_getFeedSources.h ├── TLRPCchannels_getFeedSources.mm ├── TLRPCchannels_readFeed.h ├── TLRPCchannels_readFeed.mm ├── TLRPCchannels_setFeedBroadcasts.h ├── TLRPCchannels_setFeedBroadcasts.mm ├── TLRPCcontacts_toggleTopPeers.h ├── TLRPCcontacts_toggleTopPeers.mm ├── TLRPChelp_acceptTermsOfService.h ├── TLRPChelp_acceptTermsOfService.mm ├── TLRPChelp_getDeepLinkInfo.h ├── TLRPChelp_getDeepLinkInfo.mm ├── TLRPChelp_getPassportConfig.h ├── TLRPChelp_getPassportConfig.mm ├── TLRPChelp_getProxyData.h ├── TLRPChelp_getProxyData.m ├── TLRPChelp_getTermsOfServiceUpdate.h ├── TLRPChelp_getTermsOfServiceUpdate.mm ├── TLRPCmessages_clearAllDrafts.h ├── TLRPCmessages_clearAllDrafts.mm ├── TLRPCmessages_editGeoLive.h ├── TLRPCmessages_editGeoLive.mm ├── TLRPCmessages_editMessage.h ├── TLRPCmessages_editMessage.mm ├── TLRPCmessages_forwardMessages.h ├── TLRPCmessages_forwardMessages.mm ├── TLRPCmessages_getBotCallbackAnswer.h ├── TLRPCmessages_getBotCallbackAnswer.mm ├── TLRPCmessages_getDialogUnreadMarks.h ├── TLRPCmessages_getDialogUnreadMarks.mm ├── TLRPCmessages_getDialogs.h ├── TLRPCmessages_getDialogs.mm ├── TLRPCmessages_getInlineBotResults.h ├── TLRPCmessages_getInlineBotResults.mm ├── TLRPCmessages_markDialogUnread.h ├── TLRPCmessages_markDialogUnread.mm ├── TLRPCmessages_report.h ├── TLRPCmessages_report.mm ├── TLRPCmessages_saveDraft.h ├── TLRPCmessages_saveDraft.mm ├── TLRPCmessages_search.h ├── TLRPCmessages_search.mm ├── TLRPCmessages_searchStickerSets.h ├── TLRPCmessages_searchStickerSets.mm ├── TLRPCmessages_sendInlineBotResult.h ├── TLRPCmessages_sendInlineBotResult.mm ├── TLRPCmessages_sendMultiMedia.h ├── TLRPCmessages_sendMultiMedia.mm ├── TLSecureValue$secureValue.h ├── TLSecureValue$secureValue.mm ├── TLSecureValue$secureValueI.h ├── TLStickerSet$stickerSet.h ├── TLStickerSet$stickerSet.mm ├── TLUpdate$updateChannelTooLong.h ├── TLUpdate$updateChannelTooLong.m ├── TLUpdate$updatePinnedDialogs.h ├── TLUpdate$updatePinnedDialogs.mm ├── TLUpdate$updateReadFeed.h ├── TLUpdate$updateReadFeed.mm ├── TLUpdate$updateServiceNotification.h ├── TLUpdate$updateServiceNotification.mm ├── TLUpdates$modernUpdateShortChatMessage.h ├── TLUpdates$modernUpdateShortChatMessage.mm ├── TLUpdates$modernUpdateShortMessage.h ├── TLUpdates$modernUpdateShortMessage.mm ├── TLUpdates$updateShortSentMessage.h ├── TLUpdates$updateShortSentMessage.mm ├── TLUpdates+TG.h ├── TLUpdates+TG.m ├── TLUpdates_ChannelDifference_manual.h ├── TLUpdates_ChannelDifference_manual.mm ├── TLUser$modernUser.h ├── TLUser$modernUser.mm ├── TLUserFull$userFull.h ├── TLUserFull$userFull.mm ├── TLWebPage$webPageExternal.h ├── TLWebPage$webPageExternal.mm ├── TLWebPage_manual.h ├── TLWebPage_manual.mm ├── TLaccount_AuthorizationForm$account_authorizationForm.h ├── TLaccount_AuthorizationForm$account_authorizationForm.mm ├── TLaccount_Password$account_password.h ├── TLaccount_Password$account_password.mm ├── TLaccount_PasswordSettings$account_passwordSettings.h ├── TLaccount_PasswordSettings$account_passwordSettings.mm ├── TLaccount_updateProfile$updateProfile.h ├── TLaccount_updateProfile$updateProfile.m ├── TLauth_Authorization$auth_authorization.h ├── TLauth_Authorization$auth_authorization.mm ├── TLauth_SentCode$auth_sentCode.h ├── TLauth_SentCode$auth_sentCode.mm ├── TLchannelDifferenceTooLong.h ├── TLchannelDifferenceTooLong.mm ├── TLchannels_FeedSources$channels_feedSources.h ├── TLchannels_FeedSources$channels_feedSources.mm ├── TLhelp_AppUpdate$help_appUpdate.h ├── TLhelp_AppUpdate$help_appUpdate.mm ├── TLhelp_DeepLinkInfo$help_deepLinkInfo.h ├── TLhelp_DeepLinkInfo$help_deepLinkInfo.mm ├── TLhelp_ProxyData.h ├── TLhelp_ProxyData.mm ├── TLhelp_TermsOfService$help_termsOfService.h ├── TLhelp_TermsOfService$help_termsOfService.mm ├── TLmessages_BotCallbackAnswer$botCallbackAnswer.h ├── TLmessages_BotCallbackAnswer$botCallbackAnswer.mm ├── TLmessages_FeedMessages$messages_feedMessages.h ├── TLmessages_FeedMessages$messages_feedMessages.mm ├── TLmessages_Messages$modernChannelMessages.h ├── TLmessages_Messages$modernChannelMessages.mm ├── TLpayments_PaymentForm$payments_paymentForm.h ├── TLpayments_PaymentForm$payments_paymentForm.mm ├── TLpayments_SavedInfo$payments_savedInfo.h ├── TLpayments_SavedInfo$payments_savedInfo.mm ├── TLpayments_ValidatedRequestedInfo$payments_validatedRequestedInfo.h ├── TLpayments_ValidatedRequestedInfo$payments_validatedRequestedInfo.mm ├── Telegram.entitlements ├── TelegramCloudMediaResource.h ├── TelegramMediaResources.h ├── TelegramMediaResources.m ├── Telegraph-Info.plist ├── Telegraph-Prefix.pch ├── TransformImageView.h ├── TransformImageView.m ├── UIViewController+Proxy.h ├── UIViewController+Proxy.m ├── ar.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── de.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── emoji_suggestions.cpp ├── emoji_suggestions.h ├── emoji_suggestions_data.cpp ├── emoji_suggestions_data.h ├── en.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── es.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── it.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── ko.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── main.m ├── matrix.hpp ├── nl.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── pt.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings ├── quaternion.cpp ├── quaternion.hpp ├── ru.lproj │ ├── AppIntentVocabulary.plist │ ├── InfoPlist.strings │ └── Localizable.strings └── thirdparty │ ├── HockeySDK-iOS-3 │ └── HockeySDK.embeddedframework │ │ ├── HockeySDK.framework │ │ ├── HockeySDK │ │ ├── Resources │ │ │ ├── HockeySDK.xcconfig │ │ │ └── HockeySDKResources.bundle │ │ │ │ ├── IconGradient.png │ │ │ │ ├── IconGradient@2x.png │ │ │ │ ├── Info.plist │ │ │ │ ├── authorize_denied.png │ │ │ │ ├── authorize_denied@2x.png │ │ │ │ ├── bg.png │ │ │ │ ├── buttonHighlight.png │ │ │ │ ├── buttonHighlight@2x.png │ │ │ │ ├── buttonRoundedDelete.png │ │ │ │ ├── buttonRoundedDelete@2x.png │ │ │ │ ├── buttonRoundedDeleteHighlighted.png │ │ │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ │ │ ├── buttonRoundedRegular.png │ │ │ │ ├── buttonRoundedRegular@2x.png │ │ │ │ ├── buttonRoundedRegularHighlighted.png │ │ │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ │ │ ├── de.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── en.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── es.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── feedbackActivity@2x~ipad.png │ │ │ │ ├── feedbackActivity~ipad.png │ │ │ │ ├── feedbackActiviy.png │ │ │ │ ├── feedbackActiviy@2x.png │ │ │ │ ├── fr.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── hr.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── hu.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── it.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ja.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── nl.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── pt-PT.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── pt.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ro.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ru.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ └── zh-Hans.lproj │ │ │ │ └── HockeySDK.strings │ │ ├── Versions │ │ │ ├── A │ │ │ │ ├── Headers │ │ │ │ │ ├── BITAuthenticator.h │ │ │ │ │ ├── BITCrashManager.h │ │ │ │ │ ├── BITCrashManagerDelegate.h │ │ │ │ │ ├── BITFeedbackActivity.h │ │ │ │ │ ├── BITFeedbackComposeViewController.h │ │ │ │ │ ├── BITFeedbackComposeViewControllerDelegate.h │ │ │ │ │ ├── BITFeedbackListViewController.h │ │ │ │ │ ├── BITFeedbackManager.h │ │ │ │ │ ├── BITFeedbackManagerDelegate.h │ │ │ │ │ ├── BITHockeyBaseManager.h │ │ │ │ │ ├── BITHockeyBaseViewController.h │ │ │ │ │ ├── BITHockeyManager.h │ │ │ │ │ ├── BITHockeyManagerDelegate.h │ │ │ │ │ ├── BITStoreUpdateManager.h │ │ │ │ │ ├── BITStoreUpdateManagerDelegate.h │ │ │ │ │ ├── BITUpdateManager.h │ │ │ │ │ ├── BITUpdateManagerDelegate.h │ │ │ │ │ ├── BITUpdateViewController.h │ │ │ │ │ ├── HockeySDK.h │ │ │ │ │ └── HockeySDKFeatureConfig.h │ │ │ │ ├── HockeySDK │ │ │ │ └── Resources │ │ │ │ │ ├── HockeySDK.xcconfig │ │ │ │ │ └── HockeySDKResources.bundle │ │ │ │ │ ├── IconGradient.png │ │ │ │ │ ├── IconGradient@2x.png │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── authorize_denied.png │ │ │ │ │ ├── authorize_denied@2x.png │ │ │ │ │ ├── bg.png │ │ │ │ │ ├── buttonHighlight.png │ │ │ │ │ ├── buttonHighlight@2x.png │ │ │ │ │ ├── buttonRoundedDelete.png │ │ │ │ │ ├── buttonRoundedDelete@2x.png │ │ │ │ │ ├── buttonRoundedDeleteHighlighted.png │ │ │ │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ │ │ │ ├── buttonRoundedRegular.png │ │ │ │ │ ├── buttonRoundedRegular@2x.png │ │ │ │ │ ├── buttonRoundedRegularHighlighted.png │ │ │ │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ │ │ │ ├── de.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── en.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── es.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── feedbackActivity@2x~ipad.png │ │ │ │ │ ├── feedbackActivity~ipad.png │ │ │ │ │ ├── feedbackActiviy.png │ │ │ │ │ ├── feedbackActiviy@2x.png │ │ │ │ │ ├── fr.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── hr.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── hu.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── it.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── ja.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── nl.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── pt-PT.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── pt.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── ro.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ ├── ru.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ └── zh-Hans.lproj │ │ │ │ │ └── HockeySDK.strings │ │ │ └── Current │ │ │ │ ├── Headers │ │ │ │ ├── BITAuthenticator.h │ │ │ │ ├── BITCrashManager.h │ │ │ │ ├── BITCrashManagerDelegate.h │ │ │ │ ├── BITFeedbackActivity.h │ │ │ │ ├── BITFeedbackComposeViewController.h │ │ │ │ ├── BITFeedbackComposeViewControllerDelegate.h │ │ │ │ ├── BITFeedbackListViewController.h │ │ │ │ ├── BITFeedbackManager.h │ │ │ │ ├── BITFeedbackManagerDelegate.h │ │ │ │ ├── BITHockeyBaseManager.h │ │ │ │ ├── BITHockeyBaseViewController.h │ │ │ │ ├── BITHockeyManager.h │ │ │ │ ├── BITHockeyManagerDelegate.h │ │ │ │ ├── BITStoreUpdateManager.h │ │ │ │ ├── BITStoreUpdateManagerDelegate.h │ │ │ │ ├── BITUpdateManager.h │ │ │ │ ├── BITUpdateManagerDelegate.h │ │ │ │ ├── BITUpdateViewController.h │ │ │ │ ├── HockeySDK.h │ │ │ │ └── HockeySDKFeatureConfig.h │ │ │ │ ├── HockeySDK │ │ │ │ └── Resources │ │ │ │ ├── HockeySDK.xcconfig │ │ │ │ └── HockeySDKResources.bundle │ │ │ │ ├── IconGradient.png │ │ │ │ ├── IconGradient@2x.png │ │ │ │ ├── Info.plist │ │ │ │ ├── authorize_denied.png │ │ │ │ ├── authorize_denied@2x.png │ │ │ │ ├── bg.png │ │ │ │ ├── buttonHighlight.png │ │ │ │ ├── buttonHighlight@2x.png │ │ │ │ ├── buttonRoundedDelete.png │ │ │ │ ├── buttonRoundedDelete@2x.png │ │ │ │ ├── buttonRoundedDeleteHighlighted.png │ │ │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ │ │ ├── buttonRoundedRegular.png │ │ │ │ ├── buttonRoundedRegular@2x.png │ │ │ │ ├── buttonRoundedRegularHighlighted.png │ │ │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ │ │ ├── de.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── en.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── es.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── feedbackActivity@2x~ipad.png │ │ │ │ ├── feedbackActivity~ipad.png │ │ │ │ ├── feedbackActiviy.png │ │ │ │ ├── feedbackActiviy@2x.png │ │ │ │ ├── fr.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── hr.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── hu.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── it.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ja.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── nl.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── pt-PT.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── pt.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ro.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ ├── ru.lproj │ │ │ │ └── HockeySDK.strings │ │ │ │ └── zh-Hans.lproj │ │ │ │ └── HockeySDK.strings │ │ └── headers │ │ │ ├── BITAuthenticator.h │ │ │ ├── BITCrashManager.h │ │ │ ├── BITCrashManagerDelegate.h │ │ │ ├── BITFeedbackActivity.h │ │ │ ├── BITFeedbackComposeViewController.h │ │ │ ├── BITFeedbackComposeViewControllerDelegate.h │ │ │ ├── BITFeedbackListViewController.h │ │ │ ├── BITFeedbackManager.h │ │ │ ├── BITFeedbackManagerDelegate.h │ │ │ ├── BITHockeyBaseManager.h │ │ │ ├── BITHockeyBaseViewController.h │ │ │ ├── BITHockeyManager.h │ │ │ ├── BITHockeyManagerDelegate.h │ │ │ ├── BITStoreUpdateManager.h │ │ │ ├── BITStoreUpdateManagerDelegate.h │ │ │ ├── BITUpdateManager.h │ │ │ ├── BITUpdateManagerDelegate.h │ │ │ ├── BITUpdateViewController.h │ │ │ ├── HockeySDK.h │ │ │ └── HockeySDKFeatureConfig.h │ │ └── Resources │ │ ├── HockeySDK.xcconfig │ │ └── HockeySDKResources.bundle │ │ ├── IconGradient.png │ │ ├── IconGradient@2x.png │ │ ├── Info.plist │ │ ├── authorize_denied.png │ │ ├── authorize_denied@2x.png │ │ ├── bg.png │ │ ├── buttonHighlight.png │ │ ├── buttonHighlight@2x.png │ │ ├── buttonRoundedDelete.png │ │ ├── buttonRoundedDelete@2x.png │ │ ├── buttonRoundedDeleteHighlighted.png │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ ├── buttonRoundedRegular.png │ │ ├── buttonRoundedRegular@2x.png │ │ ├── buttonRoundedRegularHighlighted.png │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ ├── de.lproj │ │ └── HockeySDK.strings │ │ ├── en.lproj │ │ └── HockeySDK.strings │ │ ├── es.lproj │ │ └── HockeySDK.strings │ │ ├── feedbackActivity@2x~ipad.png │ │ ├── feedbackActivity~ipad.png │ │ ├── feedbackActiviy.png │ │ ├── feedbackActiviy@2x.png │ │ ├── fr.lproj │ │ └── HockeySDK.strings │ │ ├── hr.lproj │ │ └── HockeySDK.strings │ │ ├── hu.lproj │ │ └── HockeySDK.strings │ │ ├── it.lproj │ │ └── HockeySDK.strings │ │ ├── ja.lproj │ │ └── HockeySDK.strings │ │ ├── nl.lproj │ │ └── HockeySDK.strings │ │ ├── pt-PT.lproj │ │ └── HockeySDK.strings │ │ ├── pt.lproj │ │ └── HockeySDK.strings │ │ ├── ro.lproj │ │ └── HockeySDK.strings │ │ ├── ru.lproj │ │ └── HockeySDK.strings │ │ └── zh-Hans.lproj │ │ └── HockeySDK.strings │ ├── ogg │ └── ogg │ │ ├── bitwise.c │ │ ├── framing.c │ │ ├── ogg.h │ │ └── os_types.h │ ├── opus │ ├── include │ │ └── opus │ │ │ ├── opus.h │ │ │ ├── opus_defines.h │ │ │ ├── opus_multistream.h │ │ │ └── opus_types.h │ └── lib │ │ └── libopus.a │ ├── opusenc │ ├── diag_range.c │ ├── diag_range.h │ ├── opus_header.c │ ├── opus_header.h │ ├── opusenc.h │ ├── opusenc.m │ ├── picture.c │ ├── picture.h │ ├── wav_io.c │ └── wav_io.h │ └── opusfile │ ├── info.c │ ├── internal.c │ ├── internal.h │ ├── opusfile.c │ ├── opusfile.h │ └── stream.c ├── Watch ├── App │ ├── Base.lproj │ │ └── Interface.storyboard │ ├── Info.plist │ ├── Resources.xcassets │ │ ├── BotCommandIcon.imageset │ │ │ ├── BotCommandIcon@2x.png │ │ │ └── Contents.json │ │ ├── BotKeyboardIcon.imageset │ │ │ ├── BotKeyboardIcon@2x.png │ │ │ └── Contents.json │ │ ├── BubbleFooter.imageset │ │ │ ├── BubbleFooter@2x.png │ │ │ └── Contents.json │ │ ├── BubbleNotification.imageset │ │ │ ├── BubbleNotification@2x.png │ │ │ └── Contents.json │ │ ├── BubbleSpinner │ │ │ ├── BubbleSpinner0.imageset │ │ │ │ ├── BubbleSpinner0@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner1.imageset │ │ │ │ ├── BubbleSpinner1@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner10.imageset │ │ │ │ ├── BubbleSpinner10@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner11.imageset │ │ │ │ ├── BubbleSpinner11@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner12.imageset │ │ │ │ ├── BubbleSpinner12@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner13.imageset │ │ │ │ ├── BubbleSpinner13@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner14.imageset │ │ │ │ ├── BubbleSpinner14@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner15.imageset │ │ │ │ ├── BubbleSpinner15@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner16.imageset │ │ │ │ ├── BubbleSpinner16@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner17.imageset │ │ │ │ ├── BubbleSpinner17@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner18.imageset │ │ │ │ ├── BubbleSpinner18@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner19.imageset │ │ │ │ ├── BubbleSpinner19@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner2.imageset │ │ │ │ ├── BubbleSpinner2@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner20.imageset │ │ │ │ ├── BubbleSpinner20@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner21.imageset │ │ │ │ ├── BubbleSpinner21@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner22.imageset │ │ │ │ ├── BubbleSpinner22@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner23.imageset │ │ │ │ ├── BubbleSpinner23@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner24.imageset │ │ │ │ ├── BubbleSpinner24@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner25.imageset │ │ │ │ ├── BubbleSpinner25@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner26.imageset │ │ │ │ ├── BubbleSpinner26@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner27.imageset │ │ │ │ ├── BubbleSpinner27@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner28.imageset │ │ │ │ ├── BubbleSpinner28@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner29.imageset │ │ │ │ ├── BubbleSpinner29@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner3.imageset │ │ │ │ ├── BubbleSpinner3@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner30.imageset │ │ │ │ ├── BubbleSpinner30@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner31.imageset │ │ │ │ ├── BubbleSpinner31@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner32.imageset │ │ │ │ ├── BubbleSpinner32@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner33.imageset │ │ │ │ ├── BubbleSpinner33@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner34.imageset │ │ │ │ ├── BubbleSpinner34@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner35.imageset │ │ │ │ ├── BubbleSpinner35@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner36.imageset │ │ │ │ ├── BubbleSpinner36@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner37.imageset │ │ │ │ ├── BubbleSpinner37@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner38.imageset │ │ │ │ ├── BubbleSpinner38@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner4.imageset │ │ │ │ ├── BubbleSpinner4@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner5.imageset │ │ │ │ ├── BubbleSpinner5@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner6.imageset │ │ │ │ ├── BubbleSpinner6@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner7.imageset │ │ │ │ ├── BubbleSpinner7@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner8.imageset │ │ │ │ ├── BubbleSpinner8@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinner9.imageset │ │ │ │ ├── BubbleSpinner9@2x.png │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── BubbleSpinnerIncoming │ │ │ ├── BubbleSpinnerIncoming0.imageset │ │ │ │ ├── BubbleSpinnerIncoming0@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming1.imageset │ │ │ │ ├── BubbleSpinnerIncoming1@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming10.imageset │ │ │ │ ├── BubbleSpinnerIncoming10@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming11.imageset │ │ │ │ ├── BubbleSpinnerIncoming11@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming12.imageset │ │ │ │ ├── BubbleSpinnerIncoming12@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming13.imageset │ │ │ │ ├── BubbleSpinnerIncoming13@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming14.imageset │ │ │ │ ├── BubbleSpinnerIncoming14@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming15.imageset │ │ │ │ ├── BubbleSpinnerIncoming15@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming16.imageset │ │ │ │ ├── BubbleSpinnerIncoming16@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming17.imageset │ │ │ │ ├── BubbleSpinnerIncoming17@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming18.imageset │ │ │ │ ├── BubbleSpinnerIncoming18@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming19.imageset │ │ │ │ ├── BubbleSpinnerIncoming19@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming2.imageset │ │ │ │ ├── BubbleSpinnerIncoming2@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming20.imageset │ │ │ │ ├── BubbleSpinnerIncoming20@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming21.imageset │ │ │ │ ├── BubbleSpinnerIncoming21@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming22.imageset │ │ │ │ ├── BubbleSpinnerIncoming22@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming23.imageset │ │ │ │ ├── BubbleSpinnerIncoming23@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming24.imageset │ │ │ │ ├── BubbleSpinnerIncoming24@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming25.imageset │ │ │ │ ├── BubbleSpinnerIncoming25@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming26.imageset │ │ │ │ ├── BubbleSpinnerIncoming26@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming27.imageset │ │ │ │ ├── BubbleSpinnerIncoming27@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming28.imageset │ │ │ │ ├── BubbleSpinnerIncoming28@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming29.imageset │ │ │ │ ├── BubbleSpinnerIncoming29@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming3.imageset │ │ │ │ ├── BubbleSpinnerIncoming3@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming30.imageset │ │ │ │ ├── BubbleSpinnerIncoming30@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming31.imageset │ │ │ │ ├── BubbleSpinnerIncoming31@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming32.imageset │ │ │ │ ├── BubbleSpinnerIncoming32@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming33.imageset │ │ │ │ ├── BubbleSpinnerIncoming33@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming34.imageset │ │ │ │ ├── BubbleSpinnerIncoming34@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming35.imageset │ │ │ │ ├── BubbleSpinnerIncoming35@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming36.imageset │ │ │ │ ├── BubbleSpinnerIncoming36@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming37.imageset │ │ │ │ ├── BubbleSpinnerIncoming37@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming38.imageset │ │ │ │ ├── BubbleSpinnerIncoming38@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming4.imageset │ │ │ │ ├── BubbleSpinnerIncoming4@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming5.imageset │ │ │ │ ├── BubbleSpinnerIncoming5@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming6.imageset │ │ │ │ ├── BubbleSpinnerIncoming6@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming7.imageset │ │ │ │ ├── BubbleSpinnerIncoming7@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming8.imageset │ │ │ │ ├── BubbleSpinnerIncoming8@2x.png │ │ │ │ └── Contents.json │ │ │ ├── BubbleSpinnerIncoming9.imageset │ │ │ │ ├── BubbleSpinnerIncoming9@2x.png │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ChatBubbleChannel.imageset │ │ │ ├── BubbleChannel@2x.png │ │ │ └── Contents.json │ │ ├── ChatBubbleIncoming.imageset │ │ │ ├── BubbleIncoming@2x.png │ │ │ └── Contents.json │ │ ├── ChatBubbleOutgoing.imageset │ │ │ ├── BubbleOutgoing@2x.png │ │ │ └── Contents.json │ │ ├── Complication.complicationset │ │ │ ├── Circular.imageset │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Extra Large.imageset │ │ │ │ └── Contents.json │ │ │ ├── Modular.imageset │ │ │ │ └── Contents.json │ │ │ └── Utilitarian.imageset │ │ │ │ └── Contents.json │ │ ├── Compose.imageset │ │ │ ├── Compose@2x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── File.imageset │ │ │ ├── Contents.json │ │ │ └── File@2x.png │ │ ├── LocationIcon.imageset │ │ │ ├── Contents.json │ │ │ └── LocationIcon@2x.png │ │ ├── LoginIcon.imageset │ │ │ ├── Contents.json │ │ │ └── LoginIcon@2x.png │ │ ├── MediaAudio.imageset │ │ │ ├── Contents.json │ │ │ └── MediaAudio@2x.png │ │ ├── MediaAudioPlay.imageset │ │ │ ├── Contents.json │ │ │ └── MediaAudioPlay@2x.png │ │ ├── MediaDocument.imageset │ │ │ ├── Contents.json │ │ │ └── MediaDocument@2x.png │ │ ├── MediaLocation.imageset │ │ │ ├── Contents.json │ │ │ └── MediaLocation@2x.png │ │ ├── MediaPhoto.imageset │ │ │ ├── Contents.json │ │ │ └── MediaPhoto@2x.png │ │ ├── MediaVideo.imageset │ │ │ ├── Contents.json │ │ │ └── MediaVideo@2x.png │ │ ├── MessageStatusDot.imageset │ │ │ ├── Contents.json │ │ │ └── MessageStatusDot@2x.png │ │ ├── MicAccessIcon.imageset │ │ │ ├── Contents.json │ │ │ └── MicIcon@2x.png │ │ ├── MicIcon.imageset │ │ │ ├── Contents.json │ │ │ └── Mic@2x.png │ │ ├── PasscodeIcon.imageset │ │ │ ├── Contents.json │ │ │ └── Passcode@2x.png │ │ ├── PickLocation.imageset │ │ │ ├── Contents.json │ │ │ └── PickLocation@2x.png │ │ ├── RemotePlayAudio.imageset │ │ │ ├── Contents.json │ │ │ └── RemotePlayAudio@2x.png │ │ ├── RemotePlayVideo.imageset │ │ │ ├── Contents.json │ │ │ └── RemotePlayVideo@2x.png │ │ ├── Spinner │ │ │ ├── Spinner0.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner0@2x.png │ │ │ ├── Spinner1.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner1@2x.png │ │ │ ├── Spinner10.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner10@2x.png │ │ │ ├── Spinner11.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner11@2x.png │ │ │ ├── Spinner12.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner12@2x.png │ │ │ ├── Spinner13.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner13@2x.png │ │ │ ├── Spinner14.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner14@2x.png │ │ │ ├── Spinner15.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner15@2x.png │ │ │ ├── Spinner16.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner16@2x.png │ │ │ ├── Spinner17.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner17@2x.png │ │ │ ├── Spinner18.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner18@2x.png │ │ │ ├── Spinner19.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner19@2x.png │ │ │ ├── Spinner2.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner2@2x.png │ │ │ ├── Spinner20.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner20@2x.png │ │ │ ├── Spinner21.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner21@2x.png │ │ │ ├── Spinner22.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner22@2x.png │ │ │ ├── Spinner23.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner23@2x.png │ │ │ ├── Spinner24.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner24@2x.png │ │ │ ├── Spinner25.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner25@2x.png │ │ │ ├── Spinner26.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner26@2x.png │ │ │ ├── Spinner27.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner27@2x.png │ │ │ ├── Spinner28.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner28@2x.png │ │ │ ├── Spinner29.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner29@2x.png │ │ │ ├── Spinner3.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner3@2x.png │ │ │ ├── Spinner30.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner30@2x.png │ │ │ ├── Spinner31.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner31@2x.png │ │ │ ├── Spinner32.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner32@2x.png │ │ │ ├── Spinner33.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner33@2x.png │ │ │ ├── Spinner34.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner34@2x.png │ │ │ ├── Spinner35.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner35@2x.png │ │ │ ├── Spinner36.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner36@2x.png │ │ │ ├── Spinner37.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner37@2x.png │ │ │ ├── Spinner38.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner38@2x.png │ │ │ ├── Spinner4.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner4@2x.png │ │ │ ├── Spinner5.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner5@2x.png │ │ │ ├── Spinner6.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner6@2x.png │ │ │ ├── Spinner7.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner7@2x.png │ │ │ ├── Spinner8.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner8@2x.png │ │ │ └── Spinner9.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Spinner9@2x.png │ │ ├── StatusDot.imageset │ │ │ ├── Contents.json │ │ │ └── StatusDot@2x.png │ │ ├── StickerIcon.imageset │ │ │ ├── Contents.json │ │ │ └── StickerIcon@2x.png │ │ ├── VerifiedProfile.imageset │ │ │ ├── Contents.json │ │ │ └── VerifiedProfile@2x.png │ │ └── WatchAppIcon.appiconset │ │ │ ├── CompanionIcon@2x.png │ │ │ ├── CompanionIcon@3x.png │ │ │ ├── Contents.json │ │ │ ├── Icon@2x.png │ │ │ ├── LongLook@2x.png │ │ │ ├── NotificationIcon38@2x.png │ │ │ ├── NotificationIcon42@2x.png │ │ │ ├── ShortLook38@2x.png │ │ │ ├── ShortLook42@2x.png │ │ │ └── T-Ipad_1024.png │ ├── watchkitapp.entitlements │ ├── watchkitapp_appstore.entitlements │ └── watchkitapp_fork.entitlements ├── Bridge │ ├── TGBridgeActionMediaAttachment+TGActionMediaAttachment.h │ ├── TGBridgeActionMediaAttachment+TGActionMediaAttachment.m │ ├── TGBridgeActionMediaAttachment.h │ ├── TGBridgeActionMediaAttachment.m │ ├── TGBridgeAudioMediaAttachment+TGAudioMediaAttachment.h │ ├── TGBridgeAudioMediaAttachment+TGAudioMediaAttachment.m │ ├── TGBridgeAudioMediaAttachment.h │ ├── TGBridgeAudioMediaAttachment.m │ ├── TGBridgeAudioSignals.h │ ├── TGBridgeAudioSignals.m │ ├── TGBridgeAudioSubscription.h │ ├── TGBridgeAudioSubscription.m │ ├── TGBridgeBotCommandInfo+TGBotCommandInfo.h │ ├── TGBridgeBotCommandInfo+TGBotCommandInfo.m │ ├── TGBridgeBotCommandInfo.h │ ├── TGBridgeBotCommandInfo.m │ ├── TGBridgeBotInfo+TGBotInfo.h │ ├── TGBridgeBotInfo+TGBotInfo.m │ ├── TGBridgeBotInfo.h │ ├── TGBridgeBotInfo.m │ ├── TGBridgeBotReplyMarkup+TGBotReplyMarkup.h │ ├── TGBridgeBotReplyMarkup+TGBotReplyMarkup.m │ ├── TGBridgeBotReplyMarkup.h │ ├── TGBridgeBotReplyMarkup.m │ ├── TGBridgeBotSignals.h │ ├── TGBridgeBotSignals.m │ ├── TGBridgeChat+TGConversation.h │ ├── TGBridgeChat+TGConversation.m │ ├── TGBridgeChat+TGTableItem.h │ ├── TGBridgeChat+TGTableItem.m │ ├── TGBridgeChat.h │ ├── TGBridgeChat.m │ ├── TGBridgeChatListSignals.h │ ├── TGBridgeChatListSignals.m │ ├── TGBridgeChatListSubscription.h │ ├── TGBridgeChatListSubscription.m │ ├── TGBridgeChatMessageListSignals.h │ ├── TGBridgeChatMessageListSignals.m │ ├── TGBridgeChatMessageListSubscription.h │ ├── TGBridgeChatMessageListSubscription.m │ ├── TGBridgeChatMessageListView+TGChatMessageListView.h │ ├── TGBridgeChatMessageListView+TGChatMessageListView.m │ ├── TGBridgeChatMessageListView.h │ ├── TGBridgeChatMessageListView.m │ ├── TGBridgeClient.h │ ├── TGBridgeClient.m │ ├── TGBridgeClientOld.h │ ├── TGBridgeClientOld.m │ ├── TGBridgeCommon.h │ ├── TGBridgeCommon.m │ ├── TGBridgeContactMediaAttachment+TGContactMediaAttachment.h │ ├── TGBridgeContactMediaAttachment+TGContactMediaAttachment.m │ ├── TGBridgeContactMediaAttachment.h │ ├── TGBridgeContactMediaAttachment.m │ ├── TGBridgeContactsSignals.h │ ├── TGBridgeContactsSignals.m │ ├── TGBridgeContactsSubscription.h │ ├── TGBridgeContactsSubscription.m │ ├── TGBridgeContext.h │ ├── TGBridgeContext.m │ ├── TGBridgeConversationSignals.h │ ├── TGBridgeConversationSignals.m │ ├── TGBridgeConversationSubscription.h │ ├── TGBridgeConversationSubscription.m │ ├── TGBridgeDocumentMediaAttachment+TGDocumentMediaAttachment.h │ ├── TGBridgeDocumentMediaAttachment+TGDocumentMediaAttachment.m │ ├── TGBridgeDocumentMediaAttachment.h │ ├── TGBridgeDocumentMediaAttachment.m │ ├── TGBridgeForwardedMessageMediaAttachment+TGForwardedMessageMediaAttachment.h │ ├── TGBridgeForwardedMessageMediaAttachment+TGForwardedMessageMediaAttachment.m │ ├── TGBridgeForwardedMessageMediaAttachment.h │ ├── TGBridgeForwardedMessageMediaAttachment.m │ ├── TGBridgeImageInfo+TGImageInfo.h │ ├── TGBridgeImageInfo+TGImageInfo.m │ ├── TGBridgeImageInfo.h │ ├── TGBridgeImageInfo.m │ ├── TGBridgeImageMediaAttachment+TGImageMediaAttachment.h │ ├── TGBridgeImageMediaAttachment+TGImageMediaAttachment.m │ ├── TGBridgeImageMediaAttachment.h │ ├── TGBridgeImageMediaAttachment.m │ ├── TGBridgeLocationMediaAttachment+TGLocationMediaAttachment.h │ ├── TGBridgeLocationMediaAttachment+TGLocationMediaAttachment.m │ ├── TGBridgeLocationMediaAttachment.h │ ├── TGBridgeLocationMediaAttachment.m │ ├── TGBridgeLocationSignals.h │ ├── TGBridgeLocationSignals.m │ ├── TGBridgeLocationSubscription.h │ ├── TGBridgeLocationSubscription.m │ ├── TGBridgeLocationVenue+TGLocationVenue.h │ ├── TGBridgeLocationVenue+TGLocationVenue.m │ ├── TGBridgeLocationVenue+TGTableItem.h │ ├── TGBridgeLocationVenue+TGTableItem.m │ ├── TGBridgeLocationVenue.h │ ├── TGBridgeLocationVenue.m │ ├── TGBridgeMediaAttachment+TGMediaAttachment.h │ ├── TGBridgeMediaAttachment+TGMediaAttachment.m │ ├── TGBridgeMediaAttachment.h │ ├── TGBridgeMediaAttachment.m │ ├── TGBridgeMediaSignals.h │ ├── TGBridgeMediaSignals.m │ ├── TGBridgeMediaSubscription.h │ ├── TGBridgeMediaSubscription.m │ ├── TGBridgeMessage+TGMessage.h │ ├── TGBridgeMessage+TGMessage.m │ ├── TGBridgeMessage+TGTableItem.h │ ├── TGBridgeMessage+TGTableItem.m │ ├── TGBridgeMessage.h │ ├── TGBridgeMessage.m │ ├── TGBridgeMessageEntities.h │ ├── TGBridgeMessageEntities.m │ ├── TGBridgeMessageEntitiesAttachment+TGMessageEntitiesAttachment.h │ ├── TGBridgeMessageEntitiesAttachment+TGMessageEntitiesAttachment.m │ ├── TGBridgeMessageEntitiesAttachment.h │ ├── TGBridgeMessageEntitiesAttachment.m │ ├── TGBridgeMessageEntity+TGMessageEntity.h │ ├── TGBridgeMessageEntity+TGMessageEntity.m │ ├── TGBridgePacket.h │ ├── TGBridgePacket.m │ ├── TGBridgePeerNotificationSettings+TGPeerNotificationSettings.h │ ├── TGBridgePeerNotificationSettings+TGPeerNotificationSettings.m │ ├── TGBridgePeerNotificationSettings.h │ ├── TGBridgePeerNotificationSettings.m │ ├── TGBridgePeerSettingsSignals.h │ ├── TGBridgePeerSettingsSignals.m │ ├── TGBridgePeerSettingsSubscription.h │ ├── TGBridgePeerSettingsSubscription.m │ ├── TGBridgePresetsSignals.h │ ├── TGBridgePresetsSignals.m │ ├── TGBridgeRemoteSignals.h │ ├── TGBridgeRemoteSignals.m │ ├── TGBridgeRemoteSubscription.h │ ├── TGBridgeRemoteSubscription.m │ ├── TGBridgeReplyMarkupMediaAttachment+TGReplyMarkupAttachment.h │ ├── TGBridgeReplyMarkupMediaAttachment+TGReplyMarkupAttachment.m │ ├── TGBridgeReplyMarkupMediaAttachment.h │ ├── TGBridgeReplyMarkupMediaAttachment.m │ ├── TGBridgeReplyMessageMediaAttachment+TGReplyMessageMediaAttachment.h │ ├── TGBridgeReplyMessageMediaAttachment+TGReplyMessageMediaAttachment.m │ ├── TGBridgeReplyMessageMediaAttachment.h │ ├── TGBridgeReplyMessageMediaAttachment.m │ ├── TGBridgeResponse.h │ ├── TGBridgeResponse.m │ ├── TGBridgeSendMessageSignals.h │ ├── TGBridgeSendMessageSignals.m │ ├── TGBridgeSendMessageSubscription.h │ ├── TGBridgeSendMessageSubscription.m │ ├── TGBridgeStateSignal.h │ ├── TGBridgeStateSignal.m │ ├── TGBridgeStateSubscription.h │ ├── TGBridgeStateSubscription.m │ ├── TGBridgeStickerPack+TGStickerPack.h │ ├── TGBridgeStickerPack+TGStickerPack.m │ ├── TGBridgeStickerPack.h │ ├── TGBridgeStickerPack.m │ ├── TGBridgeStickersSignals.h │ ├── TGBridgeStickersSignals.m │ ├── TGBridgeStickersSubscription.h │ ├── TGBridgeStickersSubscription.m │ ├── TGBridgeSubscription.h │ ├── TGBridgeSubscription.m │ ├── TGBridgeUnsupportedMediaAttachment+TGUnsupportedMediaAttachment.h │ ├── TGBridgeUnsupportedMediaAttachment+TGUnsupportedMediaAttachment.m │ ├── TGBridgeUnsupportedMediaAttachment.h │ ├── TGBridgeUnsupportedMediaAttachment.m │ ├── TGBridgeUser+TGTableItem.h │ ├── TGBridgeUser+TGTableItem.m │ ├── TGBridgeUser+TGUser.h │ ├── TGBridgeUser+TGUser.m │ ├── TGBridgeUser.h │ ├── TGBridgeUser.m │ ├── TGBridgeUserInfoSignals.h │ ├── TGBridgeUserInfoSignals.m │ ├── TGBridgeUserInfoSubscription.h │ ├── TGBridgeUserInfoSubscription.m │ ├── TGBridgeVideoMediaAttachment+TGVideoMediaAttachment.h │ ├── TGBridgeVideoMediaAttachment+TGVideoMediaAttachment.m │ ├── TGBridgeVideoMediaAttachment.h │ ├── TGBridgeVideoMediaAttachment.m │ ├── TGBridgeWebPageMediaAttachment+TGWebPageMediaAttachment.h │ ├── TGBridgeWebPageMediaAttachment+TGWebPageMediaAttachment.m │ ├── TGBridgeWebPageMediaAttachment.h │ └── TGBridgeWebPageMediaAttachment.m └── Extension │ ├── Info.plist │ ├── PushNotificationPayload.apns │ ├── Resources │ ├── File@2x.png │ ├── Location@2x.png │ ├── MediaAudio@2x.png │ ├── MediaDocument@2x.png │ ├── MediaLocation@2x.png │ ├── MediaPhoto@2x.png │ ├── MediaVideo@2x.png │ └── VerifiedList@2x.png │ ├── TGAudioMicAlertController.h │ ├── TGAudioMicAlertController.m │ ├── TGAvatarViewModel.h │ ├── TGAvatarViewModel.m │ ├── TGBotCommandController.h │ ├── TGBotCommandController.m │ ├── TGBotKeyboardButtonController.h │ ├── TGBotKeyboardButtonController.m │ ├── TGBotKeyboardController.h │ ├── TGBotKeyboardController.m │ ├── TGBridgeUserCache.h │ ├── TGBridgeUserCache.m │ ├── TGChatInfo.h │ ├── TGChatInfo.m │ ├── TGChatTimestamp.h │ ├── TGChatTimestamp.m │ ├── TGChatsController.h │ ├── TGChatsController.m │ ├── TGChatsInfoRowController.h │ ├── TGChatsInfoRowController.m │ ├── TGChatsRowController.h │ ├── TGChatsRowController.m │ ├── TGComplicationController.h │ ├── TGComplicationController.m │ ├── TGComposeController.h │ ├── TGComposeController.m │ ├── TGContactsController.h │ ├── TGContactsController.m │ ├── TGContactsSearchHeader.h │ ├── TGContactsSearchHeader.m │ ├── TGContactsSearchResultsController.h │ ├── TGContactsSearchResultsController.m │ ├── TGConversationFooterController.h │ ├── TGConversationFooterController.m │ ├── TGDateUtils.h │ ├── TGDateUtils.m │ ├── TGExtensionDelegate.h │ ├── TGExtensionDelegate.m │ ├── TGFileCache.h │ ├── TGFileCache.m │ ├── TGGeometry.h │ ├── TGGeometry.m │ ├── TGGroupInfoController.h │ ├── TGGroupInfoController.m │ ├── TGGroupInfoFooterController.h │ ├── TGGroupInfoFooterController.m │ ├── TGGroupInfoHeaderController.h │ ├── TGGroupInfoHeaderController.m │ ├── TGIndexPath.h │ ├── TGIndexPath.m │ ├── TGInputController.h │ ├── TGInputController.m │ ├── TGInterfaceController.h │ ├── TGInterfaceController.m │ ├── TGInterfaceMenu.h │ ├── TGInterfaceMenu.m │ ├── TGLocationController.h │ ├── TGLocationController.m │ ├── TGLocationMapHeaderController.h │ ├── TGLocationMapHeaderController.m │ ├── TGLocationUtils.h │ ├── TGLocationUtils.m │ ├── TGLocationVenueRowController.h │ ├── TGLocationVenueRowController.m │ ├── TGMessageViewController.h │ ├── TGMessageViewController.m │ ├── TGMessageViewFooterController.h │ ├── TGMessageViewFooterController.m │ ├── TGMessageViewMessageRowController.h │ ├── TGMessageViewMessageRowController.m │ ├── TGMessageViewModel.h │ ├── TGMessageViewModel.m │ ├── TGMessageViewWebPageRowController.h │ ├── TGMessageViewWebPageRowController.m │ ├── TGNeoAttachmentViewModel.h │ ├── TGNeoAttachmentViewModel.m │ ├── TGNeoAudioMessageViewModel.h │ ├── TGNeoAudioMessageViewModel.m │ ├── TGNeoBackgroundViewModel.h │ ├── TGNeoBackgroundViewModel.m │ ├── TGNeoBubbleMessageViewModel.h │ ├── TGNeoBubbleMessageViewModel.m │ ├── TGNeoChatRowController.h │ ├── TGNeoChatRowController.m │ ├── TGNeoChatViewModel.h │ ├── TGNeoChatViewModel.m │ ├── TGNeoChatsController.h │ ├── TGNeoChatsController.m │ ├── TGNeoContactMessageViewModel.h │ ├── TGNeoContactMessageViewModel.m │ ├── TGNeoConversationController.h │ ├── TGNeoConversationController.m │ ├── TGNeoConversationMediaRowController.h │ ├── TGNeoConversationMediaRowController.m │ ├── TGNeoConversationRowController.h │ ├── TGNeoConversationRowController.m │ ├── TGNeoConversationSimpleRowController.h │ ├── TGNeoConversationSimpleRowController.m │ ├── TGNeoConversationStaticRowController.h │ ├── TGNeoConversationStaticRowController.m │ ├── TGNeoConversationTimeRowController.h │ ├── TGNeoConversationTimeRowController.m │ ├── TGNeoFileMessageViewModel.h │ ├── TGNeoFileMessageViewModel.m │ ├── TGNeoForwardHeaderViewModel.h │ ├── TGNeoForwardHeaderViewModel.m │ ├── TGNeoImageViewModel.h │ ├── TGNeoImageViewModel.m │ ├── TGNeoLabelViewModel.h │ ├── TGNeoLabelViewModel.m │ ├── TGNeoMediaMessageViewModel.h │ ├── TGNeoMediaMessageViewModel.m │ ├── TGNeoMessageViewModel.h │ ├── TGNeoMessageViewModel.m │ ├── TGNeoRenderableViewModel.h │ ├── TGNeoRenderableViewModel.m │ ├── TGNeoReplyHeaderViewModel.h │ ├── TGNeoReplyHeaderViewModel.m │ ├── TGNeoRowController.h │ ├── TGNeoRowController.m │ ├── TGNeoServiceMessageViewModel.h │ ├── TGNeoServiceMessageViewModel.m │ ├── TGNeoSmiliesMessageViewModel.h │ ├── TGNeoSmiliesMessageViewModel.m │ ├── TGNeoStickerMessageViewModel.h │ ├── TGNeoStickerMessageViewModel.m │ ├── TGNeoTextMessageViewModel.h │ ├── TGNeoTextMessageViewModel.m │ ├── TGNeoVenueMessageViewModel.h │ ├── TGNeoVenueMessageViewModel.m │ ├── TGNeoViewModel.h │ ├── TGNeoViewModel.m │ ├── TGNotificationController.h │ ├── TGNotificationController.m │ ├── TGProfilePhotoController.h │ ├── TGProfilePhotoController.m │ ├── TGStickerPackRowController.h │ ├── TGStickerPackRowController.m │ ├── TGStickerPacksController.h │ ├── TGStickerPacksController.m │ ├── TGStickersController.h │ ├── TGStickersController.m │ ├── TGStickersHeaderController.h │ ├── TGStickersHeaderController.m │ ├── TGStickersRowController.h │ ├── TGStickersRowController.m │ ├── TGStickersSectionHeaderController.h │ ├── TGStickersSectionHeaderController.m │ ├── TGStringUtils.h │ ├── TGStringUtils.m │ ├── TGTableDeltaUpdater.h │ ├── TGTableDeltaUpdater.m │ ├── TGUserHandle.h │ ├── TGUserHandle.m │ ├── TGUserHandleRowController.h │ ├── TGUserHandleRowController.m │ ├── TGUserInfoController.h │ ├── TGUserInfoController.m │ ├── TGUserInfoHeaderController.h │ ├── TGUserInfoHeaderController.m │ ├── TGUserRowController.h │ ├── TGUserRowController.m │ ├── TGWatchColor.h │ ├── TGWatchColor.m │ ├── TGWatchCommon.h │ ├── TGWatchCommon.m │ ├── WKInterface+TGInterface.h │ ├── WKInterface+TGInterface.m │ ├── WKInterfaceGroup+Signals.h │ ├── WKInterfaceGroup+Signals.m │ ├── WKInterfaceImage+Signals.h │ ├── WKInterfaceImage+Signals.m │ ├── WKInterfaceTable+TGDataDrivenTable.h │ ├── WKInterfaceTable+TGDataDrivenTable.m │ ├── WatchExtension-Prefix.pch │ ├── watchkitapp Extension appstore.entitlements │ ├── watchkitapp Extension fork.entitlements │ └── watchkitapp Extension.entitlements ├── Widget ├── Info.plist ├── TGWidget.h ├── TGWidget.m ├── TGWidgetController.h ├── TGWidgetController.m ├── TGWidgetSignals.h ├── TGWidgetSignals.m ├── TGWidgetUser.h ├── TGWidgetUser.m ├── TGWidgetUserCell.h ├── TGWidgetUserCell.m ├── Widget.appstore.entitlements ├── Widget.entitlements ├── Widget.fork.entitlements ├── ar.lproj │ └── InfoPlist.strings ├── de.lproj │ └── InfoPlist.strings ├── en.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── es.lproj │ └── InfoPlist.strings ├── it.lproj │ └── InfoPlist.strings ├── ko.lproj │ └── InfoPlist.strings ├── nl.lproj │ └── InfoPlist.strings └── pt.lproj │ └── InfoPlist.strings ├── iPad-Landscape.png ├── iPad-Landscape@2x.png ├── iPad-Portrait.png ├── iPad-Portrait@2x.png ├── legacy ├── TL │ ├── MtProtoKit_Legacy.h │ ├── MtProtoKit_Legacy.m │ ├── NSData+GZip.h │ ├── NSData+GZip.m │ ├── NSInputStream+TL.h │ ├── NSInputStream+TL.m │ ├── NSOutputStream+TL.h │ ├── NSOutputStream+TL.m │ ├── TGZeroOutputStream.h │ ├── TGZeroOutputStream.m │ ├── TL │ │ ├── NSArray_Authorization.h │ │ ├── NSArray_Authorization.mm │ │ ├── NSArray_BotCommand.h │ │ ├── NSArray_BotCommand.mm │ │ ├── NSArray_BotInfo.h │ │ ├── NSArray_BotInfo.mm │ │ ├── NSArray_BotInlineResult.h │ │ ├── NSArray_BotInlineResult.mm │ │ ├── NSArray_CdnPublicKey.h │ │ ├── NSArray_CdnPublicKey.mm │ │ ├── NSArray_ChannelAdminLogEvent.h │ │ ├── NSArray_ChannelAdminLogEvent.mm │ │ ├── NSArray_ChannelParticipant.h │ │ ├── NSArray_ChannelParticipant.mm │ │ ├── NSArray_Chat.h │ │ ├── NSArray_Chat.mm │ │ ├── NSArray_ChatParticipant.h │ │ ├── NSArray_ChatParticipant.mm │ │ ├── NSArray_Contact.h │ │ ├── NSArray_Contact.mm │ │ ├── NSArray_ContactBlocked.h │ │ ├── NSArray_ContactBlocked.mm │ │ ├── NSArray_ContactLocated.h │ │ ├── NSArray_ContactLocated.mm │ │ ├── NSArray_ContactRequest.h │ │ ├── NSArray_ContactRequest.mm │ │ ├── NSArray_ContactStatus.h │ │ ├── NSArray_ContactStatus.mm │ │ ├── NSArray_ContactSuggested.h │ │ ├── NSArray_ContactSuggested.mm │ │ ├── NSArray_DcNetworkStats.h │ │ ├── NSArray_DcNetworkStats.mm │ │ ├── NSArray_DcOption.h │ │ ├── NSArray_DcOption.mm │ │ ├── NSArray_DestroySessionRes.h │ │ ├── NSArray_DestroySessionRes.mm │ │ ├── NSArray_Dialog.h │ │ ├── NSArray_Dialog.mm │ │ ├── NSArray_DisabledFeature.h │ │ ├── NSArray_DisabledFeature.mm │ │ ├── NSArray_Document.h │ │ ├── NSArray_Document.mm │ │ ├── NSArray_DocumentAttribute.h │ │ ├── NSArray_DocumentAttribute.mm │ │ ├── NSArray_EncryptedMessage.h │ │ ├── NSArray_EncryptedMessage.mm │ │ ├── NSArray_FileHash.h │ │ ├── NSArray_FileHash.mm │ │ ├── NSArray_FoundGif.h │ │ ├── NSArray_FoundGif.mm │ │ ├── NSArray_HighScore.h │ │ ├── NSArray_HighScore.mm │ │ ├── NSArray_ImportedContact.h │ │ ├── NSArray_ImportedContact.mm │ │ ├── NSArray_InputChannel.h │ │ ├── NSArray_InputChannel.mm │ │ ├── NSArray_InputContact.h │ │ ├── NSArray_InputContact.mm │ │ ├── NSArray_InputDocument.h │ │ ├── NSArray_InputDocument.mm │ │ ├── NSArray_InputPeer.h │ │ ├── NSArray_InputPeer.mm │ │ ├── NSArray_InputPhoto.h │ │ ├── NSArray_InputPhoto.mm │ │ ├── NSArray_InputPrivacyRule.h │ │ ├── NSArray_InputPrivacyRule.mm │ │ ├── NSArray_InputUser.h │ │ ├── NSArray_InputUser.mm │ │ ├── NSArray_KeyboardButton.h │ │ ├── NSArray_KeyboardButton.mm │ │ ├── NSArray_KeyboardButtonRow.h │ │ ├── NSArray_KeyboardButtonRow.mm │ │ ├── NSArray_LabeledPrice.h │ │ ├── NSArray_LabeledPrice.mm │ │ ├── NSArray_LangPackLanguage.h │ │ ├── NSArray_LangPackLanguage.mm │ │ ├── NSArray_LangPackString.h │ │ ├── NSArray_LangPackString.mm │ │ ├── NSArray_Message.h │ │ ├── NSArray_Message.mm │ │ ├── NSArray_MessageEntity.h │ │ ├── NSArray_MessageEntity.mm │ │ ├── NSArray_MessageRange.h │ │ ├── NSArray_MessageRange.mm │ │ ├── NSArray_PageBlock.h │ │ ├── NSArray_PageBlock.mm │ │ ├── NSArray_Peer.h │ │ ├── NSArray_Peer.mm │ │ ├── NSArray_PhoneConnection.h │ │ ├── NSArray_PhoneConnection.mm │ │ ├── NSArray_Photo.h │ │ ├── NSArray_Photo.mm │ │ ├── NSArray_PhotoSize.h │ │ ├── NSArray_PhotoSize.mm │ │ ├── NSArray_PopularContact.h │ │ ├── NSArray_PopularContact.mm │ │ ├── NSArray_PrivacyRule.h │ │ ├── NSArray_PrivacyRule.mm │ │ ├── NSArray_ReceivedNotifyMessage.h │ │ ├── NSArray_ReceivedNotifyMessage.mm │ │ ├── NSArray_RichText.h │ │ ├── NSArray_RichText.mm │ │ ├── NSArray_SchemeMethod.h │ │ ├── NSArray_SchemeMethod.mm │ │ ├── NSArray_SchemeParam.h │ │ ├── NSArray_SchemeParam.mm │ │ ├── NSArray_SchemeType.h │ │ ├── NSArray_SchemeType.mm │ │ ├── NSArray_SecureValue.h │ │ ├── NSArray_SecureValue.mm │ │ ├── NSArray_ShippingOption.h │ │ ├── NSArray_ShippingOption.mm │ │ ├── NSArray_StickerPack.h │ │ ├── NSArray_StickerPack.mm │ │ ├── NSArray_StickerSet.h │ │ ├── NSArray_StickerSet.mm │ │ ├── NSArray_StickerSetCovered.h │ │ ├── NSArray_StickerSetCovered.mm │ │ ├── NSArray_TopPeer.h │ │ ├── NSArray_TopPeer.mm │ │ ├── NSArray_TopPeerCategoryPeers.h │ │ ├── NSArray_TopPeerCategoryPeers.mm │ │ ├── NSArray_Update.h │ │ ├── NSArray_Update.mm │ │ ├── NSArray_User.h │ │ ├── NSArray_User.mm │ │ ├── NSArray_WallPaper.h │ │ ├── NSArray_WallPaper.mm │ │ ├── NSArray_int.h │ │ ├── NSArray_int.mm │ │ ├── NSArray_long.h │ │ ├── NSArray_long.mm │ │ ├── NSArray_string.h │ │ ├── NSArray_string.mm │ │ ├── TLAccountDaysTTL.h │ │ ├── TLAccountDaysTTL.mm │ │ ├── TLAuthorization.h │ │ ├── TLAuthorization.mm │ │ ├── TLBadMsgNotification.h │ │ ├── TLBadMsgNotification.mm │ │ ├── TLBotCommand.h │ │ ├── TLBotCommand.mm │ │ ├── TLBotInfo.h │ │ ├── TLBotInfo.mm │ │ ├── TLBotInlineMessage.h │ │ ├── TLBotInlineMessage.mm │ │ ├── TLBotInlineResult.h │ │ ├── TLBotInlineResult.mm │ │ ├── TLCdnConfig.h │ │ ├── TLCdnConfig.mm │ │ ├── TLCdnPublicKey.h │ │ ├── TLCdnPublicKey.mm │ │ ├── TLChannelAdminLogEvent.h │ │ ├── TLChannelAdminLogEvent.mm │ │ ├── TLChannelAdminLogEventAction.h │ │ ├── TLChannelAdminLogEventAction.mm │ │ ├── TLChannelAdminLogEventsFilter.h │ │ ├── TLChannelAdminLogEventsFilter.mm │ │ ├── TLChannelAdminRights.h │ │ ├── TLChannelAdminRights.mm │ │ ├── TLChannelBannedRights.h │ │ ├── TLChannelBannedRights.mm │ │ ├── TLChannelMessagesFilter.h │ │ ├── TLChannelMessagesFilter.mm │ │ ├── TLChannelParticipant.h │ │ ├── TLChannelParticipant.mm │ │ ├── TLChannelParticipantsFilter.h │ │ ├── TLChannelParticipantsFilter.mm │ │ ├── TLChat.h │ │ ├── TLChat.mm │ │ ├── TLChatFull.h │ │ ├── TLChatFull.mm │ │ ├── TLChatInvite.h │ │ ├── TLChatInvite.mm │ │ ├── TLChatLocated.h │ │ ├── TLChatLocated.mm │ │ ├── TLChatParticipant.h │ │ ├── TLChatParticipant.mm │ │ ├── TLChatParticipants.h │ │ ├── TLChatParticipants.mm │ │ ├── TLChatPhoto.h │ │ ├── TLChatPhoto.mm │ │ ├── TLClient_DH_Inner_Data.h │ │ ├── TLClient_DH_Inner_Data.mm │ │ ├── TLConfig.h │ │ ├── TLConfig.mm │ │ ├── TLContact.h │ │ ├── TLContact.mm │ │ ├── TLContactBlocked.h │ │ ├── TLContactBlocked.mm │ │ ├── TLContactLink.h │ │ ├── TLContactLink.mm │ │ ├── TLContactLocated.h │ │ ├── TLContactLocated.mm │ │ ├── TLContactRequest.h │ │ ├── TLContactRequest.mm │ │ ├── TLContactStatus.h │ │ ├── TLContactStatus.mm │ │ ├── TLContactSuggested.h │ │ ├── TLContactSuggested.mm │ │ ├── TLDataJSON.h │ │ ├── TLDataJSON.mm │ │ ├── TLDcNetworkStats.h │ │ ├── TLDcNetworkStats.mm │ │ ├── TLDcOption.h │ │ ├── TLDcOption.mm │ │ ├── TLDestroySessionRes.h │ │ ├── TLDestroySessionRes.mm │ │ ├── TLDestroySessionsRes.h │ │ ├── TLDestroySessionsRes.mm │ │ ├── TLDialog.h │ │ ├── TLDialog.mm │ │ ├── TLDialogPeer.h │ │ ├── TLDialogPeer.mm │ │ ├── TLDisabledFeature.h │ │ ├── TLDisabledFeature.mm │ │ ├── TLDocument.h │ │ ├── TLDocument.mm │ │ ├── TLDocumentAttribute.h │ │ ├── TLDocumentAttribute.mm │ │ ├── TLDraftMessage.h │ │ ├── TLDraftMessage.mm │ │ ├── TLEmbedPostMedia.h │ │ ├── TLEmbedPostMedia.mm │ │ ├── TLEncryptedChat.h │ │ ├── TLEncryptedChat.mm │ │ ├── TLEncryptedFile.h │ │ ├── TLEncryptedFile.mm │ │ ├── TLEncryptedMessage.h │ │ ├── TLEncryptedMessage.mm │ │ ├── TLError.h │ │ ├── TLError.mm │ │ ├── TLExportedChatInvite.h │ │ ├── TLExportedChatInvite.mm │ │ ├── TLExportedMessageLink.h │ │ ├── TLExportedMessageLink.mm │ │ ├── TLFeedBroadcasts.h │ │ ├── TLFeedBroadcasts.mm │ │ ├── TLFeedPosition.h │ │ ├── TLFeedPosition.mm │ │ ├── TLFileHash.h │ │ ├── TLFileHash.mm │ │ ├── TLFileLocation.h │ │ ├── TLFileLocation.mm │ │ ├── TLFoundGif.h │ │ ├── TLFoundGif.mm │ │ ├── TLFutureSalt.h │ │ ├── TLFutureSalt.mm │ │ ├── TLGame.h │ │ ├── TLGame.mm │ │ ├── TLGeoPlaceName.h │ │ ├── TLGeoPlaceName.mm │ │ ├── TLGeoPoint.h │ │ ├── TLGeoPoint.mm │ │ ├── TLGlobalPrivacySettings.h │ │ ├── TLGlobalPrivacySettings.mm │ │ ├── TLHighScore.h │ │ ├── TLHighScore.mm │ │ ├── TLHttpWait.h │ │ ├── TLHttpWait.mm │ │ ├── TLImportedContact.h │ │ ├── TLImportedContact.mm │ │ ├── TLInitConnection.h │ │ ├── TLInitConnection.mm │ │ ├── TLInlineBotSwitchPM.h │ │ ├── TLInlineBotSwitchPM.mm │ │ ├── TLInputBotInlineMessage.h │ │ ├── TLInputBotInlineMessage.mm │ │ ├── TLInputBotInlineResult.h │ │ ├── TLInputBotInlineResult.mm │ │ ├── TLInputChannel.h │ │ ├── TLInputChannel.mm │ │ ├── TLInputChatPhoto.h │ │ ├── TLInputChatPhoto.mm │ │ ├── TLInputCheckPasswordSRP.h │ │ ├── TLInputCheckPasswordSRP.mm │ │ ├── TLInputContact.h │ │ ├── TLInputContact.mm │ │ ├── TLInputDialogPeer.h │ │ ├── TLInputDialogPeer.mm │ │ ├── TLInputDocument.h │ │ ├── TLInputDocument.mm │ │ ├── TLInputEncryptedChat.h │ │ ├── TLInputEncryptedChat.mm │ │ ├── TLInputEncryptedFile.h │ │ ├── TLInputEncryptedFile.mm │ │ ├── TLInputFile.h │ │ ├── TLInputFile.mm │ │ ├── TLInputFileLocation.h │ │ ├── TLInputFileLocation.mm │ │ ├── TLInputGame.h │ │ ├── TLInputGame.mm │ │ ├── TLInputGeoPlaceName.h │ │ ├── TLInputGeoPlaceName.mm │ │ ├── TLInputGeoPoint.h │ │ ├── TLInputGeoPoint.mm │ │ ├── TLInputMedia.h │ │ ├── TLInputMedia.mm │ │ ├── TLInputNotifyPeer.h │ │ ├── TLInputNotifyPeer.mm │ │ ├── TLInputPaymentCredentials.h │ │ ├── TLInputPaymentCredentials.mm │ │ ├── TLInputPeer.h │ │ ├── TLInputPeer.mm │ │ ├── TLInputPeerNotifySettings.h │ │ ├── TLInputPeerNotifySettings.mm │ │ ├── TLInputPhoneCall.h │ │ ├── TLInputPhoneCall.mm │ │ ├── TLInputPhoto.h │ │ ├── TLInputPhoto.mm │ │ ├── TLInputPhotoCrop.h │ │ ├── TLInputPhotoCrop.mm │ │ ├── TLInputPrivacyKey.h │ │ ├── TLInputPrivacyKey.mm │ │ ├── TLInputPrivacyRule.h │ │ ├── TLInputPrivacyRule.mm │ │ ├── TLInputSecureFile.h │ │ ├── TLInputSecureFile.mm │ │ ├── TLInputSecureValue.h │ │ ├── TLInputSecureValue.mm │ │ ├── TLInputSingleMedia.h │ │ ├── TLInputSingleMedia.mm │ │ ├── TLInputStickerSet.h │ │ ├── TLInputStickerSet.mm │ │ ├── TLInputStickeredMedia.h │ │ ├── TLInputStickeredMedia.mm │ │ ├── TLInputUser.h │ │ ├── TLInputUser.mm │ │ ├── TLInputWebDocument.h │ │ ├── TLInputWebDocument.mm │ │ ├── TLInputWebFileLocation.h │ │ ├── TLInputWebFileLocation.mm │ │ ├── TLInvoice.h │ │ ├── TLInvoice.mm │ │ ├── TLInvokeAfterMsg.h │ │ ├── TLInvokeAfterMsg.mm │ │ ├── TLKeyboardButton.h │ │ ├── TLKeyboardButton.mm │ │ ├── TLKeyboardButtonRow.h │ │ ├── TLKeyboardButtonRow.mm │ │ ├── TLLabeledPrice.h │ │ ├── TLLabeledPrice.mm │ │ ├── TLLangPackDifference.h │ │ ├── TLLangPackDifference.mm │ │ ├── TLLangPackLanguage.h │ │ ├── TLLangPackLanguage.mm │ │ ├── TLLangPackString.h │ │ ├── TLLangPackString.mm │ │ ├── TLMaskCoords.h │ │ ├── TLMaskCoords.mm │ │ ├── TLMessage.h │ │ ├── TLMessage.mm │ │ ├── TLMessageAction.h │ │ ├── TLMessageAction.mm │ │ ├── TLMessageEntity.h │ │ ├── TLMessageEntity.mm │ │ ├── TLMessageFwdHeader.h │ │ ├── TLMessageFwdHeader.mm │ │ ├── TLMessageGroup.h │ │ ├── TLMessageGroup.mm │ │ ├── TLMessageMedia.h │ │ ├── TLMessageMedia.mm │ │ ├── TLMessageRange.h │ │ ├── TLMessageRange.mm │ │ ├── TLMessagesFilter.h │ │ ├── TLMessagesFilter.mm │ │ ├── TLMetaScheme.h │ │ ├── TLMetaScheme.mm │ │ ├── TLMetaSchemeData.h │ │ ├── TLMetaSchemeData.mm │ │ ├── TLMsgDetailedInfo.h │ │ ├── TLMsgDetailedInfo.mm │ │ ├── TLMsgResendReq.h │ │ ├── TLMsgResendReq.mm │ │ ├── TLMsgsAck.h │ │ ├── TLMsgsAck.mm │ │ ├── TLMsgsAllInfo.h │ │ ├── TLMsgsAllInfo.mm │ │ ├── TLMsgsStateInfo.h │ │ ├── TLMsgsStateInfo.mm │ │ ├── TLMsgsStateReq.h │ │ ├── TLMsgsStateReq.mm │ │ ├── TLNearestDc.h │ │ ├── TLNearestDc.mm │ │ ├── TLNewSession.h │ │ ├── TLNewSession.mm │ │ ├── TLNotifyPeer.h │ │ ├── TLNotifyPeer.mm │ │ ├── TLP_Q_inner_data.h │ │ ├── TLP_Q_inner_data.mm │ │ ├── TLPage.h │ │ ├── TLPage.mm │ │ ├── TLPageBlock.h │ │ ├── TLPageBlock.mm │ │ ├── TLPasswordKdfAlgo.h │ │ ├── TLPasswordKdfAlgo.mm │ │ ├── TLPaymentRequestedInfo.h │ │ ├── TLPaymentRequestedInfo.mm │ │ ├── TLPaymentSavedCredentials.h │ │ ├── TLPaymentSavedCredentials.mm │ │ ├── TLPeer.h │ │ ├── TLPeer.mm │ │ ├── TLPeerNotifySettings.h │ │ ├── TLPeerNotifySettings.mm │ │ ├── TLPeerSettings.h │ │ ├── TLPeerSettings.mm │ │ ├── TLPhoneCall.h │ │ ├── TLPhoneCall.mm │ │ ├── TLPhoneCallDiscardReason.h │ │ ├── TLPhoneCallDiscardReason.mm │ │ ├── TLPhoneCallProtocol.h │ │ ├── TLPhoneCallProtocol.mm │ │ ├── TLPhoneConnection.h │ │ ├── TLPhoneConnection.mm │ │ ├── TLPhoto.h │ │ ├── TLPhoto.mm │ │ ├── TLPhotoSize.h │ │ ├── TLPhotoSize.mm │ │ ├── TLPong.h │ │ ├── TLPong.mm │ │ ├── TLPopularContact.h │ │ ├── TLPopularContact.mm │ │ ├── TLPostAddress.h │ │ ├── TLPostAddress.mm │ │ ├── TLPrivacyKey.h │ │ ├── TLPrivacyKey.mm │ │ ├── TLPrivacyRule.h │ │ ├── TLPrivacyRule.mm │ │ ├── TLProtoMessage.h │ │ ├── TLProtoMessage.mm │ │ ├── TLProtoMessageCopy.h │ │ ├── TLProtoMessageCopy.mm │ │ ├── TLRPCaccount_changePhone.h │ │ ├── TLRPCaccount_changePhone.mm │ │ ├── TLRPCaccount_checkUsername.h │ │ ├── TLRPCaccount_checkUsername.mm │ │ ├── TLRPCaccount_confirmPhone.h │ │ ├── TLRPCaccount_confirmPhone.mm │ │ ├── TLRPCaccount_deleteAccount.h │ │ ├── TLRPCaccount_deleteAccount.mm │ │ ├── TLRPCaccount_getAccountTTL.h │ │ ├── TLRPCaccount_getAccountTTL.mm │ │ ├── TLRPCaccount_getAuthorizations.h │ │ ├── TLRPCaccount_getAuthorizations.mm │ │ ├── TLRPCaccount_getNotifySettings.h │ │ ├── TLRPCaccount_getNotifySettings.mm │ │ ├── TLRPCaccount_getPassword.h │ │ ├── TLRPCaccount_getPassword.mm │ │ ├── TLRPCaccount_getPasswordSettings.h │ │ ├── TLRPCaccount_getPasswordSettings.mm │ │ ├── TLRPCaccount_getPrivacy.h │ │ ├── TLRPCaccount_getPrivacy.mm │ │ ├── TLRPCaccount_getTmpPassword.h │ │ ├── TLRPCaccount_getTmpPassword.mm │ │ ├── TLRPCaccount_getWallPapers.h │ │ ├── TLRPCaccount_getWallPapers.mm │ │ ├── TLRPCaccount_getWebAuthorizations.h │ │ ├── TLRPCaccount_getWebAuthorizations.mm │ │ ├── TLRPCaccount_registerDevice.h │ │ ├── TLRPCaccount_registerDevice.mm │ │ ├── TLRPCaccount_reportPeer.h │ │ ├── TLRPCaccount_reportPeer.mm │ │ ├── TLRPCaccount_resetAuthorization.h │ │ ├── TLRPCaccount_resetAuthorization.mm │ │ ├── TLRPCaccount_resetNotifySettings.h │ │ ├── TLRPCaccount_resetNotifySettings.mm │ │ ├── TLRPCaccount_resetWebAuthorization.h │ │ ├── TLRPCaccount_resetWebAuthorization.mm │ │ ├── TLRPCaccount_resetWebAuthorizations.h │ │ ├── TLRPCaccount_resetWebAuthorizations.mm │ │ ├── TLRPCaccount_setAccountTTL.h │ │ ├── TLRPCaccount_setAccountTTL.mm │ │ ├── TLRPCaccount_setPassword.h │ │ ├── TLRPCaccount_setPassword.mm │ │ ├── TLRPCaccount_setPrivacy.h │ │ ├── TLRPCaccount_setPrivacy.mm │ │ ├── TLRPCaccount_unregisterDevice.h │ │ ├── TLRPCaccount_unregisterDevice.mm │ │ ├── TLRPCaccount_updateDeviceLocked.h │ │ ├── TLRPCaccount_updateDeviceLocked.mm │ │ ├── TLRPCaccount_updateNotifySettings.h │ │ ├── TLRPCaccount_updateNotifySettings.mm │ │ ├── TLRPCaccount_updatePasswordSettings.h │ │ ├── TLRPCaccount_updatePasswordSettings.mm │ │ ├── TLRPCaccount_updateStatus.h │ │ ├── TLRPCaccount_updateStatus.mm │ │ ├── TLRPCaccount_updateUsername.h │ │ ├── TLRPCaccount_updateUsername.mm │ │ ├── TLRPCauth_cancelCode.h │ │ ├── TLRPCauth_cancelCode.mm │ │ ├── TLRPCauth_checkPassword.h │ │ ├── TLRPCauth_checkPassword.mm │ │ ├── TLRPCauth_checkPhone.h │ │ ├── TLRPCauth_checkPhone.mm │ │ ├── TLRPCauth_exportAuthorization.h │ │ ├── TLRPCauth_exportAuthorization.mm │ │ ├── TLRPCauth_importAuthorization.h │ │ ├── TLRPCauth_importAuthorization.mm │ │ ├── TLRPCauth_logOut.h │ │ ├── TLRPCauth_logOut.mm │ │ ├── TLRPCauth_recoverPassword.h │ │ ├── TLRPCauth_recoverPassword.mm │ │ ├── TLRPCauth_requestPasswordRecovery.h │ │ ├── TLRPCauth_requestPasswordRecovery.mm │ │ ├── TLRPCauth_resendCode.h │ │ ├── TLRPCauth_resendCode.mm │ │ ├── TLRPCauth_resetAccountPassword.h │ │ ├── TLRPCauth_resetAccountPassword.mm │ │ ├── TLRPCauth_resetAuthorizations.h │ │ ├── TLRPCauth_resetAuthorizations.mm │ │ ├── TLRPCauth_sendInvites.h │ │ ├── TLRPCauth_sendInvites.mm │ │ ├── TLRPCauth_signIn.h │ │ ├── TLRPCauth_signIn.mm │ │ ├── TLRPCauth_signUp.h │ │ ├── TLRPCauth_signUp.mm │ │ ├── TLRPCchannels_checkUsername.h │ │ ├── TLRPCchannels_checkUsername.mm │ │ ├── TLRPCchannels_createChannel.h │ │ ├── TLRPCchannels_createChannel.mm │ │ ├── TLRPCchannels_deleteChannel.h │ │ ├── TLRPCchannels_deleteChannel.mm │ │ ├── TLRPCchannels_deleteHistory.h │ │ ├── TLRPCchannels_deleteHistory.mm │ │ ├── TLRPCchannels_deleteMessages.h │ │ ├── TLRPCchannels_deleteMessages.mm │ │ ├── TLRPCchannels_deleteUserHistory.h │ │ ├── TLRPCchannels_deleteUserHistory.mm │ │ ├── TLRPCchannels_editAbout.h │ │ ├── TLRPCchannels_editAbout.mm │ │ ├── TLRPCchannels_editAdmin.h │ │ ├── TLRPCchannels_editAdmin.mm │ │ ├── TLRPCchannels_editBanned.h │ │ ├── TLRPCchannels_editBanned.mm │ │ ├── TLRPCchannels_editPhoto.h │ │ ├── TLRPCchannels_editPhoto.mm │ │ ├── TLRPCchannels_editTitle.h │ │ ├── TLRPCchannels_editTitle.mm │ │ ├── TLRPCchannels_exportInvite.h │ │ ├── TLRPCchannels_exportInvite.mm │ │ ├── TLRPCchannels_exportMessageLink.h │ │ ├── TLRPCchannels_exportMessageLink.mm │ │ ├── TLRPCchannels_getAdminLogMeta.h │ │ ├── TLRPCchannels_getAdminLogMeta.mm │ │ ├── TLRPCchannels_getAdminedPublicChannels.h │ │ ├── TLRPCchannels_getAdminedPublicChannels.mm │ │ ├── TLRPCchannels_getChannels.h │ │ ├── TLRPCchannels_getChannels.mm │ │ ├── TLRPCchannels_getFullChannel.h │ │ ├── TLRPCchannels_getFullChannel.mm │ │ ├── TLRPCchannels_getMessages.h │ │ ├── TLRPCchannels_getMessages.mm │ │ ├── TLRPCchannels_getParticipant.h │ │ ├── TLRPCchannels_getParticipant.mm │ │ ├── TLRPCchannels_getParticipants.h │ │ ├── TLRPCchannels_getParticipants.mm │ │ ├── TLRPCchannels_inviteToChannel.h │ │ ├── TLRPCchannels_inviteToChannel.mm │ │ ├── TLRPCchannels_joinChannel.h │ │ ├── TLRPCchannels_joinChannel.mm │ │ ├── TLRPCchannels_leaveChannel.h │ │ ├── TLRPCchannels_leaveChannel.mm │ │ ├── TLRPCchannels_readHistory.h │ │ ├── TLRPCchannels_readHistory.mm │ │ ├── TLRPCchannels_readMessageContents.h │ │ ├── TLRPCchannels_readMessageContents.mm │ │ ├── TLRPCchannels_reportSpam.h │ │ ├── TLRPCchannels_reportSpam.mm │ │ ├── TLRPCchannels_searchFeed.h │ │ ├── TLRPCchannels_searchFeed.mm │ │ ├── TLRPCchannels_setStickers.h │ │ ├── TLRPCchannels_setStickers.mm │ │ ├── TLRPCchannels_toggleInvites.h │ │ ├── TLRPCchannels_toggleInvites.mm │ │ ├── TLRPCchannels_togglePreHistoryHidden.h │ │ ├── TLRPCchannels_togglePreHistoryHidden.mm │ │ ├── TLRPCchannels_toggleSignatures.h │ │ ├── TLRPCchannels_toggleSignatures.mm │ │ ├── TLRPCchannels_updatePinnedMessage.h │ │ ├── TLRPCchannels_updatePinnedMessage.mm │ │ ├── TLRPCchannels_updateUsername.h │ │ ├── TLRPCchannels_updateUsername.mm │ │ ├── TLRPCcontacts_acceptRequest.h │ │ ├── TLRPCcontacts_acceptRequest.mm │ │ ├── TLRPCcontacts_block.h │ │ ├── TLRPCcontacts_block.mm │ │ ├── TLRPCcontacts_clearContact.h │ │ ├── TLRPCcontacts_clearContact.mm │ │ ├── TLRPCcontacts_declineRequest.h │ │ ├── TLRPCcontacts_declineRequest.mm │ │ ├── TLRPCcontacts_deleteContact.h │ │ ├── TLRPCcontacts_deleteContact.mm │ │ ├── TLRPCcontacts_deleteContacts.h │ │ ├── TLRPCcontacts_deleteContacts.mm │ │ ├── TLRPCcontacts_getBlocked.h │ │ ├── TLRPCcontacts_getBlocked.mm │ │ ├── TLRPCcontacts_getContactIDs.h │ │ ├── TLRPCcontacts_getContactIDs.mm │ │ ├── TLRPCcontacts_getContacts.h │ │ ├── TLRPCcontacts_getContacts.mm │ │ ├── TLRPCcontacts_getLink.h │ │ ├── TLRPCcontacts_getLink.mm │ │ ├── TLRPCcontacts_getLocated.h │ │ ├── TLRPCcontacts_getLocated.mm │ │ ├── TLRPCcontacts_getRequests.h │ │ ├── TLRPCcontacts_getRequests.mm │ │ ├── TLRPCcontacts_getStatuses.h │ │ ├── TLRPCcontacts_getStatuses.mm │ │ ├── TLRPCcontacts_getSuggested.h │ │ ├── TLRPCcontacts_getSuggested.mm │ │ ├── TLRPCcontacts_getTopPeers.h │ │ ├── TLRPCcontacts_getTopPeers.mm │ │ ├── TLRPCcontacts_importContacts.h │ │ ├── TLRPCcontacts_importContacts.mm │ │ ├── TLRPCcontacts_resetSaved.h │ │ ├── TLRPCcontacts_resetSaved.mm │ │ ├── TLRPCcontacts_resetTopPeerRating.h │ │ ├── TLRPCcontacts_resetTopPeerRating.mm │ │ ├── TLRPCcontacts_resolveUsername.h │ │ ├── TLRPCcontacts_resolveUsername.mm │ │ ├── TLRPCcontacts_search.h │ │ ├── TLRPCcontacts_search.mm │ │ ├── TLRPCcontacts_sendRequest.h │ │ ├── TLRPCcontacts_sendRequest.mm │ │ ├── TLRPCcontacts_unblock.h │ │ ├── TLRPCcontacts_unblock.mm │ │ ├── TLRPCcontest_saveDeveloperInfo.h │ │ ├── TLRPCcontest_saveDeveloperInfo.mm │ │ ├── TLRPCdestroy_session.h │ │ ├── TLRPCdestroy_session.mm │ │ ├── TLRPCdestroy_sessions.h │ │ ├── TLRPCdestroy_sessions.mm │ │ ├── TLRPCgeo_saveGeoPlace.h │ │ ├── TLRPCgeo_saveGeoPlace.mm │ │ ├── TLRPCget_future_salts.h │ │ ├── TLRPCget_future_salts.mm │ │ ├── TLRPChelp_getAppChangelog.h │ │ ├── TLRPChelp_getAppChangelog.mm │ │ ├── TLRPChelp_getAppPrefs.h │ │ ├── TLRPChelp_getAppPrefs.mm │ │ ├── TLRPChelp_getAppUpdate.h │ │ ├── TLRPChelp_getAppUpdate.mm │ │ ├── TLRPChelp_getCdnConfig.h │ │ ├── TLRPChelp_getCdnConfig.mm │ │ ├── TLRPChelp_getConfig.h │ │ ├── TLRPChelp_getConfig.mm │ │ ├── TLRPChelp_getInviteText.h │ │ ├── TLRPChelp_getInviteText.mm │ │ ├── TLRPChelp_getNearestDc.h │ │ ├── TLRPChelp_getNearestDc.mm │ │ ├── TLRPChelp_getRecentMeUrls.h │ │ ├── TLRPChelp_getRecentMeUrls.mm │ │ ├── TLRPChelp_getScheme.h │ │ ├── TLRPChelp_getScheme.mm │ │ ├── TLRPChelp_getSupport.h │ │ ├── TLRPChelp_getSupport.mm │ │ ├── TLRPChelp_saveNetworkStats.h │ │ ├── TLRPChelp_saveNetworkStats.mm │ │ ├── TLRPChelp_test.h │ │ ├── TLRPChelp_test.mm │ │ ├── TLRPClangpack_getDifference.h │ │ ├── TLRPClangpack_getDifference.mm │ │ ├── TLRPClangpack_getLangPack.h │ │ ├── TLRPClangpack_getLangPack.mm │ │ ├── TLRPClangpack_getLanguages.h │ │ ├── TLRPClangpack_getLanguages.mm │ │ ├── TLRPClangpack_getStrings.h │ │ ├── TLRPClangpack_getStrings.mm │ │ ├── TLRPCmessages_acceptEncryption.h │ │ ├── TLRPCmessages_acceptEncryption.mm │ │ ├── TLRPCmessages_addChatUser.h │ │ ├── TLRPCmessages_addChatUser.mm │ │ ├── TLRPCmessages_checkChatInvite.h │ │ ├── TLRPCmessages_checkChatInvite.mm │ │ ├── TLRPCmessages_clearRecentStickers.h │ │ ├── TLRPCmessages_clearRecentStickers.mm │ │ ├── TLRPCmessages_createChat.h │ │ ├── TLRPCmessages_createChat.mm │ │ ├── TLRPCmessages_deactivateChat.h │ │ ├── TLRPCmessages_deactivateChat.mm │ │ ├── TLRPCmessages_deleteChatUser.h │ │ ├── TLRPCmessages_deleteChatUser.mm │ │ ├── TLRPCmessages_deleteHistory.h │ │ ├── TLRPCmessages_deleteHistory.mm │ │ ├── TLRPCmessages_deleteMessages.h │ │ ├── TLRPCmessages_deleteMessages.mm │ │ ├── TLRPCmessages_discardEncryption.h │ │ ├── TLRPCmessages_discardEncryption.mm │ │ ├── TLRPCmessages_editChatAdmin.h │ │ ├── TLRPCmessages_editChatAdmin.mm │ │ ├── TLRPCmessages_editChatPhoto.h │ │ ├── TLRPCmessages_editChatPhoto.mm │ │ ├── TLRPCmessages_editChatTitle.h │ │ ├── TLRPCmessages_editChatTitle.mm │ │ ├── TLRPCmessages_exportChatInvite.h │ │ ├── TLRPCmessages_exportChatInvite.mm │ │ ├── TLRPCmessages_faveSticker.h │ │ ├── TLRPCmessages_faveSticker.mm │ │ ├── TLRPCmessages_forwardMessagesMeta.h │ │ ├── TLRPCmessages_forwardMessagesMeta.mm │ │ ├── TLRPCmessages_getAllChats.h │ │ ├── TLRPCmessages_getAllChats.mm │ │ ├── TLRPCmessages_getAllDrafts.h │ │ ├── TLRPCmessages_getAllDrafts.mm │ │ ├── TLRPCmessages_getAllStickers.h │ │ ├── TLRPCmessages_getAllStickers.mm │ │ ├── TLRPCmessages_getArchivedStickers.h │ │ ├── TLRPCmessages_getArchivedStickers.mm │ │ ├── TLRPCmessages_getAttachedStickers.h │ │ ├── TLRPCmessages_getAttachedStickers.mm │ │ ├── TLRPCmessages_getChats.h │ │ ├── TLRPCmessages_getChats.mm │ │ ├── TLRPCmessages_getCommonChats.h │ │ ├── TLRPCmessages_getCommonChats.mm │ │ ├── TLRPCmessages_getDhConfig.h │ │ ├── TLRPCmessages_getDhConfig.mm │ │ ├── TLRPCmessages_getDialogsMeta.h │ │ ├── TLRPCmessages_getDialogsMeta.mm │ │ ├── TLRPCmessages_getDocumentByHash.h │ │ ├── TLRPCmessages_getDocumentByHash.mm │ │ ├── TLRPCmessages_getFavedStickers.h │ │ ├── TLRPCmessages_getFavedStickers.mm │ │ ├── TLRPCmessages_getFeaturedStickers.h │ │ ├── TLRPCmessages_getFeaturedStickers.mm │ │ ├── TLRPCmessages_getFullChat.h │ │ ├── TLRPCmessages_getFullChat.mm │ │ ├── TLRPCmessages_getHistory.h │ │ ├── TLRPCmessages_getHistory.mm │ │ ├── TLRPCmessages_getMaskStickers.h │ │ ├── TLRPCmessages_getMaskStickers.mm │ │ ├── TLRPCmessages_getMessageEditData.h │ │ ├── TLRPCmessages_getMessageEditData.mm │ │ ├── TLRPCmessages_getMessages.h │ │ ├── TLRPCmessages_getMessages.mm │ │ ├── TLRPCmessages_getMessagesViews.h │ │ ├── TLRPCmessages_getMessagesViews.mm │ │ ├── TLRPCmessages_getPeerDialogs.h │ │ ├── TLRPCmessages_getPeerDialogs.mm │ │ ├── TLRPCmessages_getPeerSettings.h │ │ ├── TLRPCmessages_getPeerSettings.mm │ │ ├── TLRPCmessages_getPinnedDialogs.h │ │ ├── TLRPCmessages_getPinnedDialogs.mm │ │ ├── TLRPCmessages_getRecentLocations.h │ │ ├── TLRPCmessages_getRecentLocations.mm │ │ ├── TLRPCmessages_getRecentStickers.h │ │ ├── TLRPCmessages_getRecentStickers.mm │ │ ├── TLRPCmessages_getSavedGifs.h │ │ ├── TLRPCmessages_getSavedGifs.mm │ │ ├── TLRPCmessages_getStickerSet.h │ │ ├── TLRPCmessages_getStickerSet.mm │ │ ├── TLRPCmessages_getStickers.h │ │ ├── TLRPCmessages_getStickers.mm │ │ ├── TLRPCmessages_getUnreadMentions.h │ │ ├── TLRPCmessages_getUnreadMentions.mm │ │ ├── TLRPCmessages_getUnusedStickers.h │ │ ├── TLRPCmessages_getUnusedStickers.mm │ │ ├── TLRPCmessages_getWebPage.h │ │ ├── TLRPCmessages_getWebPage.mm │ │ ├── TLRPCmessages_getWebPagePreview.h │ │ ├── TLRPCmessages_getWebPagePreview.mm │ │ ├── TLRPCmessages_hideReportSpam.h │ │ ├── TLRPCmessages_hideReportSpam.mm │ │ ├── TLRPCmessages_importChatInvite.h │ │ ├── TLRPCmessages_importChatInvite.mm │ │ ├── TLRPCmessages_installStickerSet.h │ │ ├── TLRPCmessages_installStickerSet.mm │ │ ├── TLRPCmessages_migrateChat.h │ │ ├── TLRPCmessages_migrateChat.mm │ │ ├── TLRPCmessages_readEncryptedHistory.h │ │ ├── TLRPCmessages_readEncryptedHistory.mm │ │ ├── TLRPCmessages_readFeaturedStickers.h │ │ ├── TLRPCmessages_readFeaturedStickers.mm │ │ ├── TLRPCmessages_readHistory.h │ │ ├── TLRPCmessages_readHistory.mm │ │ ├── TLRPCmessages_readMentions.h │ │ ├── TLRPCmessages_readMentions.mm │ │ ├── TLRPCmessages_readMessageContents.h │ │ ├── TLRPCmessages_readMessageContents.mm │ │ ├── TLRPCmessages_receivedMessages.h │ │ ├── TLRPCmessages_receivedMessages.mm │ │ ├── TLRPCmessages_receivedQueue.h │ │ ├── TLRPCmessages_receivedQueue.mm │ │ ├── TLRPCmessages_reorderPinnedDialogs.h │ │ ├── TLRPCmessages_reorderPinnedDialogs.mm │ │ ├── TLRPCmessages_reorderStickerSets.h │ │ ├── TLRPCmessages_reorderStickerSets.mm │ │ ├── TLRPCmessages_reportEncryptedSpam.h │ │ ├── TLRPCmessages_reportEncryptedSpam.mm │ │ ├── TLRPCmessages_reportSpam.h │ │ ├── TLRPCmessages_reportSpam.mm │ │ ├── TLRPCmessages_requestEncryption.h │ │ ├── TLRPCmessages_requestEncryption.mm │ │ ├── TLRPCmessages_restoreMessages.h │ │ ├── TLRPCmessages_restoreMessages.mm │ │ ├── TLRPCmessages_saveGif.h │ │ ├── TLRPCmessages_saveGif.mm │ │ ├── TLRPCmessages_saveRecentSticker.h │ │ ├── TLRPCmessages_saveRecentSticker.mm │ │ ├── TLRPCmessages_searchGifs.h │ │ ├── TLRPCmessages_searchGifs.mm │ │ ├── TLRPCmessages_searchGlobal.h │ │ ├── TLRPCmessages_searchGlobal.mm │ │ ├── TLRPCmessages_sendBroadcast.h │ │ ├── TLRPCmessages_sendBroadcast.mm │ │ ├── TLRPCmessages_sendEncrypted.h │ │ ├── TLRPCmessages_sendEncrypted.mm │ │ ├── TLRPCmessages_sendEncryptedFile.h │ │ ├── TLRPCmessages_sendEncryptedFile.mm │ │ ├── TLRPCmessages_sendEncryptedService.h │ │ ├── TLRPCmessages_sendEncryptedService.mm │ │ ├── TLRPCmessages_sendScreenshotNotification.h │ │ ├── TLRPCmessages_sendScreenshotNotification.mm │ │ ├── TLRPCmessages_setEncryptedTyping.h │ │ ├── TLRPCmessages_setEncryptedTyping.mm │ │ ├── TLRPCmessages_setTyping.h │ │ ├── TLRPCmessages_setTyping.mm │ │ ├── TLRPCmessages_startBot.h │ │ ├── TLRPCmessages_startBot.mm │ │ ├── TLRPCmessages_toggleChatAdmins.h │ │ ├── TLRPCmessages_toggleChatAdmins.mm │ │ ├── TLRPCmessages_toggleDialogPin.h │ │ ├── TLRPCmessages_toggleDialogPin.mm │ │ ├── TLRPCmessages_uninstallStickerSet.h │ │ ├── TLRPCmessages_uninstallStickerSet.mm │ │ ├── TLRPCmessages_uploadMedia.h │ │ ├── TLRPCmessages_uploadMedia.mm │ │ ├── TLRPCpayments_clearSavedInfo.h │ │ ├── TLRPCpayments_clearSavedInfo.mm │ │ ├── TLRPCpayments_getPaymentForm.h │ │ ├── TLRPCpayments_getPaymentForm.mm │ │ ├── TLRPCpayments_getPaymentReceipt.h │ │ ├── TLRPCpayments_getPaymentReceipt.mm │ │ ├── TLRPCpayments_getSavedInfo.h │ │ ├── TLRPCpayments_getSavedInfo.mm │ │ ├── TLRPCpayments_validateRequestedInfo.h │ │ ├── TLRPCpayments_validateRequestedInfo.mm │ │ ├── TLRPCphone_acceptCall.h │ │ ├── TLRPCphone_acceptCall.mm │ │ ├── TLRPCphone_confirmCall.h │ │ ├── TLRPCphone_confirmCall.mm │ │ ├── TLRPCphone_declineCall.h │ │ ├── TLRPCphone_declineCall.mm │ │ ├── TLRPCphone_discardCall.h │ │ ├── TLRPCphone_discardCall.mm │ │ ├── TLRPCphone_getCallConfig.h │ │ ├── TLRPCphone_getCallConfig.mm │ │ ├── TLRPCphone_getDhConfig.h │ │ ├── TLRPCphone_getDhConfig.mm │ │ ├── TLRPCphone_receivedCall.h │ │ ├── TLRPCphone_receivedCall.mm │ │ ├── TLRPCphone_requestCall.h │ │ ├── TLRPCphone_requestCall.mm │ │ ├── TLRPCphone_saveCallDebug.h │ │ ├── TLRPCphone_saveCallDebug.mm │ │ ├── TLRPCphone_setCallRating.h │ │ ├── TLRPCphone_setCallRating.mm │ │ ├── TLRPCphotos_deletePhotos.h │ │ ├── TLRPCphotos_deletePhotos.mm │ │ ├── TLRPCphotos_editPhoto.h │ │ ├── TLRPCphotos_editPhoto.mm │ │ ├── TLRPCphotos_getPhotos.h │ │ ├── TLRPCphotos_getPhotos.mm │ │ ├── TLRPCphotos_getUserPhotos.h │ │ ├── TLRPCphotos_getUserPhotos.mm │ │ ├── TLRPCphotos_getWall.h │ │ ├── TLRPCphotos_getWall.mm │ │ ├── TLRPCphotos_readWall.h │ │ ├── TLRPCphotos_readWall.mm │ │ ├── TLRPCphotos_restorePhotos.h │ │ ├── TLRPCphotos_restorePhotos.mm │ │ ├── TLRPCphotos_updateProfilePhoto.h │ │ ├── TLRPCphotos_updateProfilePhoto.mm │ │ ├── TLRPCphotos_uploadPhoto.h │ │ ├── TLRPCphotos_uploadPhoto.mm │ │ ├── TLRPCphotos_uploadProfilePhoto.h │ │ ├── TLRPCphotos_uploadProfilePhoto.mm │ │ ├── TLRPCping.h │ │ ├── TLRPCping.mm │ │ ├── TLRPCping_delay_disconnect.h │ │ ├── TLRPCping_delay_disconnect.mm │ │ ├── TLRPCreq_DH_params.h │ │ ├── TLRPCreq_DH_params.mm │ │ ├── TLRPCreq_pq.h │ │ ├── TLRPCreq_pq.mm │ │ ├── TLRPCrpc_drop_answer.h │ │ ├── TLRPCrpc_drop_answer.mm │ │ ├── TLRPCset_client_DH_params.h │ │ ├── TLRPCset_client_DH_params.mm │ │ ├── TLRPCupdates_getChannelDifference.h │ │ ├── TLRPCupdates_getChannelDifference.mm │ │ ├── TLRPCupdates_getDifference.h │ │ ├── TLRPCupdates_getDifference.mm │ │ ├── TLRPCupdates_getState.h │ │ ├── TLRPCupdates_getState.mm │ │ ├── TLRPCupdates_subscribe.h │ │ ├── TLRPCupdates_subscribe.mm │ │ ├── TLRPCupdates_unsubscribe.h │ │ ├── TLRPCupdates_unsubscribe.mm │ │ ├── TLRPCupload_getCdnFile.h │ │ ├── TLRPCupload_getCdnFile.mm │ │ ├── TLRPCupload_getCdnFileHashes.h │ │ ├── TLRPCupload_getCdnFileHashes.mm │ │ ├── TLRPCupload_getFile.h │ │ ├── TLRPCupload_getFile.mm │ │ ├── TLRPCupload_getWebFile.h │ │ ├── TLRPCupload_getWebFile.mm │ │ ├── TLRPCupload_reuploadCdnFile.h │ │ ├── TLRPCupload_reuploadCdnFile.mm │ │ ├── TLRPCupload_saveBigFilePart.h │ │ ├── TLRPCupload_saveBigFilePart.mm │ │ ├── TLRPCupload_saveFilePart.h │ │ ├── TLRPCupload_saveFilePart.mm │ │ ├── TLRPCusers_getFullUser.h │ │ ├── TLRPCusers_getFullUser.mm │ │ ├── TLRPCusers_getUsers.h │ │ ├── TLRPCusers_getUsers.mm │ │ ├── TLReceivedNotifyMessage.h │ │ ├── TLReceivedNotifyMessage.mm │ │ ├── TLReplyMarkup.h │ │ ├── TLReplyMarkup.mm │ │ ├── TLReportReason.h │ │ ├── TLReportReason.mm │ │ ├── TLResPQ.h │ │ ├── TLResPQ.mm │ │ ├── TLResponseIndirect.h │ │ ├── TLResponseIndirect.mm │ │ ├── TLRichText.h │ │ ├── TLRichText.mm │ │ ├── TLRpcDropAnswer.h │ │ ├── TLRpcDropAnswer.mm │ │ ├── TLRpcError.h │ │ ├── TLRpcError.mm │ │ ├── TLScheme.h │ │ ├── TLScheme.mm │ │ ├── TLSchemeMethod.h │ │ ├── TLSchemeMethod.mm │ │ ├── TLSchemeParam.h │ │ ├── TLSchemeParam.mm │ │ ├── TLSchemeType.h │ │ ├── TLSchemeType.mm │ │ ├── TLSecureCredentialsEncrypted.h │ │ ├── TLSecureCredentialsEncrypted.mm │ │ ├── TLSecureData.h │ │ ├── TLSecureData.mm │ │ ├── TLSecureFile.h │ │ ├── TLSecureFile.mm │ │ ├── TLSecurePasswordKdfAlgo.h │ │ ├── TLSecurePasswordKdfAlgo.mm │ │ ├── TLSecurePlainData.h │ │ ├── TLSecurePlainData.mm │ │ ├── TLSecureRequiredType.h │ │ ├── TLSecureRequiredType.mm │ │ ├── TLSecureSecretSettings.h │ │ ├── TLSecureSecretSettings.mm │ │ ├── TLSecureValue.h │ │ ├── TLSecureValue.mm │ │ ├── TLSecureValueError.h │ │ ├── TLSecureValueError.mm │ │ ├── TLSecureValueHash.h │ │ ├── TLSecureValueHash.mm │ │ ├── TLSecureValueType.h │ │ ├── TLSecureValueType.mm │ │ ├── TLSendMessageAction.h │ │ ├── TLSendMessageAction.mm │ │ ├── TLServer_DH_Params.h │ │ ├── TLServer_DH_Params.mm │ │ ├── TLServer_DH_inner_data.h │ │ ├── TLServer_DH_inner_data.mm │ │ ├── TLSet_client_DH_params_answer.h │ │ ├── TLSet_client_DH_params_answer.mm │ │ ├── TLShippingOption.h │ │ ├── TLShippingOption.mm │ │ ├── TLStickerPack.h │ │ ├── TLStickerPack.mm │ │ ├── TLStickerSet.h │ │ ├── TLStickerSet.mm │ │ ├── TLStickerSetCovered.h │ │ ├── TLStickerSetCovered.mm │ │ ├── TLTopPeer.h │ │ ├── TLTopPeer.mm │ │ ├── TLTopPeerCategory.h │ │ ├── TLTopPeerCategory.mm │ │ ├── TLTopPeerCategoryPeers.h │ │ ├── TLTopPeerCategoryPeers.mm │ │ ├── TLUpdate.h │ │ ├── TLUpdate.mm │ │ ├── TLUpdates.h │ │ ├── TLUpdates.mm │ │ ├── TLUser.h │ │ ├── TLUser.mm │ │ ├── TLUserFull.h │ │ ├── TLUserFull.mm │ │ ├── TLUserProfilePhoto.h │ │ ├── TLUserProfilePhoto.mm │ │ ├── TLUserStatus.h │ │ ├── TLUserStatus.mm │ │ ├── TLWallPaper.h │ │ ├── TLWallPaper.mm │ │ ├── TLWebAuthorization.h │ │ ├── TLWebAuthorization.mm │ │ ├── TLWebDocument.h │ │ ├── TLWebDocument.mm │ │ ├── TLWebPage.h │ │ ├── TLWebPage.mm │ │ ├── TLaccount_AuthorizationForm.h │ │ ├── TLaccount_AuthorizationForm.mm │ │ ├── TLaccount_Authorizations.h │ │ ├── TLaccount_Authorizations.mm │ │ ├── TLaccount_Password.h │ │ ├── TLaccount_Password.mm │ │ ├── TLaccount_PasswordInputSettings.h │ │ ├── TLaccount_PasswordInputSettings.mm │ │ ├── TLaccount_PasswordSettings.h │ │ ├── TLaccount_PasswordSettings.mm │ │ ├── TLaccount_PrivacyRules.h │ │ ├── TLaccount_PrivacyRules.mm │ │ ├── TLaccount_SentEmailCode.h │ │ ├── TLaccount_SentEmailCode.mm │ │ ├── TLaccount_TmpPassword.h │ │ ├── TLaccount_TmpPassword.mm │ │ ├── TLaccount_WebAuthorizations.h │ │ ├── TLaccount_WebAuthorizations.mm │ │ ├── TLauth_Authorization.h │ │ ├── TLauth_Authorization.mm │ │ ├── TLauth_CheckedPhone.h │ │ ├── TLauth_CheckedPhone.mm │ │ ├── TLauth_CodeType.h │ │ ├── TLauth_CodeType.mm │ │ ├── TLauth_ExportedAuthorization.h │ │ ├── TLauth_ExportedAuthorization.mm │ │ ├── TLauth_PasswordRecovery.h │ │ ├── TLauth_PasswordRecovery.mm │ │ ├── TLauth_SentCode.h │ │ ├── TLauth_SentCode.mm │ │ ├── TLauth_SentCodeType.h │ │ ├── TLauth_SentCodeType.mm │ │ ├── TLchannels_AdminLogResults.h │ │ ├── TLchannels_AdminLogResults.mm │ │ ├── TLchannels_ChannelParticipant.h │ │ ├── TLchannels_ChannelParticipant.mm │ │ ├── TLchannels_ChannelParticipants.h │ │ ├── TLchannels_ChannelParticipants.mm │ │ ├── TLchannels_FeedSources.h │ │ ├── TLchannels_FeedSources.mm │ │ ├── TLcontacts_Blocked.h │ │ ├── TLcontacts_Blocked.mm │ │ ├── TLcontacts_Contacts.h │ │ ├── TLcontacts_Contacts.mm │ │ ├── TLcontacts_ForeignLink.h │ │ ├── TLcontacts_ForeignLink.mm │ │ ├── TLcontacts_Found.h │ │ ├── TLcontacts_Found.mm │ │ ├── TLcontacts_ImportedContacts.h │ │ ├── TLcontacts_ImportedContacts.mm │ │ ├── TLcontacts_Link.h │ │ ├── TLcontacts_Link.mm │ │ ├── TLcontacts_Located.h │ │ ├── TLcontacts_Located.mm │ │ ├── TLcontacts_MyLink.h │ │ ├── TLcontacts_MyLink.mm │ │ ├── TLcontacts_Requests.h │ │ ├── TLcontacts_Requests.mm │ │ ├── TLcontacts_ResolvedPeer.h │ │ ├── TLcontacts_ResolvedPeer.mm │ │ ├── TLcontacts_SentLink.h │ │ ├── TLcontacts_SentLink.mm │ │ ├── TLcontacts_Suggested.h │ │ ├── TLcontacts_Suggested.mm │ │ ├── TLcontacts_TopPeers.h │ │ ├── TLcontacts_TopPeers.mm │ │ ├── TLhelp_AppChangelog.h │ │ ├── TLhelp_AppChangelog.mm │ │ ├── TLhelp_AppPrefs.h │ │ ├── TLhelp_AppPrefs.mm │ │ ├── TLhelp_AppUpdate.h │ │ ├── TLhelp_AppUpdate.mm │ │ ├── TLhelp_DeepLinkInfo.h │ │ ├── TLhelp_DeepLinkInfo.mm │ │ ├── TLhelp_InviteText.h │ │ ├── TLhelp_InviteText.mm │ │ ├── TLhelp_PassportConfig.h │ │ ├── TLhelp_PassportConfig.mm │ │ ├── TLhelp_Support.h │ │ ├── TLhelp_Support.mm │ │ ├── TLhelp_TermsOfService.h │ │ ├── TLhelp_TermsOfService.mm │ │ ├── TLhelp_TermsOfServiceUpdate.h │ │ ├── TLhelp_TermsOfServiceUpdate.mm │ │ ├── TLinvokeWithLayer.h │ │ ├── TLinvokeWithLayer.mm │ │ ├── TLmessages_AffectedHistory.h │ │ ├── TLmessages_AffectedHistory.mm │ │ ├── TLmessages_AffectedMessages.h │ │ ├── TLmessages_AffectedMessages.mm │ │ ├── TLmessages_AllStickers.h │ │ ├── TLmessages_AllStickers.mm │ │ ├── TLmessages_ArchivedStickers.h │ │ ├── TLmessages_ArchivedStickers.mm │ │ ├── TLmessages_BotCallbackAnswer.h │ │ ├── TLmessages_BotCallbackAnswer.mm │ │ ├── TLmessages_BotResults.h │ │ ├── TLmessages_BotResults.mm │ │ ├── TLmessages_Chat.h │ │ ├── TLmessages_Chat.mm │ │ ├── TLmessages_ChatFull.h │ │ ├── TLmessages_ChatFull.mm │ │ ├── TLmessages_Chats.h │ │ ├── TLmessages_Chats.mm │ │ ├── TLmessages_DhConfig.h │ │ ├── TLmessages_DhConfig.mm │ │ ├── TLmessages_Dialogs.h │ │ ├── TLmessages_Dialogs.mm │ │ ├── TLmessages_FavedStickers.h │ │ ├── TLmessages_FavedStickers.mm │ │ ├── TLmessages_FeaturedStickers.h │ │ ├── TLmessages_FeaturedStickers.mm │ │ ├── TLmessages_FeedMessages.h │ │ ├── TLmessages_FeedMessages.mm │ │ ├── TLmessages_FoundGifs.h │ │ ├── TLmessages_FoundGifs.mm │ │ ├── TLmessages_FoundStickerSets.h │ │ ├── TLmessages_FoundStickerSets.mm │ │ ├── TLmessages_HighScores.h │ │ ├── TLmessages_HighScores.mm │ │ ├── TLmessages_Message.h │ │ ├── TLmessages_Message.mm │ │ ├── TLmessages_MessageEditData.h │ │ ├── TLmessages_MessageEditData.mm │ │ ├── TLmessages_Messages.h │ │ ├── TLmessages_Messages.mm │ │ ├── TLmessages_PeerDialogs.h │ │ ├── TLmessages_PeerDialogs.mm │ │ ├── TLmessages_RecentStickers.h │ │ ├── TLmessages_RecentStickers.mm │ │ ├── TLmessages_SavedGifs.h │ │ ├── TLmessages_SavedGifs.mm │ │ ├── TLmessages_SentEncryptedMessage.h │ │ ├── TLmessages_SentEncryptedMessage.mm │ │ ├── TLmessages_StickerSet.h │ │ ├── TLmessages_StickerSet.mm │ │ ├── TLmessages_StickerSetInstallResult.h │ │ ├── TLmessages_StickerSetInstallResult.mm │ │ ├── TLmessages_Stickers.h │ │ ├── TLmessages_Stickers.mm │ │ ├── TLpayments_PaymentForm.h │ │ ├── TLpayments_PaymentForm.mm │ │ ├── TLpayments_PaymentReceipt.h │ │ ├── TLpayments_PaymentReceipt.mm │ │ ├── TLpayments_PaymentResult.h │ │ ├── TLpayments_PaymentResult.mm │ │ ├── TLpayments_SavedInfo.h │ │ ├── TLpayments_SavedInfo.mm │ │ ├── TLpayments_ValidatedRequestedInfo.h │ │ ├── TLpayments_ValidatedRequestedInfo.mm │ │ ├── TLphone_DhConfig.h │ │ ├── TLphone_DhConfig.mm │ │ ├── TLphone_DiscardedCall.h │ │ ├── TLphone_DiscardedCall.mm │ │ ├── TLphone_PhoneCall.h │ │ ├── TLphone_PhoneCall.mm │ │ ├── TLphotos_Photo.h │ │ ├── TLphotos_Photo.mm │ │ ├── TLphotos_Photos.h │ │ ├── TLphotos_Photos.mm │ │ ├── TLstorage_FileType.h │ │ ├── TLstorage_FileType.mm │ │ ├── TLupdates_ChannelDifference.h │ │ ├── TLupdates_ChannelDifference.mm │ │ ├── TLupdates_Difference.h │ │ ├── TLupdates_Difference.mm │ │ ├── TLupdates_State.h │ │ ├── TLupdates_State.mm │ │ ├── TLupload_CdnFile.h │ │ ├── TLupload_CdnFile.mm │ │ ├── TLupload_File.h │ │ ├── TLupload_File.mm │ │ ├── TLupload_WebFile.h │ │ └── TLupload_WebFile.mm │ ├── TLBool.h │ ├── TLBool.m │ ├── TLCompressedObject.h │ ├── TLCompressedObject.mm │ ├── TLConstructedValue.h │ ├── TLDestroySessionsRes_manual.h │ ├── TLDestroySessionsRes_manual.mm │ ├── TLFutureSalts.h │ ├── TLFutureSalts.mm │ ├── TLMessageContainer.h │ ├── TLMessageContainer.mm │ ├── TLMetaClassStore.h │ ├── TLMetaClassStore.mm │ ├── TLMetaConstructor.h │ ├── TLMetaConstructor.mm │ ├── TLMetaField.h │ ├── TLMetaObject.h │ ├── TLMetaObject.mm │ ├── TLMetaRpc.h │ ├── TLMetaRpc.mm │ ├── TLMetaType.h │ ├── TLMetaType.mm │ ├── TLMsgsAck$msgs_ack_manual.h │ ├── TLMsgsAck$msgs_ack_manual.m │ ├── TLObject.h │ ├── TLObject.mm │ ├── TLRPCmessages_sendMedia_manual.h │ ├── TLRPCmessages_sendMedia_manual.mm │ ├── TLRPCmessages_sendMessage_manual.h │ ├── TLRPCmessages_sendMessage_manual.mm │ ├── TLResPQ$resPQ_manual.h │ ├── TLResPQ$resPQ_manual.m │ ├── TLRpcResult.h │ ├── TLRpcResult.mm │ ├── TLSerializationContext.h │ ├── TLSerializationContext.m │ ├── TLSerializationEnvironment.h │ ├── TLUpdate$updateChangePts.h │ ├── TLUpdate$updateChangePts.m │ ├── TLaccount_PasswordInputSettings_manual.h │ └── TLaccount_PasswordInputSettings_manual.mm └── TelegraphKit │ ├── TGAcceptEncryptionFutureAction.h │ ├── TGAcceptEncryptionFutureAction.m │ ├── TGActionTableView.h │ ├── TGActionTableView.m │ ├── TGAlertView.h │ ├── TGAlertView.m │ ├── TGAudioInfo.h │ ├── TGAudioInfo.m │ ├── TGButton.h │ ├── TGButton.m │ ├── TGButtonGroupView.h │ ├── TGButtonGroupView.m │ ├── TGChangeNotificationSettingsFutureAction.h │ ├── TGChangeNotificationSettingsFutureAction.m │ ├── TGChangePasslockSettingsFutureAction.h │ ├── TGChangePasslockSettingsFutureAction.m │ ├── TGChangePeerBlockStatusFutureAction.h │ ├── TGChangePeerBlockStatusFutureAction.m │ ├── TGChangePrivacySettingsFutureAction.h │ ├── TGChangePrivacySettingsFutureAction.m │ ├── TGCircularProgressView.h │ ├── TGCircularProgressView.m │ ├── TGClearNotificationsFutureAction.h │ ├── TGClearNotificationsFutureAction.m │ ├── TGCommon.h │ ├── TGCommon.m │ ├── TGContactBinding.h │ ├── TGContactBinding.m │ ├── TGContentViewController.h │ ├── TGConversationMessageAssetsSource.h │ ├── TGDatabase.h │ ├── TGDatabase.mm │ ├── TGDateLabel.h │ ├── TGDateLabel.m │ ├── TGDeleteProfilePhotoFutureAction.h │ ├── TGDeleteProfilePhotoFutureAction.m │ ├── TGDialogListBroadcastsMenuCell.h │ ├── TGDialogListBroadcastsMenuCell.m │ ├── TGDialogListCell.h │ ├── TGDialogListCell.m │ ├── TGDialogListCellAssetsSource.h │ ├── TGDialogListCompanion.h │ ├── TGDialogListCompanion.m │ ├── TGDialogListController.h │ ├── TGDialogListController.mm │ ├── TGDialogListMessageSearchCell.h │ ├── TGDialogListMessageSearchCell.m │ ├── TGDialogListSearchCell.h │ ├── TGDialogListSearchCell.m │ ├── TGDownloadManager.h │ ├── TGDownloadManager.mm │ ├── TGEncryptedChatServiceAction.h │ ├── TGEncryptedChatServiceAction.m │ ├── TGExportContactFutureAction.h │ ├── TGExportContactFutureAction.m │ ├── TGFutureAction.h │ ├── TGFutureAction.m │ ├── TGHighlightableButton.h │ ├── TGHighlightableButton.m │ ├── TGImageTransitionHelper.h │ ├── TGImageTransitionHelper.m │ ├── TGIndexSet.h │ ├── TGIndexSet.mm │ ├── TGLinearProgressView.h │ ├── TGLinearProgressView.m │ ├── TGMediaItem.h │ ├── TGMimeTypeMap.h │ ├── TGMimeTypeMap.m │ ├── TGPagerView.h │ ├── TGPagerView.m │ ├── TGPhonebookContact.h │ ├── TGPhonebookContact.mm │ ├── TGRemoveContactFutureAction.h │ ├── TGRemoveContactFutureAction.m │ ├── TGReusableLabel.h │ ├── TGReusableLabel.mm │ ├── TGSharedPtrWrapper.h │ ├── TGSharedPtrWrapper.mm │ ├── TGSwitchView.h │ ├── TGSwitchView.m │ ├── TGSynchronizeEncryptedChatSettingsFutureAction.h │ ├── TGSynchronizeEncryptedChatSettingsFutureAction.m │ ├── TGTableView.h │ ├── TGTableView.m │ ├── TGTableViewCell.h │ ├── TGTableViewCell.m │ ├── TGToolbar.h │ ├── TGToolbar.m │ ├── TGTransitionableImageView.h │ ├── TGTransitionableImageView.m │ ├── TGUpdatePeerLayerFutureAction.h │ ├── TGUpdatePeerLayerFutureAction.m │ ├── TGUploadAvatarFutureAction.h │ ├── TGUploadAvatarFutureAction.m │ ├── TGView.h │ ├── TGView.m │ ├── TelegraphKit-Prefix.pch │ ├── TelegraphKit.h │ ├── TelegraphKit.m │ ├── Third-Party │ ├── .DS_Store │ └── FMDB │ │ ├── FMDatabase.h │ │ ├── FMDatabase.m │ │ ├── FMDatabaseAdditions.h │ │ ├── FMDatabaseAdditions.m │ │ ├── FMResultSet.h │ │ └── FMResultSet.m │ ├── UIImage+ImageEffects.h │ └── UIImage+ImageEffects.m ├── recreate_schemes.rb ├── submodules ├── LegacyComponents │ ├── LegacyComponents.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ └── LegacyComponents │ │ ├── ASActor.h │ │ ├── ASActor.m │ │ ├── ASHandle.h │ │ ├── ASHandle.m │ │ ├── ASQueue.h │ │ ├── ASQueue.m │ │ ├── ASWatcher.h │ │ ├── AVAsset+CBExtension.h │ │ ├── AVAsset+CBExtension.m │ │ ├── AVURLAsset+TGMediaItem.h │ │ ├── AVURLAsset+TGMediaItem.m │ │ ├── ActionStage.h │ │ ├── ActionStage.mm │ │ ├── CBAssetDownloadManager.h │ │ ├── CBAssetDownloadManager.m │ │ ├── CBChunkDownloadOperation.h │ │ ├── CBChunkDownloadOperation.m │ │ ├── CBConstance.h │ │ ├── CBConstance.m │ │ ├── CBCoubAsset.h │ │ ├── CBCoubAudioSource.h │ │ ├── CBCoubAudioSource.m │ │ ├── CBCoubAuthorVO.h │ │ ├── CBCoubAuthorVO.m │ │ ├── CBCoubDownloadOperation.h │ │ ├── CBCoubDownloadOperation.m │ │ ├── CBCoubLoopCompositionMaker.h │ │ ├── CBCoubLoopCompositionMaker.m │ │ ├── CBCoubNew.h │ │ ├── CBCoubNew.m │ │ ├── CBCoubPlayer.h │ │ ├── CBCoubPlayer.m │ │ ├── CBCoubPlayerContance.h │ │ ├── CBCoubPlayerContance.m │ │ ├── CBCoubVideoSource.h │ │ ├── CBCoubVideoSource.m │ │ ├── CBDownloadOperation.h │ │ ├── CBDownloadOperationDelegate.h │ │ ├── CBGenericDownloadOperation.h │ │ ├── CBGenericDownloadOperation.m │ │ ├── CBJSONCoubMapper.h │ │ ├── CBJSONCoubMapper.m │ │ ├── CBLibrary.h │ │ ├── CBLibrary.m │ │ ├── CBPlayerLayerView.h │ │ ├── CBPlayerLayerView.m │ │ ├── CBPlayerView.h │ │ ├── CBPlayerView.m │ │ ├── CBTagNew.h │ │ ├── CBTagNew.m │ │ ├── CBVideoPlayer.h │ │ ├── CBVideoPlayer.m │ │ ├── FLAnimatedImage.h │ │ ├── FLAnimatedImage.m │ │ ├── FloatConversion.h │ │ ├── Freedom.h │ │ ├── Freedom.mm │ │ ├── FreedomUIKit.h │ │ ├── FreedomUIKit.m │ │ ├── GLProgram.h │ │ ├── GLProgram.m │ │ ├── GPUImage.h │ │ ├── GPUImageContext.h │ │ ├── GPUImageContext.m │ │ ├── GPUImageFilter.h │ │ ├── GPUImageFilter.m │ │ ├── GPUImageFramebuffer.h │ │ ├── GPUImageFramebuffer.m │ │ ├── GPUImageFramebufferCache.h │ │ ├── GPUImageFramebufferCache.m │ │ ├── GPUImageOutput.h │ │ ├── GPUImageOutput.m │ │ ├── GPUImageTwoInputFilter.h │ │ ├── GPUImageTwoInputFilter.m │ │ ├── HPGrowingTextView.h │ │ ├── HPGrowingTextView.m │ │ ├── HPTextViewInternal.h │ │ ├── HPTextViewInternal.m │ │ ├── Info.plist │ │ ├── JNWSpringAnimation.h │ │ ├── JNWSpringAnimation.m │ │ ├── LegacyComponents.h │ │ ├── LegacyComponentsAccessChecker.h │ │ ├── LegacyComponentsContext.h │ │ ├── LegacyComponentsContext.m │ │ ├── LegacyComponentsGlobals.h │ │ ├── LegacyComponentsGlobals.m │ │ ├── LegacyComponentsInternal.h │ │ ├── LegacyComponentsInternal.m │ │ ├── LegacyHTTPRequestOperation.h │ │ ├── NSDictionary+CBExtensions.h │ │ ├── NSDictionary+CBExtensions.m │ │ ├── NSInputStream+TL.h │ │ ├── NSInputStream+TL.m │ │ ├── NSMutableArray+STKAudioPlayer.h │ │ ├── NSMutableArray+STKAudioPlayer.m │ │ ├── NSObject+TGLock.h │ │ ├── NSObject+TGLock.m │ │ ├── NSValue+JNWAdditions.h │ │ ├── NSValue+JNWAdditions.m │ │ ├── PGBlurTool.h │ │ ├── PGBlurTool.m │ │ ├── PGCamera.h │ │ ├── PGCamera.m │ │ ├── PGCameraCaptureSession.h │ │ ├── PGCameraCaptureSession.m │ │ ├── PGCameraDeviceAngleSampler.h │ │ ├── PGCameraDeviceAngleSampler.m │ │ ├── PGCameraMomentSegment.h │ │ ├── PGCameraMomentSegment.m │ │ ├── PGCameraMomentSession.h │ │ ├── PGCameraMomentSession.m │ │ ├── PGCameraMovieWriter.h │ │ ├── PGCameraMovieWriter.m │ │ ├── PGCameraShotMetadata.h │ │ ├── PGCameraShotMetadata.m │ │ ├── PGCameraVolumeButtonHandler.h │ │ ├── PGCameraVolumeButtonHandler.m │ │ ├── PGContrastTool.h │ │ ├── PGContrastTool.m │ │ ├── PGCurvesTool.h │ │ ├── PGCurvesTool.m │ │ ├── PGEnhanceTool.h │ │ ├── PGEnhanceTool.m │ │ ├── PGExposureTool.h │ │ ├── PGExposureTool.m │ │ ├── PGFadeTool.h │ │ ├── PGFadeTool.m │ │ ├── PGGrainTool.h │ │ ├── PGGrainTool.m │ │ ├── PGHighlightsTool.h │ │ ├── PGHighlightsTool.m │ │ ├── PGPhotoBlurPass.h │ │ ├── PGPhotoBlurPass.m │ │ ├── PGPhotoCustomFilterPass.h │ │ ├── PGPhotoCustomFilterPass.m │ │ ├── PGPhotoEditor.h │ │ ├── PGPhotoEditor.m │ │ ├── PGPhotoEditorItem.h │ │ ├── PGPhotoEditorPicture.h │ │ ├── PGPhotoEditorPicture.m │ │ ├── PGPhotoEditorRawDataInput.h │ │ ├── PGPhotoEditorRawDataInput.m │ │ ├── PGPhotoEditorRawDataOutput.h │ │ ├── PGPhotoEditorRawDataOutput.m │ │ ├── PGPhotoEditorValues.h │ │ ├── PGPhotoEditorValues.m │ │ ├── PGPhotoEditorView.h │ │ ├── PGPhotoEditorView.m │ │ ├── PGPhotoEnhanceColorConversionFilter.h │ │ ├── PGPhotoEnhanceColorConversionFilter.m │ │ ├── PGPhotoEnhanceInterpolationFilter.h │ │ ├── PGPhotoEnhanceInterpolationFilter.m │ │ ├── PGPhotoEnhanceLUTGenerator.h │ │ ├── PGPhotoEnhanceLUTGenerator.m │ │ ├── PGPhotoEnhancePass.h │ │ ├── PGPhotoEnhancePass.m │ │ ├── PGPhotoFilter.h │ │ ├── PGPhotoFilter.m │ │ ├── PGPhotoFilterDefinition.h │ │ ├── PGPhotoFilterDefinition.m │ │ ├── PGPhotoFilterThumbnailManager.h │ │ ├── PGPhotoFilterThumbnailManager.m │ │ ├── PGPhotoGaussianBlurFilter.h │ │ ├── PGPhotoGaussianBlurFilter.m │ │ ├── PGPhotoHistogram.h │ │ ├── PGPhotoHistogram.m │ │ ├── PGPhotoHistogramGenerator.h │ │ ├── PGPhotoHistogramGenerator.m │ │ ├── PGPhotoLookupFilterPass.h │ │ ├── PGPhotoLookupFilterPass.m │ │ ├── PGPhotoProcessPass.h │ │ ├── PGPhotoProcessPass.m │ │ ├── PGPhotoSharpenPass.h │ │ ├── PGPhotoSharpenPass.m │ │ ├── PGPhotoTool.h │ │ ├── PGPhotoTool.m │ │ ├── PGPhotoToolComposer.h │ │ ├── PGPhotoToolComposer.m │ │ ├── PGSaturationTool.h │ │ ├── PGSaturationTool.m │ │ ├── PGShadowsTool.h │ │ ├── PGShadowsTool.m │ │ ├── PGSharpenTool.h │ │ ├── PGSharpenTool.m │ │ ├── PGTintTool.h │ │ ├── PGTintTool.m │ │ ├── PGVignetteTool.h │ │ ├── PGVignetteTool.m │ │ ├── PGWarmthTool.h │ │ ├── PGWarmthTool.m │ │ ├── POPAction.h │ │ ├── POPAnimatableProperty.h │ │ ├── POPAnimatableProperty.mm │ │ ├── POPAnimation.h │ │ ├── POPAnimation.mm │ │ ├── POPAnimationEvent.h │ │ ├── POPAnimationEvent.mm │ │ ├── POPAnimationEventInternal.h │ │ ├── POPAnimationExtras.h │ │ ├── POPAnimationExtras.mm │ │ ├── POPAnimationInternal.h │ │ ├── POPAnimationPrivate.h │ │ ├── POPAnimationRuntime.h │ │ ├── POPAnimationRuntime.mm │ │ ├── POPAnimationTracer.h │ │ ├── POPAnimationTracer.mm │ │ ├── POPAnimationTracerInternal.h │ │ ├── POPAnimator.h │ │ ├── POPAnimator.mm │ │ ├── POPAnimatorPrivate.h │ │ ├── POPBasicAnimation.h │ │ ├── POPBasicAnimation.mm │ │ ├── POPBasicAnimationInternal.h │ │ ├── POPCGUtils.h │ │ ├── POPCGUtils.mm │ │ ├── POPCustomAnimation.h │ │ ├── POPCustomAnimation.mm │ │ ├── POPDecayAnimation.h │ │ ├── POPDecayAnimation.mm │ │ ├── POPDecayAnimationInternal.h │ │ ├── POPDefines.h │ │ ├── POPGeometry.h │ │ ├── POPGeometry.mm │ │ ├── POPLayerExtras.h │ │ ├── POPLayerExtras.mm │ │ ├── POPMath.h │ │ ├── POPMath.mm │ │ ├── POPPropertyAnimation.h │ │ ├── POPPropertyAnimation.mm │ │ ├── POPPropertyAnimationInternal.h │ │ ├── POPSpringAnimation.h │ │ ├── POPSpringAnimation.mm │ │ ├── POPSpringAnimationInternal.h │ │ ├── POPSpringSolver.h │ │ ├── POPVector.h │ │ ├── POPVector.mm │ │ ├── PSCoding.h │ │ ├── PSData.h │ │ ├── PSKeyValueCoder.h │ │ ├── PSKeyValueCoder.m │ │ ├── PSKeyValueDecoder.h │ │ ├── PSKeyValueDecoder.m │ │ ├── PSKeyValueEncoder.h │ │ ├── PSKeyValueEncoder.m │ │ ├── PSKeyValueReader.h │ │ ├── PSKeyValueStore.h │ │ ├── PSKeyValueWriter.h │ │ ├── PSLMDBKeyValueCursor.h │ │ ├── PSLMDBKeyValueCursor.m │ │ ├── PSLMDBKeyValueReaderWriter.h │ │ ├── PSLMDBKeyValueReaderWriter.m │ │ ├── PSLMDBKeyValueStore.h │ │ ├── PSLMDBKeyValueStore.m │ │ ├── PSLMDBTable.h │ │ ├── PSLMDBTable.m │ │ ├── RMPhoneFormat.h │ │ ├── RMPhoneFormat.m │ │ ├── Resources │ │ └── LegacyComponentsResources.bundle │ │ │ ├── AttachmentMenuInteractiveCameraIcon.png │ │ │ ├── AttachmentMenuInteractiveCameraIcon@2x.png │ │ │ ├── AttachmentMenuInteractiveCameraIcon@3x.png │ │ │ ├── AttachmentTipIcons@2x.png │ │ │ ├── CalloutAccessory@2x.png │ │ │ ├── CalloutArrow@2x.png │ │ │ ├── CalloutArrow_Highlighted@2x.png │ │ │ ├── CalloutBackground@2x.png │ │ │ ├── CalloutBackground_Highlighted@2x.png │ │ │ ├── CalloutDrivingBackground@2x.png │ │ │ ├── CalloutDrivingBackground_Highlighted@2x.png │ │ │ ├── CalloutDrivingIcon@2x.png │ │ │ ├── CameraAutoFocusCrosshairs.png │ │ │ ├── CameraAutoFocusCrosshairs@2x.png │ │ │ ├── CameraAutoFocusCrosshairs@3x.png │ │ │ ├── CameraDeleteIcon@2x.png │ │ │ ├── CameraDeleteIcon@3x.png │ │ │ ├── CameraExposureIcon@2x.png │ │ │ ├── CameraFlashActive@2x.png │ │ │ ├── CameraFlashButton@2x.png │ │ │ ├── CameraFlashButton@3x.png │ │ │ ├── CameraFlipButton@2x.png │ │ │ ├── CameraFlipButton@3x.png │ │ │ ├── CameraFocusCrosshairs.png │ │ │ ├── CameraFocusCrosshairs@2x.png │ │ │ ├── CameraFocusCrosshairs@3x.png │ │ │ ├── CameraLargeFlipButton@2x.png │ │ │ ├── CameraLargeFlipButton@3x.png │ │ │ ├── CameraSegmentsBack@2x.png │ │ │ ├── CoubWatermark@2x.png │ │ │ ├── DefaultPlayer.html │ │ │ ├── DefaultPlayerInject.js │ │ │ ├── EmbedVideoFullScreenIcon@2x.png │ │ │ ├── EmbedVideoPIPIcon@2x.png │ │ │ ├── EmbedVideoPauseIcon@2x.png │ │ │ ├── EmbedVideoPlayIcon@2x.png │ │ │ ├── EmbedVideoTrackHollow@2x.png │ │ │ ├── FoursquareAttribution@2x.png │ │ │ ├── ImagePickerPhotoCounter_Close@2x.png │ │ │ ├── ImagePickerPhotoCounter_Close@3x.png │ │ │ ├── InputMicRecordingOverlay@2x.png │ │ │ ├── InputMicRecordingOverlay@3x.png │ │ │ ├── InstagramPlayer.html │ │ │ ├── LocationInfo.png │ │ │ ├── LocationInfo@2x.png │ │ │ ├── LocationInfo@3x.png │ │ │ ├── LocationInfo_Active.png │ │ │ ├── LocationInfo_Active@2x.png │ │ │ ├── LocationInfo_Active@3x.png │ │ │ ├── LocationMessageLiveIcon@2x.png │ │ │ ├── LocationMessageLiveIcon@3x.png │ │ │ ├── LocationMessagePinBackground@2x.png │ │ │ ├── LocationMessagePinBackground@3x.png │ │ │ ├── LocationMessagePinIcon@2x.png │ │ │ ├── LocationMessagePinIcon@3x.png │ │ │ ├── LocationMessagePinShadow@2x.png │ │ │ ├── LocationMessagePinShadow@3x.png │ │ │ ├── LocationPanelEdge@2x.png │ │ │ ├── LocationPanelEdge@3x.png │ │ │ ├── LocationPanelEdge_Highlighted@2x.png │ │ │ ├── LocationPanelEdge_Highlighted@3x.png │ │ │ ├── LocationPin@2x.png │ │ │ ├── LocationPinBackground@2x.png │ │ │ ├── LocationPinBackground@3x.png │ │ │ ├── LocationPinIcon@2x.png │ │ │ ├── LocationPinIcon@3x.png │ │ │ ├── LocationPinPoint@2x.png │ │ │ ├── LocationPinShadow@2x.png │ │ │ ├── LocationPinShadow@3x.png │ │ │ ├── LocationSmallCircle@2x.png │ │ │ ├── LocationSmallCircle@3x.png │ │ │ ├── LocationTopPanel@2x.png │ │ │ ├── LocationTopPanel@3x.png │ │ │ ├── LocationWave@3x.png │ │ │ ├── MediaGroupAll@2x.png │ │ │ ├── MediaGroupBurst@2x.png │ │ │ ├── MediaGroupFavorites@2x.png │ │ │ ├── MediaGroupPanoramas@2x.png │ │ │ ├── MediaGroupScreenshots@2x.png │ │ │ ├── MediaGroupSelfPortraits@2x.png │ │ │ ├── MediaGroupSlomo@2x.png │ │ │ ├── MediaGroupTimelapse@2x.png │ │ │ ├── MediaGroupVideo@2x.png │ │ │ ├── MediaPickerGroupPhotosIcon@2x.png │ │ │ ├── MediaPickerGroupPhotosIcon@3x.png │ │ │ ├── MediaPickerUngroupPhotosIcon@2x.png │ │ │ ├── MediaPickerUngroupPhotosIcon@3x.png │ │ │ ├── ModernConversationAudioSlideToCancel@2x.png │ │ │ ├── ModernConversationAudioSlideToCancel@3x.png │ │ │ ├── ModernListsDisclosureIndicator@2x.png │ │ │ ├── ModernListsDisclosureIndicator@3x.png │ │ │ ├── ModernMediaEmptyAlbumIcon@2x.png │ │ │ ├── ModernMediaItemSloMoIcon@2x.png │ │ │ ├── ModernMediaItemTimelapseIcon@2x.png │ │ │ ├── ModernMediaItemVideoIcon@2x.png │ │ │ ├── ModernSegmentedControlBackground@2x.png │ │ │ ├── ModernSegmentedControlBackground@3x.png │ │ │ ├── ModernSegmentedControlDivider@2x.png │ │ │ ├── ModernSegmentedControlDivider@3x.png │ │ │ ├── ModernSegmentedControlHighlighted@2x.png │ │ │ ├── ModernSegmentedControlHighlighted@3x.png │ │ │ ├── ModernSegmentedControlSelected@2x.png │ │ │ ├── ModernSegmentedControlSelected@3x.png │ │ │ ├── NavigationSearchIcon@2x.png │ │ │ ├── PaintBrushIcon@2x.png │ │ │ ├── PaintBrushIcon@3x.png │ │ │ ├── PaintCheck@2x.png │ │ │ ├── PaintEraserIcon@2x.png │ │ │ ├── PaintEraserIcon@3x.png │ │ │ ├── PaintMirrorIcon@2x.png │ │ │ ├── PaintMirrorIcon@3x.png │ │ │ ├── PaintPopupCenterBackground@2x.png │ │ │ ├── PaintPopupLandscapeLeftBackground@2x.png │ │ │ ├── PaintPopupLandscapeRightBackground@2x.png │ │ │ ├── PaintPopupPortraitBackground@2x.png │ │ │ ├── PaintRedoIcon@2x.png │ │ │ ├── PaintSegmentedControlHighlighted@2x.png │ │ │ ├── PaintStickersIcon@2x.png │ │ │ ├── PaintStickersIcon@3x.png │ │ │ ├── PaintTextIcon@2x.png │ │ │ ├── PaintTextIcon@3x.png │ │ │ ├── PaintTextSettingsIcon@2x.png │ │ │ ├── PaintTextSettingsIcon@3x.png │ │ │ ├── PaintUndoIcon@2x.png │ │ │ ├── PaintUndoIcon@3x.png │ │ │ ├── Paint_Blit.fsh │ │ │ ├── Paint_Blit.vsh │ │ │ ├── Paint_BlitWithEraseMask.fsh │ │ │ ├── Paint_BlitWithMask.fsh │ │ │ ├── Paint_BlitWithMaskLight.fsh │ │ │ ├── Paint_Brush.fsh │ │ │ ├── Paint_Brush.vsh │ │ │ ├── Paint_BrushLight.fsh │ │ │ ├── Paint_BrushLightPreview.fsh │ │ │ ├── Paint_CompositeWithEraseMask.fsh │ │ │ ├── Paint_CompositeWithMask.fsh │ │ │ ├── Paint_CompositeWithMaskLight.fsh │ │ │ ├── Paint_NonPremultipliedBlit.fsh │ │ │ ├── Passthrough.fsh │ │ │ ├── Passthrough.vsh │ │ │ ├── PermissionSwitchOff@2x.png │ │ │ ├── PermissionSwitchOff@3x.png │ │ │ ├── PermissionSwitchOn@2x.png │ │ │ ├── PermissionSwitchOn@3x.png │ │ │ ├── PhotoEditorAspectRatioIcon@2x.png │ │ │ ├── PhotoEditorAspectRatioIcon@3x.png │ │ │ ├── PhotoEditorBlurIcon@2x.png │ │ │ ├── PhotoEditorBlurIcon@3x.png │ │ │ ├── PhotoEditorBlurLinear.png │ │ │ ├── PhotoEditorBlurLinear@2x.png │ │ │ ├── PhotoEditorBlurLinear@3x.png │ │ │ ├── PhotoEditorBlurOff.png │ │ │ ├── PhotoEditorBlurOff@2x.png │ │ │ ├── PhotoEditorBlurOff@3x.png │ │ │ ├── PhotoEditorBlurRadial.png │ │ │ ├── PhotoEditorBlurRadial@2x.png │ │ │ ├── PhotoEditorBlurRadial@3x.png │ │ │ ├── PhotoEditorCamera@2x.png │ │ │ ├── PhotoEditorCamera@3x.png │ │ │ ├── PhotoEditorCaption.png │ │ │ ├── PhotoEditorCaption@2x.png │ │ │ ├── PhotoEditorCaption@3x.png │ │ │ ├── PhotoEditorCrop@2x.png │ │ │ ├── PhotoEditorCrop@3x.png │ │ │ ├── PhotoEditorCropCorners@2x.png │ │ │ ├── PhotoEditorCurvesIcon@2x.png │ │ │ ├── PhotoEditorCurvesIcon@3x.png │ │ │ ├── PhotoEditorGif@2x.png │ │ │ ├── PhotoEditorGif@3x.png │ │ │ ├── PhotoEditorGifShadow@2x.png │ │ │ ├── PhotoEditorGifShadow@3x.png │ │ │ ├── PhotoEditorGroupPhotosIcon@2x.png │ │ │ ├── PhotoEditorGroupPhotosIcon@3x.png │ │ │ ├── PhotoEditorMirrorIcon@2x.png │ │ │ ├── PhotoEditorMirrorIcon@3x.png │ │ │ ├── PhotoEditorMute@2x.png │ │ │ ├── PhotoEditorMuteActive@2x.png │ │ │ ├── PhotoEditorPaint@2x.png │ │ │ ├── PhotoEditorPaint@3x.png │ │ │ ├── PhotoEditorQuality@2x.png │ │ │ ├── PhotoEditorQuality@3x.png │ │ │ ├── PhotoEditorRotateIcon@2x.png │ │ │ ├── PhotoEditorRotateIcon@3x.png │ │ │ ├── PhotoEditorRotationNeedle@2x.png │ │ │ ├── PhotoEditorRotationWheel@2x.png │ │ │ ├── PhotoEditorRotationWheelLeft@2x.png │ │ │ ├── PhotoEditorRotationWheelRight@2x.png │ │ │ ├── PhotoEditorTimer0@2x.png │ │ │ ├── PhotoEditorTimer0@3x.png │ │ │ ├── PhotoEditorTimer@2x.png │ │ │ ├── PhotoEditorTimer@3x.png │ │ │ ├── PhotoEditorTintIcon@2x.png │ │ │ ├── PhotoEditorTintIcon@3x.png │ │ │ ├── PhotoEditorTintTool@2x.png │ │ │ ├── PhotoEditorTools@2x.png │ │ │ ├── PhotoEditorTools@3x.png │ │ │ ├── PhotoPickerArrow@2x.png │ │ │ ├── PhotoPickerArrow@3x.png │ │ │ ├── PhotoPickerBackIcon@2x.png │ │ │ ├── PhotoPickerBackIcon@3x.png │ │ │ ├── PhotoPickerCancelIcon@2x.png │ │ │ ├── PhotoPickerCancelIcon@3x.png │ │ │ ├── PhotoPickerDoneIcon@2x.png │ │ │ ├── PhotoPickerDoneIcon@3x.png │ │ │ ├── PhotoPickerSendIcon@2x.png │ │ │ ├── PhotoPickerSendIcon@3x.png │ │ │ ├── PreviewSheetShadow@2x.png │ │ │ ├── PreviewUpArrow@2x.png │ │ │ ├── RecordSendIcon@2x.png │ │ │ ├── RecordSendIcon@3x.png │ │ │ ├── RecordVideoIconOverlay@2x.png │ │ │ ├── RecordVideoIconOverlay@3x.png │ │ │ ├── StickerKeyboardFavoriteTab@2x.png │ │ │ ├── StickerKeyboardFavoriteTab@3x.png │ │ │ ├── StickerKeyboardGifIcon@2x.png │ │ │ ├── StickerKeyboardGifIcon@3x.png │ │ │ ├── StickerKeyboardRecentTab@1x.png │ │ │ ├── StickerKeyboardRecentTab@2x.png │ │ │ ├── StickerKeyboardRecentTab@3x.png │ │ │ ├── StickerKeyboardSettingsIcon@2x.png │ │ │ ├── StickerKeyboardSettingsIcon@3x.png │ │ │ ├── StickerKeyboardTrendingIcon@2x.png │ │ │ ├── StickerKeyboardTrendingIcon@3x.png │ │ │ ├── TooltipArrow@2x.png │ │ │ ├── TooltipArrow@3x.png │ │ │ ├── TooltipBackground@2x.png │ │ │ ├── TooltipBackground@3x.png │ │ │ ├── TrackingHeading@2x.png │ │ │ ├── TrackingHeading@3x.png │ │ │ ├── TrackingLocation@2x.png │ │ │ ├── TrackingLocation@3x.png │ │ │ ├── TrackingLocationOff@2x.png │ │ │ ├── TrackingLocationOff@3x.png │ │ │ ├── TwitchPlayer.html │ │ │ ├── TwitchPlayerInject.js │ │ │ ├── VideoMessage.fsh │ │ │ ├── VideoMessage.vsh │ │ │ ├── VideoMessageLeftHandle@3x.png │ │ │ ├── VideoMessageMutedIcon@2x.png │ │ │ ├── VideoMessageMutedIcon@3x.png │ │ │ ├── VideoMessagePlaceholder.jpg │ │ │ ├── VideoMessageRightHandle@3x.png │ │ │ ├── VideoMessageScrubberLeftMask@3x.png │ │ │ ├── VideoMessageScrubberRightMask@3x.png │ │ │ ├── VideoMessageShadow@2x.png │ │ │ ├── VideoMessageShadow@3x.png │ │ │ ├── VideoRecordArrow@2x.png │ │ │ ├── VideoRecordArrow@3x.png │ │ │ ├── VideoRecordPositionSwitch@2x.png │ │ │ ├── VideoRecordPositionSwitch@3x.png │ │ │ ├── VideoScrubberLeftArrow@2x.png │ │ │ ├── VideoScrubberRightArrow@2x.png │ │ │ ├── VimeoPlayer.html │ │ │ ├── VimeoPlayerInject.js │ │ │ ├── VinePlayer.html │ │ │ ├── VinePlayerInject.js │ │ │ ├── VineWatermark@2x.png │ │ │ ├── YoutubePlayer.html │ │ │ ├── YoutubePlayerInject.js │ │ │ ├── YoutubeWatermark@2x.png │ │ │ └── ocr_nn.bin │ │ ├── SGraphListNode.h │ │ ├── SGraphListNode.m │ │ ├── SGraphNode.h │ │ ├── SGraphNode.m │ │ ├── SGraphObjectNode.h │ │ ├── SGraphObjectNode.m │ │ ├── STKAudioPlayer.h │ │ ├── STKAudioPlayer.m │ │ ├── STKAutoRecoveringHTTPDataSource.h │ │ ├── STKAutoRecoveringHTTPDataSource.m │ │ ├── STKCoreFoundationDataSource.h │ │ ├── STKCoreFoundationDataSource.m │ │ ├── STKDataSource.h │ │ ├── STKDataSource.m │ │ ├── STKDataSourceWrapper.h │ │ ├── STKDataSourceWrapper.m │ │ ├── STKHTTPDataSource.h │ │ ├── STKHTTPDataSource.m │ │ ├── STKLocalFileDataSource.h │ │ ├── STKLocalFileDataSource.m │ │ ├── STKQueueEntry.h │ │ ├── STKQueueEntry.m │ │ ├── TGActionMediaAttachment.h │ │ ├── TGActionMediaAttachment.m │ │ ├── TGAlphacode.h │ │ ├── TGAlphacode.m │ │ ├── TGAlphacodePanelCell.h │ │ ├── TGAlphacodePanelCell.m │ │ ├── TGAnimationBlockDelegate.h │ │ ├── TGAnimationBlockDelegate.m │ │ ├── TGAnimationUtils.h │ │ ├── TGAnimationUtils.m │ │ ├── TGAttachmentAssetCell.h │ │ ├── TGAttachmentAssetCell.m │ │ ├── TGAttachmentCameraCell.h │ │ ├── TGAttachmentCameraCell.m │ │ ├── TGAttachmentCameraView.h │ │ ├── TGAttachmentCameraView.m │ │ ├── TGAttachmentCarouselItemView.h │ │ ├── TGAttachmentCarouselItemView.m │ │ ├── TGAttachmentGifCell.h │ │ ├── TGAttachmentGifCell.m │ │ ├── TGAttachmentMenuCell.h │ │ ├── TGAttachmentMenuCell.m │ │ ├── TGAttachmentPhotoCell.h │ │ ├── TGAttachmentPhotoCell.m │ │ ├── TGAttachmentVideoCell.h │ │ ├── TGAttachmentVideoCell.m │ │ ├── TGAudioMediaAttachment.h │ │ ├── TGAudioMediaAttachment.m │ │ ├── TGAudioWaveform.h │ │ ├── TGAudioWaveform.m │ │ ├── TGAuthorSignatureMediaAttachment.h │ │ ├── TGAuthorSignatureMediaAttachment.m │ │ ├── TGBackdropView.h │ │ ├── TGBackdropView.m │ │ ├── TGBotComandInfo.h │ │ ├── TGBotComandInfo.m │ │ ├── TGBotContextResultAttachment.h │ │ ├── TGBotContextResultAttachment.m │ │ ├── TGBotInfo.h │ │ ├── TGBotInfo.m │ │ ├── TGBotReplyMarkup.h │ │ ├── TGBotReplyMarkup.m │ │ ├── TGBotReplyMarkupButton.h │ │ ├── TGBotReplyMarkupButton.m │ │ ├── TGBotReplyMarkupRow.h │ │ ├── TGBotReplyMarkupRow.m │ │ ├── TGBuiltinWallpaperInfo.h │ │ ├── TGBuiltinWallpaperInfo.m │ │ ├── TGCache.h │ │ ├── TGCache.m │ │ ├── TGCameraCapturedPhoto.h │ │ ├── TGCameraCapturedPhoto.m │ │ ├── TGCameraCapturedVideo.h │ │ ├── TGCameraCapturedVideo.m │ │ ├── TGCameraController.h │ │ ├── TGCameraController.m │ │ ├── TGCameraFlashActiveView.h │ │ ├── TGCameraFlashActiveView.m │ │ ├── TGCameraFlashControl.h │ │ ├── TGCameraFlashControl.m │ │ ├── TGCameraFlipButton.h │ │ ├── TGCameraFlipButton.m │ │ ├── TGCameraFocusCrosshairsControl.h │ │ ├── TGCameraFocusCrosshairsControl.m │ │ ├── TGCameraInterfaceAssets.h │ │ ├── TGCameraInterfaceAssets.m │ │ ├── TGCameraMainPhoneView.h │ │ ├── TGCameraMainPhoneView.m │ │ ├── TGCameraMainTabletView.h │ │ ├── TGCameraMainTabletView.m │ │ ├── TGCameraMainView.h │ │ ├── TGCameraMainView.m │ │ ├── TGCameraModeControl.h │ │ ├── TGCameraModeControl.m │ │ ├── TGCameraPhotoPreviewController.h │ │ ├── TGCameraPhotoPreviewController.m │ │ ├── TGCameraPreviewView.h │ │ ├── TGCameraPreviewView.m │ │ ├── TGCameraSegmentsView.h │ │ ├── TGCameraSegmentsView.m │ │ ├── TGCameraShutterButton.h │ │ ├── TGCameraShutterButton.m │ │ ├── TGCameraTimeCodeView.h │ │ ├── TGCameraTimeCodeView.m │ │ ├── TGCameraZoomView.h │ │ ├── TGCameraZoomView.m │ │ ├── TGChannelAdminRights.h │ │ ├── TGChannelAdminRights.m │ │ ├── TGChannelBannedRights.h │ │ ├── TGChannelBannedRights.m │ │ ├── TGCheckButtonView.h │ │ ├── TGCheckButtonView.m │ │ ├── TGClipboardGalleryMixin.h │ │ ├── TGClipboardGalleryMixin.m │ │ ├── TGClipboardGalleryModel.h │ │ ├── TGClipboardGalleryModel.m │ │ ├── TGClipboardGalleryPhotoItem.h │ │ ├── TGClipboardGalleryPhotoItem.m │ │ ├── TGClipboardGalleryPhotoItemView.h │ │ ├── TGClipboardGalleryPhotoItemView.m │ │ ├── TGClipboardMenu.h │ │ ├── TGClipboardMenu.m │ │ ├── TGClipboardPreviewCell.h │ │ ├── TGClipboardPreviewCell.m │ │ ├── TGClipboardPreviewItemView.h │ │ ├── TGClipboardPreviewItemView.m │ │ ├── TGColor.h │ │ ├── TGColor.m │ │ ├── TGColorWallpaperInfo.h │ │ ├── TGColorWallpaperInfo.m │ │ ├── TGContactMediaAttachment.h │ │ ├── TGContactMediaAttachment.m │ │ ├── TGConversation.h │ │ ├── TGConversation.m │ │ ├── TGCustomImageWallpaperInfo.h │ │ ├── TGCustomImageWallpaperInfo.m │ │ ├── TGDataResource.h │ │ ├── TGDataResource.m │ │ ├── TGDatabaseMessageDraft.h │ │ ├── TGDatabaseMessageDraft.m │ │ ├── TGDateUtils.h │ │ ├── TGDateUtils.mm │ │ ├── TGDefaultPasscodeBackground.h │ │ ├── TGDefaultPasscodeBackground.m │ │ ├── TGDocumentAttributeAnimated.h │ │ ├── TGDocumentAttributeAnimated.m │ │ ├── TGDocumentAttributeAudio.h │ │ ├── TGDocumentAttributeAudio.m │ │ ├── TGDocumentAttributeFilename.h │ │ ├── TGDocumentAttributeFilename.m │ │ ├── TGDocumentAttributeImageSize.h │ │ ├── TGDocumentAttributeImageSize.m │ │ ├── TGDocumentAttributeSticker.h │ │ ├── TGDocumentAttributeSticker.m │ │ ├── TGDocumentAttributeVideo.h │ │ ├── TGDocumentAttributeVideo.m │ │ ├── TGDocumentMediaAttachment.h │ │ ├── TGDocumentMediaAttachment.m │ │ ├── TGDoubleTapGestureRecognizer.h │ │ ├── TGDoubleTapGestureRecognizer.m │ │ ├── TGDraggableCollectionView.h │ │ ├── TGDraggableCollectionView.m │ │ ├── TGDraggableCollectionViewFlowLayout.h │ │ ├── TGDraggableCollectionViewFlowLayout.m │ │ ├── TGEmbedCoubPlayerView.h │ │ ├── TGEmbedCoubPlayerView.m │ │ ├── TGEmbedInstagramPlayerView.h │ │ ├── TGEmbedInstagramPlayerView.m │ │ ├── TGEmbedPIPButton.h │ │ ├── TGEmbedPIPButton.m │ │ ├── TGEmbedPIPPullArrowView.h │ │ ├── TGEmbedPIPPullArrowView.m │ │ ├── TGEmbedPIPScrubber.h │ │ ├── TGEmbedPIPScrubber.m │ │ ├── TGEmbedPlayerControls.h │ │ ├── TGEmbedPlayerControls.m │ │ ├── TGEmbedPlayerScrubber.h │ │ ├── TGEmbedPlayerScrubber.m │ │ ├── TGEmbedPlayerState.h │ │ ├── TGEmbedPlayerState.m │ │ ├── TGEmbedPlayerView.h │ │ ├── TGEmbedPlayerView.m │ │ ├── TGEmbedSoundCloudPlayerView.h │ │ ├── TGEmbedSoundCloudPlayerView.m │ │ ├── TGEmbedTwitchPlayerView.h │ │ ├── TGEmbedTwitchPlayerView.m │ │ ├── TGEmbedVKPlayerView.h │ │ ├── TGEmbedVKPlayerView.m │ │ ├── TGEmbedVideoPlayerView.h │ │ ├── TGEmbedVideoPlayerView.m │ │ ├── TGEmbedVimeoPlayerView.h │ │ ├── TGEmbedVimeoPlayerView.m │ │ ├── TGEmbedVinePlayerView.h │ │ ├── TGEmbedVinePlayerView.m │ │ ├── TGEmbedYoutubePlayerView.h │ │ ├── TGEmbedYoutubePlayerView.m │ │ ├── TGFileUtils.h │ │ ├── TGFileUtils.m │ │ ├── TGFont.h │ │ ├── TGFont.mm │ │ ├── TGForwardedMessageMediaAttachment.h │ │ ├── TGForwardedMessageMediaAttachment.m │ │ ├── TGFullscreenContainerView.h │ │ ├── TGFullscreenContainerView.m │ │ ├── TGGameMediaAttachment.h │ │ ├── TGGameMediaAttachment.m │ │ ├── TGGifConverter.h │ │ ├── TGGifConverter.m │ │ ├── TGGradientLabel.h │ │ ├── TGGradientLabel.m │ │ ├── TGHacks.h │ │ ├── TGHacks.m │ │ ├── TGHashtagPanelCell.h │ │ ├── TGHashtagPanelCell.m │ │ ├── TGHistogramView.h │ │ ├── TGHistogramView.m │ │ ├── TGIconSwitchView.h │ │ ├── TGIconSwitchView.m │ │ ├── TGImageBasedPasscodeBackground.h │ │ ├── TGImageBasedPasscodeBackground.m │ │ ├── TGImageBlur.h │ │ ├── TGImageBlur.m │ │ ├── TGImageDataSource.h │ │ ├── TGImageDataSource.m │ │ ├── TGImageInfo.h │ │ ├── TGImageInfo.mm │ │ ├── TGImageLuminanceMap.h │ │ ├── TGImageLuminanceMap.m │ │ ├── TGImageManager.h │ │ ├── TGImageManager.m │ │ ├── TGImageManagerTask.h │ │ ├── TGImageManagerTask.m │ │ ├── TGImageMediaAttachment.h │ │ ├── TGImageMediaAttachment.m │ │ ├── TGImagePickerController.h │ │ ├── TGImagePickerController.mm │ │ ├── TGImageUtils.h │ │ ├── TGImageUtils.mm │ │ ├── TGImageView.h │ │ ├── TGImageView.m │ │ ├── TGInputTextTag.h │ │ ├── TGInputTextTag.m │ │ ├── TGInstantPage.h │ │ ├── TGInstantPage.m │ │ ├── TGInvoiceMediaAttachment.h │ │ ├── TGInvoiceMediaAttachment.m │ │ ├── TGItemMenuSheetPreviewView.h │ │ ├── TGItemMenuSheetPreviewView.m │ │ ├── TGItemPreviewController.h │ │ ├── TGItemPreviewController.m │ │ ├── TGItemPreviewView.h │ │ ├── TGItemPreviewView.m │ │ ├── TGKeyCommand.h │ │ ├── TGKeyCommand.m │ │ ├── TGKeyCommandController.h │ │ ├── TGKeyCommandController.m │ │ ├── TGLabel.h │ │ ├── TGLabel.m │ │ ├── TGLegacyCameraController.h │ │ ├── TGLegacyCameraController.m │ │ ├── TGLegacyMediaPickerTipView.h │ │ ├── TGLegacyMediaPickerTipView.m │ │ ├── TGLetteredAvatarView.h │ │ ├── TGLetteredAvatarView.m │ │ ├── TGListsTableView.h │ │ ├── TGListsTableView.m │ │ ├── TGLiveUploadInterface.h │ │ ├── TGLocalMessageMetaMediaAttachment.h │ │ ├── TGLocalMessageMetaMediaAttachment.m │ │ ├── TGLocalization.h │ │ ├── TGLocalization.m │ │ ├── TGLocationAnnotation.h │ │ ├── TGLocationAnnotation.m │ │ ├── TGLocationCurrentLocationCell.h │ │ ├── TGLocationCurrentLocationCell.m │ │ ├── TGLocationInfoCell.h │ │ ├── TGLocationInfoCell.m │ │ ├── TGLocationLiveCell.h │ │ ├── TGLocationLiveCell.m │ │ ├── TGLocationLiveElapsedView.h │ │ ├── TGLocationLiveElapsedView.m │ │ ├── TGLocationLiveSessionItemView.h │ │ ├── TGLocationLiveSessionItemView.m │ │ ├── TGLocationMapModeControl.h │ │ ├── TGLocationMapModeControl.m │ │ ├── TGLocationMapView.h │ │ ├── TGLocationMapView.m │ │ ├── TGLocationMapViewController.h │ │ ├── TGLocationMapViewController.m │ │ ├── TGLocationMediaAttachment.h │ │ ├── TGLocationMediaAttachment.m │ │ ├── TGLocationOptionsView.h │ │ ├── TGLocationOptionsView.m │ │ ├── TGLocationPickerController.h │ │ ├── TGLocationPickerController.m │ │ ├── TGLocationPinAnnotationView.h │ │ ├── TGLocationPinAnnotationView.m │ │ ├── TGLocationPinView.h │ │ ├── TGLocationPinView.m │ │ ├── TGLocationPulseView.h │ │ ├── TGLocationPulseView.m │ │ ├── TGLocationReverseGeocodeResult.h │ │ ├── TGLocationReverseGeocodeResult.m │ │ ├── TGLocationSectionHeaderCell.h │ │ ├── TGLocationSectionHeaderCell.m │ │ ├── TGLocationSignals.h │ │ ├── TGLocationSignals.m │ │ ├── TGLocationTitleView.h │ │ ├── TGLocationTitleView.m │ │ ├── TGLocationTrackingButton.h │ │ ├── TGLocationTrackingButton.m │ │ ├── TGLocationUtils.h │ │ ├── TGLocationUtils.m │ │ ├── TGLocationVenue.h │ │ ├── TGLocationVenue.m │ │ ├── TGLocationVenueCell.h │ │ ├── TGLocationVenueCell.m │ │ ├── TGLocationViewController.h │ │ ├── TGLocationViewController.m │ │ ├── TGLocationWavesView.h │ │ ├── TGLocationWavesView.m │ │ ├── TGMediaAsset+TGMediaEditableItem.h │ │ ├── TGMediaAsset+TGMediaEditableItem.m │ │ ├── TGMediaAsset.h │ │ ├── TGMediaAsset.m │ │ ├── TGMediaAssetFetchResult.h │ │ ├── TGMediaAssetFetchResult.m │ │ ├── TGMediaAssetFetchResultChange.h │ │ ├── TGMediaAssetFetchResultChange.m │ │ ├── TGMediaAssetGroup.h │ │ ├── TGMediaAssetGroup.m │ │ ├── TGMediaAssetImageSignals.h │ │ ├── TGMediaAssetImageSignals.m │ │ ├── TGMediaAssetLegacyImageSignals.h │ │ ├── TGMediaAssetLegacyImageSignals.m │ │ ├── TGMediaAssetModernImageSignals.h │ │ ├── TGMediaAssetModernImageSignals.m │ │ ├── TGMediaAssetMoment.h │ │ ├── TGMediaAssetMoment.m │ │ ├── TGMediaAssetMomentList.h │ │ ├── TGMediaAssetMomentList.m │ │ ├── TGMediaAssetsController.h │ │ ├── TGMediaAssetsController.m │ │ ├── TGMediaAssetsGifCell.h │ │ ├── TGMediaAssetsGifCell.m │ │ ├── TGMediaAssetsLegacyLibrary.h │ │ ├── TGMediaAssetsLegacyLibrary.m │ │ ├── TGMediaAssetsLibrary.h │ │ ├── TGMediaAssetsLibrary.m │ │ ├── TGMediaAssetsModernLibrary.h │ │ ├── TGMediaAssetsModernLibrary.m │ │ ├── TGMediaAssetsMomentsCollectionLayout.h │ │ ├── TGMediaAssetsMomentsCollectionLayout.m │ │ ├── TGMediaAssetsMomentsCollectionView.h │ │ ├── TGMediaAssetsMomentsCollectionView.m │ │ ├── TGMediaAssetsMomentsController.h │ │ ├── TGMediaAssetsMomentsController.m │ │ ├── TGMediaAssetsMomentsSectionHeader.h │ │ ├── TGMediaAssetsMomentsSectionHeader.m │ │ ├── TGMediaAssetsMomentsSectionHeaderView.h │ │ ├── TGMediaAssetsMomentsSectionHeaderView.m │ │ ├── TGMediaAssetsPhotoCell.h │ │ ├── TGMediaAssetsPhotoCell.m │ │ ├── TGMediaAssetsPickerController.h │ │ ├── TGMediaAssetsPickerController.m │ │ ├── TGMediaAssetsTipView.h │ │ ├── TGMediaAssetsTipView.m │ │ ├── TGMediaAssetsUtils.h │ │ ├── TGMediaAssetsUtils.m │ │ ├── TGMediaAssetsVideoCell.h │ │ ├── TGMediaAssetsVideoCell.m │ │ ├── TGMediaAttachment.h │ │ ├── TGMediaAttachment.m │ │ ├── TGMediaAvatarEditorTransition.h │ │ ├── TGMediaAvatarEditorTransition.m │ │ ├── TGMediaAvatarMenuMixin.h │ │ ├── TGMediaAvatarMenuMixin.m │ │ ├── TGMediaEditingContext.h │ │ ├── TGMediaEditingContext.m │ │ ├── TGMediaGroupCell.h │ │ ├── TGMediaGroupCell.m │ │ ├── TGMediaGroupsController.h │ │ ├── TGMediaGroupsController.m │ │ ├── TGMediaOriginInfo.h │ │ ├── TGMediaOriginInfo.m │ │ ├── TGMediaPickerCaptionInputPanel.h │ │ ├── TGMediaPickerCaptionInputPanel.m │ │ ├── TGMediaPickerCell.h │ │ ├── TGMediaPickerCell.m │ │ ├── TGMediaPickerController.h │ │ ├── TGMediaPickerController.m │ │ ├── TGMediaPickerGalleryGifItem.h │ │ ├── TGMediaPickerGalleryGifItem.m │ │ ├── TGMediaPickerGalleryGifItemView.h │ │ ├── TGMediaPickerGalleryGifItemView.m │ │ ├── TGMediaPickerGalleryInterfaceView.h │ │ ├── TGMediaPickerGalleryInterfaceView.m │ │ ├── TGMediaPickerGalleryItem.h │ │ ├── TGMediaPickerGalleryItem.m │ │ ├── TGMediaPickerGalleryModel.h │ │ ├── TGMediaPickerGalleryModel.m │ │ ├── TGMediaPickerGalleryPhotoItem.h │ │ ├── TGMediaPickerGalleryPhotoItem.m │ │ ├── TGMediaPickerGalleryPhotoItemView.h │ │ ├── TGMediaPickerGalleryPhotoItemView.m │ │ ├── TGMediaPickerGallerySelectedItemsModel.h │ │ ├── TGMediaPickerGallerySelectedItemsModel.m │ │ ├── TGMediaPickerGalleryVideoItem.h │ │ ├── TGMediaPickerGalleryVideoItem.m │ │ ├── TGMediaPickerGalleryVideoItemView.h │ │ ├── TGMediaPickerGalleryVideoItemView.m │ │ ├── TGMediaPickerGalleryVideoScrubber.h │ │ ├── TGMediaPickerGalleryVideoScrubber.m │ │ ├── TGMediaPickerGalleryVideoScrubberThumbnailView.h │ │ ├── TGMediaPickerGalleryVideoScrubberThumbnailView.m │ │ ├── TGMediaPickerGalleryVideoTrimView.h │ │ ├── TGMediaPickerGalleryVideoTrimView.m │ │ ├── TGMediaPickerLayoutMetrics.h │ │ ├── TGMediaPickerLayoutMetrics.m │ │ ├── TGMediaPickerModernGalleryMixin.h │ │ ├── TGMediaPickerModernGalleryMixin.m │ │ ├── TGMediaPickerPhotoCounterButton.h │ │ ├── TGMediaPickerPhotoCounterButton.m │ │ ├── TGMediaPickerPhotoStripCell.h │ │ ├── TGMediaPickerPhotoStripCell.m │ │ ├── TGMediaPickerPhotoStripView.h │ │ ├── TGMediaPickerPhotoStripView.m │ │ ├── TGMediaPickerScrubberHeaderView.h │ │ ├── TGMediaPickerScrubberHeaderView.m │ │ ├── TGMediaPickerSelectionGestureRecognizer.h │ │ ├── TGMediaPickerSelectionGestureRecognizer.m │ │ ├── TGMediaPickerToolbarView.h │ │ ├── TGMediaPickerToolbarView.m │ │ ├── TGMediaSelectionContext.h │ │ ├── TGMediaSelectionContext.m │ │ ├── TGMediaVideoConverter.h │ │ ├── TGMediaVideoConverter.m │ │ ├── TGMemoryImageCache.h │ │ ├── TGMemoryImageCache.m │ │ ├── TGMentionPanelCell.h │ │ ├── TGMentionPanelCell.m │ │ ├── TGMenuSheetButtonItemView.h │ │ ├── TGMenuSheetButtonItemView.m │ │ ├── TGMenuSheetCollectionView.h │ │ ├── TGMenuSheetCollectionView.m │ │ ├── TGMenuSheetController.h │ │ ├── TGMenuSheetController.m │ │ ├── TGMenuSheetDimView.h │ │ ├── TGMenuSheetDimView.m │ │ ├── TGMenuSheetItemView.h │ │ ├── TGMenuSheetItemView.m │ │ ├── TGMenuSheetTitleItemView.h │ │ ├── TGMenuSheetTitleItemView.m │ │ ├── TGMenuSheetView.h │ │ ├── TGMenuSheetView.m │ │ ├── TGMenuView.h │ │ ├── TGMenuView.m │ │ ├── TGMessage.h │ │ ├── TGMessage.mm │ │ ├── TGMessageEntitiesAttachment.h │ │ ├── TGMessageEntitiesAttachment.m │ │ ├── TGMessageEntity.h │ │ ├── TGMessageEntity.m │ │ ├── TGMessageEntityBold.h │ │ ├── TGMessageEntityBold.m │ │ ├── TGMessageEntityBotCommand.h │ │ ├── TGMessageEntityBotCommand.m │ │ ├── TGMessageEntityCashtag.h │ │ ├── TGMessageEntityCashtag.m │ │ ├── TGMessageEntityCode.h │ │ ├── TGMessageEntityCode.m │ │ ├── TGMessageEntityEmail.h │ │ ├── TGMessageEntityEmail.m │ │ ├── TGMessageEntityHashtag.h │ │ ├── TGMessageEntityHashtag.m │ │ ├── TGMessageEntityItalic.h │ │ ├── TGMessageEntityItalic.m │ │ ├── TGMessageEntityMention.h │ │ ├── TGMessageEntityMention.m │ │ ├── TGMessageEntityMentionName.h │ │ ├── TGMessageEntityMentionName.m │ │ ├── TGMessageEntityPhone.h │ │ ├── TGMessageEntityPhone.m │ │ ├── TGMessageEntityPre.h │ │ ├── TGMessageEntityPre.m │ │ ├── TGMessageEntityTextUrl.h │ │ ├── TGMessageEntityTextUrl.m │ │ ├── TGMessageEntityUrl.h │ │ ├── TGMessageEntityUrl.m │ │ ├── TGMessageGroup.h │ │ ├── TGMessageGroup.m │ │ ├── TGMessageHole.h │ │ ├── TGMessageHole.m │ │ ├── TGMessageImageViewOverlayView.h │ │ ├── TGMessageImageViewOverlayView.m │ │ ├── TGMessageViewCountContentProperty.h │ │ ├── TGMessageViewCountContentProperty.m │ │ ├── TGModernAnimatedImagePlayer.h │ │ ├── TGModernAnimatedImagePlayer.m │ │ ├── TGModernBackToolbarButton.h │ │ ├── TGModernBackToolbarButton.m │ │ ├── TGModernBarButton.h │ │ ├── TGModernBarButton.m │ │ ├── TGModernButton.h │ │ ├── TGModernButton.m │ │ ├── TGModernCache.h │ │ ├── TGModernCache.m │ │ ├── TGModernConversationAlphacodeAssociatedPanel.h │ │ ├── TGModernConversationAlphacodeAssociatedPanel.m │ │ ├── TGModernConversationAssociatedInputPanel.h │ │ ├── TGModernConversationAssociatedInputPanel.m │ │ ├── TGModernConversationHashtagsAssociatedPanel.h │ │ ├── TGModernConversationHashtagsAssociatedPanel.m │ │ ├── TGModernConversationInputMicButton.h │ │ ├── TGModernConversationInputMicButton.m │ │ ├── TGModernConversationMentionsAssociatedPanel.h │ │ ├── TGModernConversationMentionsAssociatedPanel.m │ │ ├── TGModernConversationTitleActivityIndicator.h │ │ ├── TGModernConversationTitleActivityIndicator.m │ │ ├── TGModernGalleryContainerView.h │ │ ├── TGModernGalleryContainerView.m │ │ ├── TGModernGalleryController.h │ │ ├── TGModernGalleryController.m │ │ ├── TGModernGalleryDefaultFooterAccessoryView.h │ │ ├── TGModernGalleryDefaultFooterView.h │ │ ├── TGModernGalleryDefaultHeaderView.h │ │ ├── TGModernGalleryDefaultInterfaceView.h │ │ ├── TGModernGalleryDefaultInterfaceView.m │ │ ├── TGModernGalleryEditableItem.h │ │ ├── TGModernGalleryEditableItemView.h │ │ ├── TGModernGalleryEmbeddedStickersHeaderView.h │ │ ├── TGModernGalleryEmbeddedStickersHeaderView.m │ │ ├── TGModernGalleryImageItem.h │ │ ├── TGModernGalleryImageItem.m │ │ ├── TGModernGalleryImageItemContainerView.h │ │ ├── TGModernGalleryImageItemContainerView.m │ │ ├── TGModernGalleryImageItemImageView.h │ │ ├── TGModernGalleryImageItemImageView.m │ │ ├── TGModernGalleryImageItemView.h │ │ ├── TGModernGalleryImageItemView.m │ │ ├── TGModernGalleryInterfaceView.h │ │ ├── TGModernGalleryItem.h │ │ ├── TGModernGalleryItemView.h │ │ ├── TGModernGalleryItemView.m │ │ ├── TGModernGalleryModel.h │ │ ├── TGModernGalleryModel.m │ │ ├── TGModernGalleryScrollView.h │ │ ├── TGModernGalleryScrollView.m │ │ ├── TGModernGallerySelectableItem.h │ │ ├── TGModernGalleryTransitionView.h │ │ ├── TGModernGalleryTransitionView.m │ │ ├── TGModernGalleryVideoContentView.h │ │ ├── TGModernGalleryVideoContentView.m │ │ ├── TGModernGalleryVideoView.h │ │ ├── TGModernGalleryVideoView.m │ │ ├── TGModernGalleryView.h │ │ ├── TGModernGalleryView.m │ │ ├── TGModernGalleryZoomableItemView.h │ │ ├── TGModernGalleryZoomableItemView.m │ │ ├── TGModernGalleryZoomableItemViewContent.h │ │ ├── TGModernGalleryZoomableScrollView.h │ │ ├── TGModernGalleryZoomableScrollView.m │ │ ├── TGModernGalleryZoomableScrollViewSwipeGestureRecognizer.h │ │ ├── TGModernGalleryZoomableScrollViewSwipeGestureRecognizer.m │ │ ├── TGModernMediaListItem.h │ │ ├── TGModernMediaListItemContentView.h │ │ ├── TGModernMediaListItemContentView.m │ │ ├── TGModernMediaListItemView.h │ │ ├── TGModernMediaListItemView.m │ │ ├── TGModernMediaListSelectableItem.h │ │ ├── TGModernToolbarButton.h │ │ ├── TGModernToolbarButton.m │ │ ├── TGNavigationBar.h │ │ ├── TGNavigationBar.m │ │ ├── TGNavigationController.h │ │ ├── TGNavigationController.m │ │ ├── TGObserverProxy.h │ │ ├── TGObserverProxy.m │ │ ├── TGOverlayController.h │ │ ├── TGOverlayController.m │ │ ├── TGOverlayControllerWindow.h │ │ ├── TGOverlayControllerWindow.m │ │ ├── TGOverlayFormsheetController.h │ │ ├── TGOverlayFormsheetController.m │ │ ├── TGOverlayFormsheetWindow.h │ │ ├── TGOverlayFormsheetWindow.m │ │ ├── TGPIPAblePlayerView.h │ │ ├── TGPaintBrush.h │ │ ├── TGPaintBrush.m │ │ ├── TGPaintBrushPreview.h │ │ ├── TGPaintBrushPreview.m │ │ ├── TGPaintBuffers.h │ │ ├── TGPaintBuffers.m │ │ ├── TGPaintCanvas.h │ │ ├── TGPaintCanvas.m │ │ ├── TGPaintEllipticalBrush.h │ │ ├── TGPaintEllipticalBrush.m │ │ ├── TGPaintFaceDebugView.h │ │ ├── TGPaintFaceDebugView.m │ │ ├── TGPaintFaceDetector.h │ │ ├── TGPaintFaceDetector.m │ │ ├── TGPaintInput.h │ │ ├── TGPaintInput.m │ │ ├── TGPaintNeonBrush.h │ │ ├── TGPaintNeonBrush.m │ │ ├── TGPaintPanGestureRecognizer.h │ │ ├── TGPaintPanGestureRecognizer.m │ │ ├── TGPaintPath.h │ │ ├── TGPaintPath.m │ │ ├── TGPaintRadialBrush.h │ │ ├── TGPaintRadialBrush.m │ │ ├── TGPaintRender.h │ │ ├── TGPaintRender.m │ │ ├── TGPaintShader.h │ │ ├── TGPaintShader.m │ │ ├── TGPaintShaderSet.h │ │ ├── TGPaintShaderSet.m │ │ ├── TGPaintSlice.h │ │ ├── TGPaintSlice.m │ │ ├── TGPaintState.h │ │ ├── TGPaintState.m │ │ ├── TGPaintSwatch.h │ │ ├── TGPaintSwatch.m │ │ ├── TGPaintTexture.h │ │ ├── TGPaintTexture.m │ │ ├── TGPaintUndoManager.h │ │ ├── TGPaintUndoManager.m │ │ ├── TGPaintUtils.h │ │ ├── TGPaintUtils.m │ │ ├── TGPainting.h │ │ ├── TGPainting.m │ │ ├── TGPaintingData.h │ │ ├── TGPaintingData.m │ │ ├── TGPaintingWrapperView.h │ │ ├── TGPaintingWrapperView.m │ │ ├── TGPasscodeBackground.h │ │ ├── TGPasscodeButtonView.h │ │ ├── TGPasscodeButtonView.m │ │ ├── TGPasscodeEntryController.h │ │ ├── TGPasscodeEntryController.m │ │ ├── TGPasscodeEntryKeyboardView.h │ │ ├── TGPasscodeEntryKeyboardView.m │ │ ├── TGPasscodePinDotView.h │ │ ├── TGPasscodePinDotView.m │ │ ├── TGPasscodePinView.h │ │ ├── TGPasscodePinView.m │ │ ├── TGPassportAttachMenu.h │ │ ├── TGPassportAttachMenu.m │ │ ├── TGPassportMRZ.h │ │ ├── TGPassportMRZ.m │ │ ├── TGPassportOCR.h │ │ ├── TGPassportOCR.mm │ │ ├── TGPassportScanView.h │ │ ├── TGPassportScanView.m │ │ ├── TGPasswordEntryView.h │ │ ├── TGPasswordEntryView.m │ │ ├── TGPeerIdAdapter.h │ │ ├── TGPhoneUtils.h │ │ ├── TGPhoneUtils.m │ │ ├── TGPhotoAvatarCropController.h │ │ ├── TGPhotoAvatarCropController.m │ │ ├── TGPhotoAvatarCropView.h │ │ ├── TGPhotoAvatarCropView.m │ │ ├── TGPhotoBrushSettingsView.h │ │ ├── TGPhotoBrushSettingsView.m │ │ ├── TGPhotoCaptionController.h │ │ ├── TGPhotoCaptionController.m │ │ ├── TGPhotoCaptionInputMixin.h │ │ ├── TGPhotoCaptionInputMixin.m │ │ ├── TGPhotoCropAreaView.h │ │ ├── TGPhotoCropAreaView.m │ │ ├── TGPhotoCropControl.h │ │ ├── TGPhotoCropControl.m │ │ ├── TGPhotoCropController.h │ │ ├── TGPhotoCropController.m │ │ ├── TGPhotoCropGridView.h │ │ ├── TGPhotoCropGridView.m │ │ ├── TGPhotoCropRotationView.h │ │ ├── TGPhotoCropRotationView.m │ │ ├── TGPhotoCropScrollView.h │ │ ├── TGPhotoCropScrollView.m │ │ ├── TGPhotoCropView.h │ │ ├── TGPhotoCropView.m │ │ ├── TGPhotoEditorAnimation.h │ │ ├── TGPhotoEditorAnimation.m │ │ ├── TGPhotoEditorBlurAreaView.h │ │ ├── TGPhotoEditorBlurAreaView.m │ │ ├── TGPhotoEditorBlurToolView.h │ │ ├── TGPhotoEditorBlurToolView.m │ │ ├── TGPhotoEditorBlurTypeButton.h │ │ ├── TGPhotoEditorBlurTypeButton.m │ │ ├── TGPhotoEditorBlurView.h │ │ ├── TGPhotoEditorBlurView.m │ │ ├── TGPhotoEditorButton.h │ │ ├── TGPhotoEditorButton.m │ │ ├── TGPhotoEditorCollectionView.h │ │ ├── TGPhotoEditorCollectionView.m │ │ ├── TGPhotoEditorController.h │ │ ├── TGPhotoEditorController.m │ │ ├── TGPhotoEditorCurvesHistogramView.h │ │ ├── TGPhotoEditorCurvesHistogramView.m │ │ ├── TGPhotoEditorCurvesToolView.h │ │ ├── TGPhotoEditorCurvesToolView.m │ │ ├── TGPhotoEditorGenericToolView.h │ │ ├── TGPhotoEditorGenericToolView.m │ │ ├── TGPhotoEditorHUDView.h │ │ ├── TGPhotoEditorHUDView.m │ │ ├── TGPhotoEditorInterfaceAssets.h │ │ ├── TGPhotoEditorInterfaceAssets.m │ │ ├── TGPhotoEditorItemController.h │ │ ├── TGPhotoEditorItemController.m │ │ ├── TGPhotoEditorLinearBlurView.h │ │ ├── TGPhotoEditorLinearBlurView.m │ │ ├── TGPhotoEditorPreviewView.h │ │ ├── TGPhotoEditorPreviewView.m │ │ ├── TGPhotoEditorRadialBlurView.h │ │ ├── TGPhotoEditorRadialBlurView.m │ │ ├── TGPhotoEditorSliderView.h │ │ ├── TGPhotoEditorSliderView.m │ │ ├── TGPhotoEditorTabController.h │ │ ├── TGPhotoEditorTabController.m │ │ ├── TGPhotoEditorTintSwatchView.h │ │ ├── TGPhotoEditorTintSwatchView.m │ │ ├── TGPhotoEditorTintToolView.h │ │ ├── TGPhotoEditorTintToolView.m │ │ ├── TGPhotoEditorToolButtonsView.h │ │ ├── TGPhotoEditorToolButtonsView.m │ │ ├── TGPhotoEditorToolView.h │ │ ├── TGPhotoEditorUtils.h │ │ ├── TGPhotoEditorUtils.m │ │ ├── TGPhotoEntitiesContainerView.h │ │ ├── TGPhotoEntitiesContainerView.m │ │ ├── TGPhotoFilterCell.h │ │ ├── TGPhotoFilterCell.m │ │ ├── TGPhotoMaskPosition.h │ │ ├── TGPhotoMaskPosition.m │ │ ├── TGPhotoPaintActionsView.h │ │ ├── TGPhotoPaintActionsView.m │ │ ├── TGPhotoPaintColorPicker.h │ │ ├── TGPhotoPaintColorPicker.m │ │ ├── TGPhotoPaintController.h │ │ ├── TGPhotoPaintController.m │ │ ├── TGPhotoPaintEntity.h │ │ ├── TGPhotoPaintEntity.m │ │ ├── TGPhotoPaintEntityView.h │ │ ├── TGPhotoPaintEntityView.m │ │ ├── TGPhotoPaintFont.h │ │ ├── TGPhotoPaintFont.m │ │ ├── TGPhotoPaintScrollView.h │ │ ├── TGPhotoPaintScrollView.m │ │ ├── TGPhotoPaintSelectionContainerView.h │ │ ├── TGPhotoPaintSelectionContainerView.m │ │ ├── TGPhotoPaintSettingsView.h │ │ ├── TGPhotoPaintSettingsView.m │ │ ├── TGPhotoPaintSettingsWrapperView.h │ │ ├── TGPhotoPaintSettingsWrapperView.m │ │ ├── TGPhotoPaintSparseView.h │ │ ├── TGPhotoPaintSparseView.m │ │ ├── TGPhotoPaintStickerEntity.h │ │ ├── TGPhotoPaintStickerEntity.m │ │ ├── TGPhotoPaintTextEntity.h │ │ ├── TGPhotoPaintTextEntity.m │ │ ├── TGPhotoQualityController.h │ │ ├── TGPhotoQualityController.m │ │ ├── TGPhotoStickerEntityView.h │ │ ├── TGPhotoStickerEntityView.m │ │ ├── TGPhotoStickersCollectionLayout.h │ │ ├── TGPhotoStickersCollectionLayout.m │ │ ├── TGPhotoStickersCollectionView.h │ │ ├── TGPhotoStickersCollectionView.m │ │ ├── TGPhotoStickersSectionHeader.h │ │ ├── TGPhotoStickersSectionHeader.m │ │ ├── TGPhotoStickersSectionHeaderView.h │ │ ├── TGPhotoStickersSectionHeaderView.m │ │ ├── TGPhotoStickersView.h │ │ ├── TGPhotoStickersView.m │ │ ├── TGPhotoTextEntityView.h │ │ ├── TGPhotoTextEntityView.m │ │ ├── TGPhotoTextSettingsView.h │ │ ├── TGPhotoTextSettingsView.m │ │ ├── TGPhotoToolCell.h │ │ ├── TGPhotoToolCell.m │ │ ├── TGPhotoToolbarView.h │ │ ├── TGPhotoToolbarView.m │ │ ├── TGPhotoToolsController.h │ │ ├── TGPhotoToolsController.m │ │ ├── TGPhotoVideoEditor.h │ │ ├── TGPhotoVideoEditor.m │ │ ├── TGPluralization.h │ │ ├── TGPluralization.m │ │ ├── TGPopoverController.h │ │ ├── TGPopoverController.m │ │ ├── TGProgressSpinnerView.h │ │ ├── TGProgressSpinnerView.m │ │ ├── TGProgressWindow.h │ │ ├── TGProgressWindow.m │ │ ├── TGRTLScreenEdgePanGestureRecognizer.h │ │ ├── TGRTLScreenEdgePanGestureRecognizer.m │ │ ├── TGRemoteImageView.h │ │ ├── TGRemoteImageView.m │ │ ├── TGRemoteWallpaperInfo.h │ │ ├── TGRemoteWallpaperInfo.m │ │ ├── TGReplyMarkupAttachment.h │ │ ├── TGReplyMarkupAttachment.m │ │ ├── TGReplyMessageMediaAttachment.h │ │ ├── TGReplyMessageMediaAttachment.m │ │ ├── TGSearchBar.h │ │ ├── TGSearchBar.m │ │ ├── TGSearchDisplayMixin.h │ │ ├── TGSearchDisplayMixin.m │ │ ├── TGSecretTimerMenu.h │ │ ├── TGSecretTimerMenu.m │ │ ├── TGSecretTimerPickerItemView.h │ │ ├── TGSecretTimerPickerItemView.m │ │ ├── TGSecretTimerValueController.h │ │ ├── TGSecretTimerValueController.m │ │ ├── TGSecretTimerValueControllerItemView.h │ │ ├── TGSecretTimerValueControllerItemView.m │ │ ├── TGStaticBackdropAreaData.h │ │ ├── TGStaticBackdropAreaData.m │ │ ├── TGStaticBackdropImageData.h │ │ ├── TGStaticBackdropImageData.m │ │ ├── TGStickerAssociation.h │ │ ├── TGStickerAssociation.m │ │ ├── TGStickerCollectionViewCell.h │ │ ├── TGStickerCollectionViewCell.m │ │ ├── TGStickerItemPreviewView.h │ │ ├── TGStickerItemPreviewView.m │ │ ├── TGStickerKeyboardTabCell.h │ │ ├── TGStickerKeyboardTabCell.m │ │ ├── TGStickerKeyboardTabPanel.h │ │ ├── TGStickerKeyboardTabPanel.m │ │ ├── TGStickerKeyboardTabSettingsCell.h │ │ ├── TGStickerKeyboardTabSettingsCell.m │ │ ├── TGStickerPack.h │ │ ├── TGStickerPack.m │ │ ├── TGStickerPackReference.h │ │ ├── TGStickerPackReference.m │ │ ├── TGStringUtils.h │ │ ├── TGStringUtils.mm │ │ ├── TGSuggestionContext.h │ │ ├── TGSuggestionContext.m │ │ ├── TGTextCheckingResult.h │ │ ├── TGTextCheckingResult.m │ │ ├── TGTextField.h │ │ ├── TGTextField.m │ │ ├── TGTimerTarget.h │ │ ├── TGTimerTarget.m │ │ ├── TGToolbarButton.h │ │ ├── TGToolbarButton.m │ │ ├── TGTooltipView.h │ │ ├── TGTooltipView.m │ │ ├── TGTransitionLayout.h │ │ ├── TGTransitionLayout.m │ │ ├── TGUnsupportedMediaAttachment.h │ │ ├── TGUnsupportedMediaAttachment.m │ │ ├── TGUser.h │ │ ├── TGUser.m │ │ ├── TGViaUserAttachment.h │ │ ├── TGViaUserAttachment.m │ │ ├── TGVideoCameraGLRenderer.h │ │ ├── TGVideoCameraGLRenderer.m │ │ ├── TGVideoCameraGLView.h │ │ ├── TGVideoCameraGLView.m │ │ ├── TGVideoCameraMovieRecorder.h │ │ ├── TGVideoCameraMovieRecorder.m │ │ ├── TGVideoCameraPipeline.h │ │ ├── TGVideoCameraPipeline.m │ │ ├── TGVideoEditAdjustments.h │ │ ├── TGVideoEditAdjustments.m │ │ ├── TGVideoInfo.h │ │ ├── TGVideoInfo.mm │ │ ├── TGVideoMediaAttachment.h │ │ ├── TGVideoMediaAttachment.m │ │ ├── TGVideoMessageCaptureController.h │ │ ├── TGVideoMessageCaptureController.m │ │ ├── TGVideoMessageControls.h │ │ ├── TGVideoMessageControls.m │ │ ├── TGVideoMessageRingView.h │ │ ├── TGVideoMessageRingView.m │ │ ├── TGVideoMessageScrubber.h │ │ ├── TGVideoMessageScrubber.m │ │ ├── TGVideoMessageScrubberThumbnailView.h │ │ ├── TGVideoMessageScrubberThumbnailView.m │ │ ├── TGVideoMessageTrimView.h │ │ ├── TGVideoMessageTrimView.m │ │ ├── TGViewController+TGRecursiveEnumeration.h │ │ ├── TGViewController+TGRecursiveEnumeration.m │ │ ├── TGViewController.h │ │ ├── TGViewController.mm │ │ ├── TGWallpaperController.h │ │ ├── TGWallpaperController.m │ │ ├── TGWallpaperInfo.h │ │ ├── TGWallpaperInfo.m │ │ ├── TGWeakDelegate.h │ │ ├── TGWeakDelegate.m │ │ ├── TGWebDocument.h │ │ ├── TGWebDocument.m │ │ ├── TGWebPageMediaAttachment.h │ │ ├── TGWebPageMediaAttachment.m │ │ ├── TransformationMatrix.cpp │ │ ├── TransformationMatrix.h │ │ ├── UICollectionView+TGTransitioning.h │ │ ├── UICollectionView+TGTransitioning.m │ │ ├── UICollectionView+Utils.h │ │ ├── UICollectionView+Utils.m │ │ ├── UIControl+HitTestEdgeInsets.h │ │ ├── UIControl+HitTestEdgeInsets.m │ │ ├── UIDevice+PlatformInfo.h │ │ ├── UIDevice+PlatformInfo.m │ │ ├── UIImage+TG.h │ │ ├── UIImage+TG.m │ │ ├── UIImage+TGMediaEditableItem.h │ │ ├── UIImage+TGMediaEditableItem.m │ │ ├── UIScrollView+TGHacks.h │ │ ├── UIScrollView+TGHacks.m │ │ ├── UnitBezier.h │ │ ├── fast-edge.cpp │ │ ├── fast-edge.h │ │ ├── genann.c │ │ ├── genann.h │ │ ├── lmdb.h │ │ ├── matrix.h │ │ ├── matrix.m │ │ ├── mdb.c │ │ ├── midl.c │ │ ├── midl.h │ │ ├── ocr.h │ │ └── ocr.mm └── libtgvoip │ ├── .gitignore │ ├── Android.mk │ ├── BlockingQueue.cpp │ ├── BlockingQueue.h │ ├── Buffers.cpp │ ├── Buffers.h │ ├── CongestionControl.cpp │ ├── CongestionControl.h │ ├── EchoCanceller.cpp │ ├── EchoCanceller.h │ ├── Info.plist │ ├── JitterBuffer.cpp │ ├── JitterBuffer.h │ ├── MediaStreamItf.cpp │ ├── MediaStreamItf.h │ ├── NetworkSocket.cpp │ ├── NetworkSocket.h │ ├── OpusDecoder.cpp │ ├── OpusDecoder.h │ ├── OpusEncoder.cpp │ ├── OpusEncoder.h │ ├── PacketReassembler.cpp │ ├── PacketReassembler.h │ ├── PrivateDefines.h │ ├── UNLICENSE │ ├── VoIPController.cpp │ ├── VoIPController.h │ ├── VoIPGroupController.cpp │ ├── VoIPServerConfig.cpp │ ├── VoIPServerConfig.h │ ├── audio │ ├── AudioInput.cpp │ ├── AudioInput.h │ ├── AudioOutput.cpp │ ├── AudioOutput.h │ ├── Resampler.cpp │ └── Resampler.h │ ├── client │ └── android │ │ └── tg_voip_jni.cpp │ ├── libtgvoip.UWP.vcxproj │ ├── libtgvoip.UWP.vcxproj.filters │ ├── libtgvoip.WP81.vcxproj │ ├── libtgvoip.WP81.vcxproj.filters │ ├── libtgvoip.gyp │ ├── libtgvoip.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata │ ├── libtgvoip_osx.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata │ ├── logging.cpp │ ├── logging.h │ ├── os │ ├── android │ │ ├── AudioInputAndroid.cpp │ │ ├── AudioInputAndroid.h │ │ ├── AudioInputOpenSLES.cpp │ │ ├── AudioInputOpenSLES.h │ │ ├── AudioOutputAndroid.cpp │ │ ├── AudioOutputAndroid.h │ │ ├── AudioOutputOpenSLES.cpp │ │ ├── AudioOutputOpenSLES.h │ │ ├── OpenSLEngineWrapper.cpp │ │ └── OpenSLEngineWrapper.h │ ├── darwin │ │ ├── AudioInputAudioUnit.cpp │ │ ├── AudioInputAudioUnit.h │ │ ├── AudioInputAudioUnitOSX.cpp │ │ ├── AudioInputAudioUnitOSX.h │ │ ├── AudioOutputAudioUnit.cpp │ │ ├── AudioOutputAudioUnit.h │ │ ├── AudioOutputAudioUnitOSX.cpp │ │ ├── AudioOutputAudioUnitOSX.h │ │ ├── AudioUnitIO.cpp │ │ ├── AudioUnitIO.h │ │ ├── DarwinSpecific.h │ │ ├── DarwinSpecific.mm │ │ ├── SetupLogging.h │ │ ├── TGLogWrapper.h │ │ └── TGLogWrapper.m │ ├── linux │ │ ├── AudioInputALSA.cpp │ │ ├── AudioInputALSA.h │ │ ├── AudioInputPulse.cpp │ │ ├── AudioInputPulse.h │ │ ├── AudioOutputALSA.cpp │ │ ├── AudioOutputALSA.h │ │ ├── AudioOutputPulse.cpp │ │ ├── AudioOutputPulse.h │ │ ├── PulseAudioLoader.cpp │ │ └── PulseAudioLoader.h │ ├── posix │ │ ├── NetworkSocketPosix.cpp │ │ └── NetworkSocketPosix.h │ └── windows │ │ ├── AudioInputWASAPI.cpp │ │ ├── AudioInputWASAPI.h │ │ ├── AudioInputWave.cpp │ │ ├── AudioInputWave.h │ │ ├── AudioOutputWASAPI.cpp │ │ ├── AudioOutputWASAPI.h │ │ ├── AudioOutputWave.cpp │ │ ├── AudioOutputWave.h │ │ ├── CXWrapper.cpp │ │ ├── CXWrapper.h │ │ ├── NetworkSocketWinsock.cpp │ │ ├── NetworkSocketWinsock.h │ │ ├── WindowsSandboxUtils.cpp │ │ └── WindowsSandboxUtils.h │ ├── threading.h │ └── webrtc_dsp │ └── webrtc │ ├── base │ ├── array_view.h │ ├── atomicops.h │ ├── basictypes.h │ ├── checks.cc │ ├── checks.h │ ├── constructormagic.h │ ├── safe_compare.h │ ├── safe_conversions.h │ ├── safe_conversions_impl.h │ ├── sanitizer.h │ ├── stringutils.cc │ ├── stringutils.h │ └── type_traits.h │ ├── common_audio │ ├── audio_util.cc │ ├── channel_buffer.cc │ ├── channel_buffer.h │ ├── fft4g.c │ ├── fft4g.h │ ├── include │ │ └── audio_util.h │ ├── ring_buffer.c │ ├── ring_buffer.h │ ├── signal_processing │ │ ├── auto_corr_to_refl_coef.c │ │ ├── auto_correlation.c │ │ ├── complex_bit_reverse.c │ │ ├── complex_bit_reverse_arm.S │ │ ├── complex_fft.c │ │ ├── complex_fft_tables.h │ │ ├── copy_set_operations.c │ │ ├── cross_correlation.c │ │ ├── cross_correlation_neon.c │ │ ├── division_operations.c │ │ ├── dot_product_with_scale.c │ │ ├── downsample_fast.c │ │ ├── downsample_fast_neon.c │ │ ├── energy.c │ │ ├── filter_ar.c │ │ ├── filter_ar_fast_q12.c │ │ ├── filter_ar_fast_q12_armv7.S │ │ ├── filter_ma_fast_q12.c │ │ ├── get_hanning_window.c │ │ ├── get_scaling_square.c │ │ ├── ilbc_specific_functions.c │ │ ├── include │ │ │ ├── real_fft.h │ │ │ ├── signal_processing_library.h │ │ │ ├── spl_inl.h │ │ │ ├── spl_inl_armv7.h │ │ │ └── spl_inl_mips.h │ │ ├── levinson_durbin.c │ │ ├── lpc_to_refl_coef.c │ │ ├── min_max_operations.c │ │ ├── min_max_operations_neon.c │ │ ├── randomization_functions.c │ │ ├── real_fft.c │ │ ├── refl_coef_to_lpc.c │ │ ├── resample.c │ │ ├── resample_48khz.c │ │ ├── resample_by_2.c │ │ ├── resample_by_2_internal.c │ │ ├── resample_by_2_internal.h │ │ ├── resample_fractional.c │ │ ├── spl_init.c │ │ ├── spl_inl.c │ │ ├── spl_sqrt.c │ │ ├── spl_sqrt_floor.c │ │ ├── spl_sqrt_floor_arm.S │ │ ├── splitting_filter_impl.c │ │ ├── sqrt_of_one_minus_x_squared.c │ │ └── vector_scaling_operations.c │ ├── sparse_fir_filter.cc │ ├── sparse_fir_filter.h │ ├── wav_file.cc │ ├── wav_file.h │ ├── wav_header.cc │ └── wav_header.h │ ├── modules │ └── audio_processing │ │ ├── aec │ │ ├── aec_common.h │ │ ├── aec_core.cc │ │ ├── aec_core.h │ │ ├── aec_core_neon.cc │ │ ├── aec_core_optimized_methods.h │ │ ├── aec_core_sse2.cc │ │ ├── aec_resampler.cc │ │ ├── aec_resampler.h │ │ ├── echo_cancellation.cc │ │ └── echo_cancellation.h │ │ ├── aecm │ │ ├── aecm_core.cc │ │ ├── aecm_core.h │ │ ├── aecm_core_c.cc │ │ ├── aecm_core_neon.cc │ │ ├── aecm_defines.h │ │ ├── echo_control_mobile.cc │ │ └── echo_control_mobile.h │ │ ├── agc │ │ └── legacy │ │ │ ├── analog_agc.c │ │ │ ├── analog_agc.h │ │ │ ├── digital_agc.c │ │ │ ├── digital_agc.h │ │ │ └── gain_control.h │ │ ├── logging │ │ ├── apm_data_dumper.cc │ │ └── apm_data_dumper.h │ │ ├── ns │ │ ├── defines.h │ │ ├── noise_suppression.c │ │ ├── noise_suppression.h │ │ ├── noise_suppression_x.c │ │ ├── noise_suppression_x.h │ │ ├── ns_core.c │ │ ├── ns_core.h │ │ ├── nsx_core.c │ │ ├── nsx_core.h │ │ ├── nsx_core_c.c │ │ ├── nsx_core_neon.c │ │ ├── nsx_defines.h │ │ └── windows_private.h │ │ ├── splitting_filter.cc │ │ ├── splitting_filter.h │ │ ├── three_band_filter_bank.cc │ │ ├── three_band_filter_bank.h │ │ └── utility │ │ ├── block_mean_calculator.cc │ │ ├── block_mean_calculator.h │ │ ├── delay_estimator.cc │ │ ├── delay_estimator.h │ │ ├── delay_estimator_internal.h │ │ ├── delay_estimator_wrapper.cc │ │ ├── delay_estimator_wrapper.h │ │ ├── ooura_fft.cc │ │ ├── ooura_fft.h │ │ ├── ooura_fft_neon.cc │ │ ├── ooura_fft_sse2.cc │ │ ├── ooura_fft_tables_common.h │ │ └── ooura_fft_tables_neon_sse2.h │ ├── system_wrappers │ ├── include │ │ ├── asm_defines.h │ │ ├── compile_assert_c.h │ │ ├── cpu_features_wrapper.h │ │ └── metrics.h │ └── source │ │ └── cpu_features.cc │ └── typedefs.h ├── thirdparty ├── CoubPlayer │ └── StreamingKit │ │ └── StreamingKit-Prefix.pch ├── JPNG.h ├── JPNG.m ├── Lottie │ ├── .github │ │ └── issue_template.md │ ├── .gitignore │ ├── .npmignore │ ├── LICENSE │ ├── Lottie.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── Lottie │ │ └── Info.plist │ ├── README.md │ ├── index.js │ ├── lottie-ios.podspec │ ├── lottie-ios │ │ ├── Assets │ │ │ └── .gitkeep │ │ └── Classes │ │ │ ├── .gitkeep │ │ │ ├── AnimatableLayers │ │ │ ├── LOTCompositionContainer.h │ │ │ ├── LOTCompositionContainer.m │ │ │ ├── LOTLayerContainer.h │ │ │ ├── LOTLayerContainer.m │ │ │ ├── LOTMaskContainer.h │ │ │ └── LOTMaskContainer.m │ │ │ ├── AnimatableProperties │ │ │ ├── LOTBezierData.h │ │ │ ├── LOTBezierData.m │ │ │ ├── LOTKeyframe.h │ │ │ └── LOTKeyframe.m │ │ │ ├── Extensions │ │ │ ├── CGGeometry+LOTAdditions.h │ │ │ ├── CGGeometry+LOTAdditions.m │ │ │ ├── LOTBezierPath.h │ │ │ ├── LOTBezierPath.m │ │ │ ├── LOTHelpers.h │ │ │ ├── LOTRadialGradientLayer.h │ │ │ ├── LOTRadialGradientLayer.m │ │ │ ├── UIColor+Expanded.h │ │ │ └── UIColor+Expanded.m │ │ │ ├── MacCompatability │ │ │ ├── CALayer+Compat.h │ │ │ ├── CALayer+Compat.m │ │ │ ├── LOTPlatformCompat.h │ │ │ ├── NSValue+Compat.h │ │ │ ├── NSValue+Compat.m │ │ │ ├── UIBezierPath.h │ │ │ ├── UIBezierPath.m │ │ │ ├── UIColor.h │ │ │ └── UIColor.m │ │ │ ├── Models │ │ │ ├── LOTAsset.h │ │ │ ├── LOTAsset.m │ │ │ ├── LOTAssetGroup.h │ │ │ ├── LOTAssetGroup.m │ │ │ ├── LOTLayer.h │ │ │ ├── LOTLayer.m │ │ │ ├── LOTLayerGroup.h │ │ │ ├── LOTLayerGroup.m │ │ │ ├── LOTMask.h │ │ │ ├── LOTMask.m │ │ │ ├── LOTModels.h │ │ │ ├── LOTShapeCircle.h │ │ │ ├── LOTShapeCircle.m │ │ │ ├── LOTShapeFill.h │ │ │ ├── LOTShapeFill.m │ │ │ ├── LOTShapeGradientFill.h │ │ │ ├── LOTShapeGradientFill.m │ │ │ ├── LOTShapeGroup.h │ │ │ ├── LOTShapeGroup.m │ │ │ ├── LOTShapePath.h │ │ │ ├── LOTShapePath.m │ │ │ ├── LOTShapeRectangle.h │ │ │ ├── LOTShapeRectangle.m │ │ │ ├── LOTShapeRepeater.h │ │ │ ├── LOTShapeRepeater.m │ │ │ ├── LOTShapeStar.h │ │ │ ├── LOTShapeStar.m │ │ │ ├── LOTShapeStroke.h │ │ │ ├── LOTShapeStroke.m │ │ │ ├── LOTShapeTransform.h │ │ │ ├── LOTShapeTransform.m │ │ │ ├── LOTShapeTrimPath.h │ │ │ └── LOTShapeTrimPath.m │ │ │ ├── Private │ │ │ ├── LOTAnimatedControl.m │ │ │ ├── LOTAnimatedSwitch.m │ │ │ ├── LOTAnimationCache.m │ │ │ ├── LOTAnimationView.m │ │ │ ├── LOTAnimationView_Internal.h │ │ │ ├── LOTBlockCallback.m │ │ │ ├── LOTCacheProvider.m │ │ │ ├── LOTComposition.m │ │ │ ├── LOTInterpolatorCallback.m │ │ │ ├── LOTKeypath.m │ │ │ └── LOTValueCallback.m │ │ │ ├── PublicHeaders │ │ │ ├── LOTAnimatedControl.h │ │ │ ├── LOTAnimatedSwitch.h │ │ │ ├── LOTAnimationCache.h │ │ │ ├── LOTAnimationView.h │ │ │ ├── LOTAnimationView_Compat.h │ │ │ ├── LOTBlockCallback.h │ │ │ ├── LOTCacheProvider.h │ │ │ ├── LOTComposition.h │ │ │ ├── LOTInterpolatorCallback.h │ │ │ ├── LOTKeypath.h │ │ │ ├── LOTValueCallback.h │ │ │ ├── LOTValueDelegate.h │ │ │ └── Lottie.h │ │ │ └── RenderSystem │ │ │ ├── AnimatorNodes │ │ │ ├── LOTCircleAnimator.h │ │ │ ├── LOTCircleAnimator.m │ │ │ ├── LOTPathAnimator.h │ │ │ ├── LOTPathAnimator.m │ │ │ ├── LOTPolygonAnimator.h │ │ │ ├── LOTPolygonAnimator.m │ │ │ ├── LOTPolystarAnimator.h │ │ │ ├── LOTPolystarAnimator.m │ │ │ ├── LOTRoundedRectAnimator.h │ │ │ └── LOTRoundedRectAnimator.m │ │ │ ├── InterpolatorNodes │ │ │ ├── LOTArrayInterpolator.h │ │ │ ├── LOTArrayInterpolator.m │ │ │ ├── LOTColorInterpolator.h │ │ │ ├── LOTColorInterpolator.m │ │ │ ├── LOTNumberInterpolator.h │ │ │ ├── LOTNumberInterpolator.m │ │ │ ├── LOTPathInterpolator.h │ │ │ ├── LOTPathInterpolator.m │ │ │ ├── LOTPointInterpolator.h │ │ │ ├── LOTPointInterpolator.m │ │ │ ├── LOTSizeInterpolator.h │ │ │ ├── LOTSizeInterpolator.m │ │ │ ├── LOTTransformInterpolator.h │ │ │ ├── LOTTransformInterpolator.m │ │ │ ├── LOTValueInterpolator.h │ │ │ └── LOTValueInterpolator.m │ │ │ ├── LOTAnimatorNode.h │ │ │ ├── LOTAnimatorNode.m │ │ │ ├── LOTRenderNode.h │ │ │ ├── LOTRenderNode.m │ │ │ ├── ManipulatorNodes │ │ │ ├── LOTTrimPathNode.h │ │ │ └── LOTTrimPathNode.m │ │ │ └── RenderNodes │ │ │ ├── LOTFillRenderer.h │ │ │ ├── LOTFillRenderer.m │ │ │ ├── LOTGradientFillRender.h │ │ │ ├── LOTGradientFillRender.m │ │ │ ├── LOTRenderGroup.h │ │ │ ├── LOTRenderGroup.m │ │ │ ├── LOTRepeaterRenderer.h │ │ │ ├── LOTRepeaterRenderer.m │ │ │ ├── LOTStrokeRenderer.h │ │ │ └── LOTStrokeRenderer.m │ └── package.json ├── RMIntro │ ├── 3rdparty │ │ ├── .gitignore │ │ └── linmath │ │ │ └── linmath.h │ ├── core │ │ ├── animations.c │ │ ├── animations.h │ │ ├── buffer.c │ │ ├── buffer.h │ │ ├── config.h │ │ ├── macros.h │ │ ├── math_helper.h │ │ ├── matrix.h │ │ ├── objects.c │ │ ├── objects.h │ │ ├── program.c │ │ ├── program.h │ │ ├── rngs.c │ │ ├── rngs.h │ │ ├── shader.c │ │ ├── shader.h │ │ ├── timing.c │ │ └── timing.h │ └── platform │ │ ├── common │ │ ├── platform_log.c │ │ ├── platform_log.h │ │ └── platform_macros.h │ │ └── ios │ │ ├── .gitignore │ │ ├── Base.lproj │ │ └── LaunchScreen.xib │ │ ├── Default-568h@2x.png │ │ ├── Default.png │ │ ├── Default@2x.png │ │ ├── HockeySDK-iOS │ │ ├── BuildAgent │ │ ├── HockeySDK.embeddedframework │ │ │ ├── HockeySDK.framework │ │ │ │ ├── Headers │ │ │ │ ├── HockeySDK │ │ │ │ ├── Modules │ │ │ │ │ └── module.modulemap │ │ │ │ ├── Resources │ │ │ │ └── Versions │ │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── BITAuthenticator.h │ │ │ │ │ │ ├── BITCrashAttachment.h │ │ │ │ │ │ ├── BITCrashDetails.h │ │ │ │ │ │ ├── BITCrashManager.h │ │ │ │ │ │ ├── BITCrashManagerDelegate.h │ │ │ │ │ │ ├── BITCrashMetaData.h │ │ │ │ │ │ ├── BITFeedbackActivity.h │ │ │ │ │ │ ├── BITFeedbackComposeViewController.h │ │ │ │ │ │ ├── BITFeedbackComposeViewControllerDelegate.h │ │ │ │ │ │ ├── BITFeedbackListViewController.h │ │ │ │ │ │ ├── BITFeedbackManager.h │ │ │ │ │ │ ├── BITFeedbackManagerDelegate.h │ │ │ │ │ │ ├── BITHockeyAttachment.h │ │ │ │ │ │ ├── BITHockeyBaseManager.h │ │ │ │ │ │ ├── BITHockeyBaseViewController.h │ │ │ │ │ │ ├── BITHockeyManager.h │ │ │ │ │ │ ├── BITHockeyManagerDelegate.h │ │ │ │ │ │ ├── BITStoreUpdateManager.h │ │ │ │ │ │ ├── BITStoreUpdateManagerDelegate.h │ │ │ │ │ │ ├── BITUpdateManager.h │ │ │ │ │ │ ├── BITUpdateManagerDelegate.h │ │ │ │ │ │ ├── BITUpdateViewController.h │ │ │ │ │ │ ├── HockeySDK.h │ │ │ │ │ │ └── HockeySDKFeatureConfig.h │ │ │ │ │ ├── HockeySDK │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── HockeySDK.xcconfig │ │ │ │ │ │ └── HockeySDKResources.bundle │ │ │ │ │ │ ├── Arrow.png │ │ │ │ │ │ ├── Arrow@2x.png │ │ │ │ │ │ ├── Arrow@3x.png │ │ │ │ │ │ ├── Blur.png │ │ │ │ │ │ ├── Blur@2x.png │ │ │ │ │ │ ├── Blur@3x.png │ │ │ │ │ │ ├── Cancel.png │ │ │ │ │ │ ├── Cancel@2x.png │ │ │ │ │ │ ├── Cancel@3x.png │ │ │ │ │ │ ├── IconGradient.png │ │ │ │ │ │ ├── IconGradient@2x.png │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Ok.png │ │ │ │ │ │ ├── Ok@2x.png │ │ │ │ │ │ ├── Ok@3x.png │ │ │ │ │ │ ├── Rectangle.png │ │ │ │ │ │ ├── Rectangle@2x.png │ │ │ │ │ │ ├── Rectangle@3x.png │ │ │ │ │ │ ├── authorize_denied.png │ │ │ │ │ │ ├── authorize_denied@2x.png │ │ │ │ │ │ ├── authorize_denied@3x.png │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── buttonRoundedDelete.png │ │ │ │ │ │ ├── buttonRoundedDelete@2x.png │ │ │ │ │ │ ├── buttonRoundedDeleteHighlighted.png │ │ │ │ │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ │ │ │ │ ├── buttonRoundedRegular.png │ │ │ │ │ │ ├── buttonRoundedRegular@2x.png │ │ │ │ │ │ ├── buttonRoundedRegularHighlighted.png │ │ │ │ │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── feedbackActivity.png │ │ │ │ │ │ ├── feedbackActivity@2x.png │ │ │ │ │ │ ├── feedbackActivity@2x~ipad.png │ │ │ │ │ │ ├── feedbackActivity@3x.png │ │ │ │ │ │ ├── feedbackActivity~ipad.png │ │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── hr.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── hu.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── iconCamera.png │ │ │ │ │ │ ├── iconCamera@2x.png │ │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── pt-PT.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── pt.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ │ └── zh-Hans.lproj │ │ │ │ │ │ └── HockeySDK.strings │ │ │ │ │ └── Current │ │ │ └── Resources │ │ │ │ ├── HockeySDK.xcconfig │ │ │ │ └── HockeySDKResources.bundle │ │ └── LICENSE │ │ ├── IntroOpenGL-Info.plist │ │ ├── IntroOpenGL-Prefix.pch │ │ ├── IntroOpenGL.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ ├── IntroOpenGL │ │ └── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage │ │ │ ├── Contents.json │ │ │ ├── Default-568h@2x.png │ │ │ ├── Default.png │ │ │ └── Default@2x.png │ │ ├── RMAppDelegate.h │ │ ├── RMAppDelegate.m │ │ ├── RMGLKViewController.h │ │ ├── RMGLKViewController.m │ │ ├── RMGeometry.h │ │ ├── RMGeometry.m │ │ ├── RMIntroPageView.h │ │ ├── RMIntroPageView.m │ │ ├── RMIntroViewController.h │ │ ├── RMIntroViewController.m │ │ ├── RMLoginViewController.h │ │ ├── RMLoginViewController.m │ │ ├── RMRootViewController.h │ │ ├── RMRootViewController.m │ │ ├── Resources │ │ ├── fast_arrow@2x.png │ │ ├── fast_arrow_shadow@2x.png │ │ ├── fast_body@2x.png │ │ ├── fast_spiral@2x.png │ │ ├── ic_bubble@2x.png │ │ ├── ic_bubble_dot@2x.png │ │ ├── ic_cam@2x.png │ │ ├── ic_cam_lens@2x.png │ │ ├── ic_pencil@2x.png │ │ ├── ic_pin@2x.png │ │ ├── ic_smile@2x.png │ │ ├── ic_smile_eye@2x.png │ │ ├── ic_videocam@2x.png │ │ ├── knot_down@2x.png │ │ ├── knot_up@2x.png │ │ ├── powerful_infinity@2x.png │ │ ├── powerful_infinity_white@2x.png │ │ ├── powerful_mask@2x.png │ │ ├── powerful_star@2x.png │ │ ├── private_door@2x.png │ │ ├── private_screw@2x.png │ │ ├── start_arrow@2x.png │ │ ├── start_arrow_ipad.png │ │ ├── start_arrow_ipad@2x.png │ │ ├── telegram_plane@2x.png │ │ └── telegram_sphere@2x.png │ │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ │ ├── main.m │ │ ├── platform_gl.h │ │ ├── texture_helper.h │ │ └── texture_helper.m ├── Reachability.h ├── Reachability.m ├── Stripe │ ├── FABKitProtocol.h │ ├── Fabric+FABKits.h │ ├── Fabric.h │ ├── NSArray+Stripe_BoundSafe.h │ ├── NSArray+Stripe_BoundSafe.m │ ├── NSBundle+Stripe_AppName.h │ ├── NSBundle+Stripe_AppName.m │ ├── NSDecimalNumber+Stripe_Currency.h │ ├── NSDecimalNumber+Stripe_Currency.m │ ├── NSDictionary+Stripe.h │ ├── NSDictionary+Stripe.m │ ├── NSMutableURLRequest+Stripe.h │ ├── NSMutableURLRequest+Stripe.m │ ├── NSString+Stripe.h │ ├── NSString+Stripe.m │ ├── NSString+Stripe_CardBrands.h │ ├── NSString+Stripe_CardBrands.m │ ├── PKPayment+Stripe.h │ ├── PKPayment+Stripe.m │ ├── PKPaymentAuthorizationViewController+Stripe_Blocks.h │ ├── PKPaymentAuthorizationViewController+Stripe_Blocks.m │ ├── Resources │ │ ├── Images │ │ │ ├── stp_card_amex@2x.png │ │ │ ├── stp_card_amex@3x.png │ │ │ ├── stp_card_amex_template@2x.png │ │ │ ├── stp_card_amex_template@3x.png │ │ │ ├── stp_card_applepay@2x.png │ │ │ ├── stp_card_applepay@3x.png │ │ │ ├── stp_card_applepay_template@2x.png │ │ │ ├── stp_card_applepay_template@3x.png │ │ │ ├── stp_card_cvc@2x.png │ │ │ ├── stp_card_cvc@3x.png │ │ │ ├── stp_card_cvc_amex@2x.png │ │ │ ├── stp_card_cvc_amex@3x.png │ │ │ ├── stp_card_diners@2x.png │ │ │ ├── stp_card_diners@3x.png │ │ │ ├── stp_card_diners_template@2x.png │ │ │ ├── stp_card_diners_template@3x.png │ │ │ ├── stp_card_discover@2x.png │ │ │ ├── stp_card_discover@3x.png │ │ │ ├── stp_card_discover_template@2x.png │ │ │ ├── stp_card_discover_template@3x.png │ │ │ ├── stp_card_form_applepay@2x.png │ │ │ ├── stp_card_form_applepay@3x.png │ │ │ ├── stp_card_form_back@2x.png │ │ │ ├── stp_card_form_back@3x.png │ │ │ ├── stp_card_form_front@2x.png │ │ │ ├── stp_card_form_front@3x.png │ │ │ ├── stp_card_jcb@2x.png │ │ │ ├── stp_card_jcb@3x.png │ │ │ ├── stp_card_jcb_template@2x.png │ │ │ ├── stp_card_jcb_template@3x.png │ │ │ ├── stp_card_mastercard@2x.png │ │ │ ├── stp_card_mastercard@3x.png │ │ │ ├── stp_card_mastercard_template@2x.png │ │ │ ├── stp_card_mastercard_template@3x.png │ │ │ ├── stp_card_placeholder_template@2x.png │ │ │ ├── stp_card_placeholder_template@3x.png │ │ │ ├── stp_card_visa@2x.png │ │ │ ├── stp_card_visa@3x.png │ │ │ ├── stp_card_visa_template@2x.png │ │ │ ├── stp_card_visa_template@3x.png │ │ │ ├── stp_icon_add@2x.png │ │ │ ├── stp_icon_add@3x.png │ │ │ ├── stp_icon_checkmark@2x.png │ │ │ ├── stp_icon_checkmark@3x.png │ │ │ ├── stp_icon_chevron_left@2x.png │ │ │ ├── stp_icon_chevron_left@3x.png │ │ │ ├── stp_icon_chevron_right_small@2x.png │ │ │ └── stp_icon_chevron_right_small@3x.png │ │ └── Localizations │ │ │ ├── de.lproj │ │ │ └── Localizable.strings │ │ │ ├── en.lproj │ │ │ └── Localizable.strings │ │ │ ├── es.lproj │ │ │ └── Localizable.strings │ │ │ ├── fr.lproj │ │ │ └── Localizable.strings │ │ │ ├── it.lproj │ │ │ └── Localizable.strings │ │ │ ├── ja.lproj │ │ │ └── Localizable.strings │ │ │ ├── nl.lproj │ │ │ └── Localizable.strings │ │ │ └── zh-Hans.lproj │ │ │ └── Localizable.strings │ ├── STPAPIClient+ApplePay.h │ ├── STPAPIClient+ApplePay.m │ ├── STPAPIClient+Private.h │ ├── STPAPIClient.h │ ├── STPAPIClient.m │ ├── STPAPIPostRequest.h │ ├── STPAPIPostRequest.m │ ├── STPAPIResponseDecodable.h │ ├── STPAddCardViewController+Private.h │ ├── STPAddCardViewController.h │ ├── STPAddCardViewController.m │ ├── STPAddress.h │ ├── STPAddress.m │ ├── STPAddressFieldTableViewCell.h │ ├── STPAddressFieldTableViewCell.m │ ├── STPAddressViewModel.h │ ├── STPAddressViewModel.m │ ├── STPAnalyticsClient.h │ ├── STPAnalyticsClient.m │ ├── STPApplePayPaymentMethod.h │ ├── STPApplePayPaymentMethod.m │ ├── STPAspects.h │ ├── STPAspects.m │ ├── STPBINRange.h │ ├── STPBINRange.m │ ├── STPBackendAPIAdapter.h │ ├── STPBankAccount.h │ ├── STPBankAccount.m │ ├── STPBankAccountParams.h │ ├── STPBankAccountParams.m │ ├── STPBlocks.h │ ├── STPBundleLocator.h │ ├── STPBundleLocator.m │ ├── STPCard.h │ ├── STPCard.m │ ├── STPCardBrand.h │ ├── STPCardParams.h │ ├── STPCardParams.m │ ├── STPCardTuple.h │ ├── STPCardTuple.m │ ├── STPCardValidationState.h │ ├── STPCardValidator.h │ ├── STPCardValidator.m │ ├── STPCategoryLoader.h │ ├── STPCategoryLoader.m │ ├── STPCheckoutAPIClient.h │ ├── STPCheckoutAPIClient.m │ ├── STPCheckoutAPIVerification.h │ ├── STPCheckoutAPIVerification.m │ ├── STPCheckoutAccount.h │ ├── STPCheckoutAccount.m │ ├── STPCheckoutAccountLookup.h │ ├── STPCheckoutAccountLookup.m │ ├── STPCheckoutBootstrapResponse.h │ ├── STPCheckoutBootstrapResponse.m │ ├── STPColorUtils.h │ ├── STPColorUtils.m │ ├── STPCustomer.h │ ├── STPCustomer.m │ ├── STPDelegateProxy.h │ ├── STPDelegateProxy.m │ ├── STPDispatchFunctions.h │ ├── STPDispatchFunctions.m │ ├── STPEmailAddressValidator.h │ ├── STPEmailAddressValidator.m │ ├── STPFormEncodable.h │ ├── STPFormEncoder.h │ ├── STPFormEncoder.m │ ├── STPFormTextField.h │ ├── STPFormTextField.m │ ├── STPImageLibrary+Private.h │ ├── STPImageLibrary.h │ ├── STPImageLibrary.m │ ├── STPLocalizationUtils.h │ ├── STPLocalizationUtils.m │ ├── STPObscuredCardView.h │ ├── STPObscuredCardView.m │ ├── STPPaymentActivityIndicatorView.h │ ├── STPPaymentActivityIndicatorView.m │ ├── STPPaymentCardTextField.h │ ├── STPPaymentCardTextField.m │ ├── STPPaymentCardTextFieldViewModel.h │ ├── STPPaymentCardTextFieldViewModel.m │ ├── STPPaymentConfiguration+Private.h │ ├── STPPaymentConfiguration.h │ ├── STPPaymentConfiguration.m │ ├── STPPaymentContext+Private.h │ ├── STPPaymentContext.h │ ├── STPPaymentContext.m │ ├── STPPaymentContextAmountModel.h │ ├── STPPaymentContextAmountModel.m │ ├── STPPaymentMethod.h │ ├── STPPaymentMethodTableViewCell.h │ ├── STPPaymentMethodTableViewCell.m │ ├── STPPaymentMethodTuple.h │ ├── STPPaymentMethodTuple.m │ ├── STPPaymentMethodsInternalViewController.h │ ├── STPPaymentMethodsInternalViewController.m │ ├── STPPaymentMethodsViewController+Private.h │ ├── STPPaymentMethodsViewController.h │ ├── STPPaymentMethodsViewController.m │ ├── STPPaymentResult.h │ ├── STPPaymentResult.m │ ├── STPPhoneNumberValidator.h │ ├── STPPhoneNumberValidator.m │ ├── STPPostalCodeValidator.h │ ├── STPPostalCodeValidator.m │ ├── STPPromise.h │ ├── STPPromise.m │ ├── STPRememberMeEmailCell.h │ ├── STPRememberMeEmailCell.m │ ├── STPRememberMePaymentCell.h │ ├── STPRememberMePaymentCell.m │ ├── STPRememberMeTermsView.h │ ├── STPRememberMeTermsView.m │ ├── STPSMSCodeTextField.h │ ├── STPSMSCodeTextField.m │ ├── STPSMSCodeViewController.h │ ├── STPSMSCodeViewController.m │ ├── STPSource.h │ ├── STPStringUtils.h │ ├── STPStringUtils.m │ ├── STPSwitchTableViewCell.h │ ├── STPSwitchTableViewCell.m │ ├── STPTheme.h │ ├── STPTheme.m │ ├── STPToken.h │ ├── STPToken.m │ ├── STPUserInformation.h │ ├── STPUserInformation.m │ ├── STPWeakStrongMacros.h │ ├── STPWebViewController.h │ ├── STPWebViewController.m │ ├── Stripe.h │ ├── StripeError.h │ ├── StripeError.m │ ├── UIBarButtonItem+Stripe.h │ ├── UIBarButtonItem+Stripe.m │ ├── UINavigationBar+Stripe_Theme.h │ ├── UINavigationBar+Stripe_Theme.m │ ├── UINavigationController+Stripe_Completion.h │ ├── UINavigationController+Stripe_Completion.m │ ├── UITableViewCell+Stripe_Borders.h │ ├── UITableViewCell+Stripe_Borders.m │ ├── UIToolbar+Stripe_InputAccessory.h │ ├── UIToolbar+Stripe_InputAccessory.m │ ├── UIView+Stripe_FirstResponder.h │ ├── UIView+Stripe_FirstResponder.m │ ├── UIViewController+Stripe_KeyboardAvoiding.h │ ├── UIViewController+Stripe_KeyboardAvoiding.m │ ├── UIViewController+Stripe_NavigationItemProxy.h │ ├── UIViewController+Stripe_NavigationItemProxy.m │ ├── UIViewController+Stripe_ParentViewController.h │ ├── UIViewController+Stripe_ParentViewController.m │ ├── UIViewController+Stripe_Promises.h │ └── UIViewController+Stripe_Promises.m ├── UIImage+WebP.h ├── UIImage+WebP.m ├── Video Encoder │ ├── MP4Atom.h │ └── MP4Atom.m ├── WebP.framework │ ├── Headers │ │ ├── config.h │ │ ├── decode.h │ │ ├── demux.h │ │ ├── encode.h │ │ ├── extras.h │ │ ├── format_constants.h │ │ ├── mux.h │ │ ├── mux_types.h │ │ └── types.h │ └── WebP ├── libbpg │ ├── libbpg.a │ └── libx265.a ├── lz4 │ ├── lz4.c │ ├── lz4.h │ ├── lz4frame.c │ ├── lz4frame.h │ ├── lz4hc.c │ ├── lz4hc.h │ ├── xxhash.c │ └── xxhash.h ├── ocr │ └── ocr_nn.bin └── sqlcipher │ ├── .libs │ ├── libsqlcipher.0.dylib │ ├── libsqlcipher.0.dylib.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── libsqlcipher.0.dylib │ ├── libsqlcipher.a │ ├── libsqlcipher.dylib │ ├── libsqlcipher.la │ ├── libsqlcipher.lai │ ├── libtclsqlite3.a │ ├── libtclsqlite3.dylib │ ├── libtclsqlite3.dylib.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── libtclsqlite3.dylib │ ├── libtclsqlite3.la │ ├── libtclsqlite3.lai │ ├── sqlcipher │ ├── sqlite3.o │ └── tclsqlite.o │ ├── .target_source │ ├── sqlite3.c │ ├── sqlite3.h │ └── sqlite3ext.h └── tools ├── bump_build_number.sh └── sync_watch_version.sh /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/.gitmodules -------------------------------------------------------------------------------- /AppStore.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/AppStore.xcconfig -------------------------------------------------------------------------------- /Common.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Common.xcconfig -------------------------------------------------------------------------------- /Config.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Config.xcconfig -------------------------------------------------------------------------------- /Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Default-568h@2x.png -------------------------------------------------------------------------------- /Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Default@2x.png -------------------------------------------------------------------------------- /Fork.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Fork.xcconfig -------------------------------------------------------------------------------- /Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-167.png -------------------------------------------------------------------------------- /Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-40.png -------------------------------------------------------------------------------- /Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-40@2x.png -------------------------------------------------------------------------------- /Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-40@3x.png -------------------------------------------------------------------------------- /Icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-57.png -------------------------------------------------------------------------------- /Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-60@2x.png -------------------------------------------------------------------------------- /Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-60@3x.png -------------------------------------------------------------------------------- /Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-72.png -------------------------------------------------------------------------------- /Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-72@2x.png -------------------------------------------------------------------------------- /Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-76.png -------------------------------------------------------------------------------- /Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-76@2x.png -------------------------------------------------------------------------------- /Icon-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-87.png -------------------------------------------------------------------------------- /Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon-Small@2x.png -------------------------------------------------------------------------------- /Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon.png -------------------------------------------------------------------------------- /Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Icon@2x.png -------------------------------------------------------------------------------- /LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LaunchScreen.xib -------------------------------------------------------------------------------- /LegacyDatabase/ApiLayer86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/ApiLayer86.h -------------------------------------------------------------------------------- /LegacyDatabase/ApiLayer86.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/ApiLayer86.m -------------------------------------------------------------------------------- /LegacyDatabase/FMDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/FMDatabase.h -------------------------------------------------------------------------------- /LegacyDatabase/FMDatabase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/FMDatabase.m -------------------------------------------------------------------------------- /LegacyDatabase/FMResultSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/FMResultSet.h -------------------------------------------------------------------------------- /LegacyDatabase/FMResultSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/FMResultSet.m -------------------------------------------------------------------------------- /LegacyDatabase/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/Info.plist -------------------------------------------------------------------------------- /LegacyDatabase/LegacyDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/LegacyDatabase.h -------------------------------------------------------------------------------- /LegacyDatabase/PSCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSCoding.h -------------------------------------------------------------------------------- /LegacyDatabase/PSData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSData.h -------------------------------------------------------------------------------- /LegacyDatabase/PSKeyValueCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSKeyValueCoder.h -------------------------------------------------------------------------------- /LegacyDatabase/PSKeyValueCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSKeyValueCoder.m -------------------------------------------------------------------------------- /LegacyDatabase/PSKeyValueStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSKeyValueStore.h -------------------------------------------------------------------------------- /LegacyDatabase/PSLMDBTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSLMDBTable.h -------------------------------------------------------------------------------- /LegacyDatabase/PSLMDBTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/PSLMDBTable.m -------------------------------------------------------------------------------- /LegacyDatabase/RMPhoneFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/RMPhoneFormat.h -------------------------------------------------------------------------------- /LegacyDatabase/RMPhoneFormat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/RMPhoneFormat.m -------------------------------------------------------------------------------- /LegacyDatabase/TGChatModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGChatModel.h -------------------------------------------------------------------------------- /LegacyDatabase/TGChatModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGChatModel.m -------------------------------------------------------------------------------- /LegacyDatabase/TGColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGColor.h -------------------------------------------------------------------------------- /LegacyDatabase/TGColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGColor.m -------------------------------------------------------------------------------- /LegacyDatabase/TGContactModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGContactModel.h -------------------------------------------------------------------------------- /LegacyDatabase/TGContactModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGContactModel.m -------------------------------------------------------------------------------- /LegacyDatabase/TGFileLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGFileLocation.h -------------------------------------------------------------------------------- /LegacyDatabase/TGFileLocation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGFileLocation.m -------------------------------------------------------------------------------- /LegacyDatabase/TGGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGGeometry.h -------------------------------------------------------------------------------- /LegacyDatabase/TGGeometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGGeometry.m -------------------------------------------------------------------------------- /LegacyDatabase/TGImageBlur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGImageBlur.h -------------------------------------------------------------------------------- /LegacyDatabase/TGImageBlur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGImageBlur.m -------------------------------------------------------------------------------- /LegacyDatabase/TGLegacyUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGLegacyUser.h -------------------------------------------------------------------------------- /LegacyDatabase/TGLegacyUser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGLegacyUser.m -------------------------------------------------------------------------------- /LegacyDatabase/TGLocalization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGLocalization.h -------------------------------------------------------------------------------- /LegacyDatabase/TGLocalization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGLocalization.m -------------------------------------------------------------------------------- /LegacyDatabase/TGMemoryCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGMemoryCache.h -------------------------------------------------------------------------------- /LegacyDatabase/TGMemoryCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGMemoryCache.m -------------------------------------------------------------------------------- /LegacyDatabase/TGModernCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGModernCache.h -------------------------------------------------------------------------------- /LegacyDatabase/TGModernCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGModernCache.m -------------------------------------------------------------------------------- /LegacyDatabase/TGPeerId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGPeerId.h -------------------------------------------------------------------------------- /LegacyDatabase/TGPluralization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGPluralization.h -------------------------------------------------------------------------------- /LegacyDatabase/TGPluralization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGPluralization.m -------------------------------------------------------------------------------- /LegacyDatabase/TGRoundImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGRoundImage.h -------------------------------------------------------------------------------- /LegacyDatabase/TGRoundImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGRoundImage.m -------------------------------------------------------------------------------- /LegacyDatabase/TGScaleImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGScaleImage.h -------------------------------------------------------------------------------- /LegacyDatabase/TGScaleImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGScaleImage.m -------------------------------------------------------------------------------- /LegacyDatabase/TGSearchSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGSearchSignals.h -------------------------------------------------------------------------------- /LegacyDatabase/TGSearchSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGSearchSignals.m -------------------------------------------------------------------------------- /LegacyDatabase/TGShareContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGShareContext.h -------------------------------------------------------------------------------- /LegacyDatabase/TGShareContext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGShareContext.m -------------------------------------------------------------------------------- /LegacyDatabase/TGUserModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGUserModel.h -------------------------------------------------------------------------------- /LegacyDatabase/TGUserModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/TGUserModel.m -------------------------------------------------------------------------------- /LegacyDatabase/lmdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/lmdb.h -------------------------------------------------------------------------------- /LegacyDatabase/mdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/mdb.c -------------------------------------------------------------------------------- /LegacyDatabase/midl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/midl.c -------------------------------------------------------------------------------- /LegacyDatabase/midl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/midl.h -------------------------------------------------------------------------------- /LegacyDatabase/sqlite3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/sqlite3.c -------------------------------------------------------------------------------- /LegacyDatabase/sqlite3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/sqlite3.h -------------------------------------------------------------------------------- /LegacyDatabase/sqlite3ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/LegacyDatabase/sqlite3ext.h -------------------------------------------------------------------------------- /Share/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/Info.plist -------------------------------------------------------------------------------- /Share/Share fork.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/Share fork.entitlements -------------------------------------------------------------------------------- /Share/Share.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/Share.entitlements -------------------------------------------------------------------------------- /Share/TGItemProviderSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGItemProviderSignals.h -------------------------------------------------------------------------------- /Share/TGItemProviderSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGItemProviderSignals.m -------------------------------------------------------------------------------- /Share/TGModernGalleryVideoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGModernGalleryVideoView.h -------------------------------------------------------------------------------- /Share/TGModernGalleryVideoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGModernGalleryVideoView.m -------------------------------------------------------------------------------- /Share/TGProgressAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGProgressAlert.h -------------------------------------------------------------------------------- /Share/TGProgressAlert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGProgressAlert.m -------------------------------------------------------------------------------- /Share/TGShareButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareButton.h -------------------------------------------------------------------------------- /Share/TGShareButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareButton.m -------------------------------------------------------------------------------- /Share/TGShareCaptionPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareCaptionPanel.h -------------------------------------------------------------------------------- /Share/TGShareCaptionPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareCaptionPanel.m -------------------------------------------------------------------------------- /Share/TGShareChatListCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareChatListCell.h -------------------------------------------------------------------------------- /Share/TGShareChatListCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareChatListCell.m -------------------------------------------------------------------------------- /Share/TGShareCheckButtonView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareCheckButtonView.h -------------------------------------------------------------------------------- /Share/TGShareCheckButtonView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareCheckButtonView.m -------------------------------------------------------------------------------- /Share/TGShareContactController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareContactController.h -------------------------------------------------------------------------------- /Share/TGShareContactController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareContactController.m -------------------------------------------------------------------------------- /Share/TGShareContactFieldCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareContactFieldCell.h -------------------------------------------------------------------------------- /Share/TGShareContactFieldCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareContactFieldCell.m -------------------------------------------------------------------------------- /Share/TGShareController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareController.h -------------------------------------------------------------------------------- /Share/TGShareController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareController.m -------------------------------------------------------------------------------- /Share/TGShareGrowingTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareGrowingTextView.h -------------------------------------------------------------------------------- /Share/TGShareGrowingTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareGrowingTextView.m -------------------------------------------------------------------------------- /Share/TGShareImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareImageView.h -------------------------------------------------------------------------------- /Share/TGShareImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareImageView.m -------------------------------------------------------------------------------- /Share/TGShareLocationMapView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareLocationMapView.h -------------------------------------------------------------------------------- /Share/TGShareLocationMapView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareLocationMapView.m -------------------------------------------------------------------------------- /Share/TGShareNavigationBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareNavigationBar.h -------------------------------------------------------------------------------- /Share/TGShareNavigationBar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareNavigationBar.m -------------------------------------------------------------------------------- /Share/TGSharePasscodeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGSharePasscodeView.h -------------------------------------------------------------------------------- /Share/TGSharePasscodeView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGSharePasscodeView.m -------------------------------------------------------------------------------- /Share/TGShareSearchBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareSearchBar.h -------------------------------------------------------------------------------- /Share/TGShareSearchBar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareSearchBar.m -------------------------------------------------------------------------------- /Share/TGShareSinglePeerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareSinglePeerCell.h -------------------------------------------------------------------------------- /Share/TGShareSinglePeerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareSinglePeerCell.m -------------------------------------------------------------------------------- /Share/TGShareTextViewInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareTextViewInternal.h -------------------------------------------------------------------------------- /Share/TGShareTextViewInternal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareTextViewInternal.m -------------------------------------------------------------------------------- /Share/TGShareToolbarButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareToolbarButton.h -------------------------------------------------------------------------------- /Share/TGShareToolbarButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareToolbarButton.m -------------------------------------------------------------------------------- /Share/TGShareToolbarView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareToolbarView.h -------------------------------------------------------------------------------- /Share/TGShareToolbarView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareToolbarView.m -------------------------------------------------------------------------------- /Share/TGShareTopPeersCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareTopPeersCell.h -------------------------------------------------------------------------------- /Share/TGShareTopPeersCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareTopPeersCell.m -------------------------------------------------------------------------------- /Share/TGShareVideoConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareVideoConverter.h -------------------------------------------------------------------------------- /Share/TGShareVideoConverter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareVideoConverter.m -------------------------------------------------------------------------------- /Share/TGShareWeakDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareWeakDelegate.h -------------------------------------------------------------------------------- /Share/TGShareWeakDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGShareWeakDelegate.m -------------------------------------------------------------------------------- /Share/TGTimerTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGTimerTarget.h -------------------------------------------------------------------------------- /Share/TGTimerTarget.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Share/TGTimerTarget.m -------------------------------------------------------------------------------- /SiriIntents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/SiriIntents/Info.plist -------------------------------------------------------------------------------- /SiriIntents/IntentHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/SiriIntents/IntentHandler.h -------------------------------------------------------------------------------- /SiriIntents/IntentHandler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/SiriIntents/IntentHandler.m -------------------------------------------------------------------------------- /TGBridgePeerIdAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/TGBridgePeerIdAdapter.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer1.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer1.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer17.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer17.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer17.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer20.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer20.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer20.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer23.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer23.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer46.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer46.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer46.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer46.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer66.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer66.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer66.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer66.m -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer73.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer73.h -------------------------------------------------------------------------------- /Telegraph/API/SecretLayer73.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/API/SecretLayer73.m -------------------------------------------------------------------------------- /Telegraph/ATActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATActor.h -------------------------------------------------------------------------------- /Telegraph/ATActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATActor.m -------------------------------------------------------------------------------- /Telegraph/ATActorSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATActorSystem.h -------------------------------------------------------------------------------- /Telegraph/ATActorSystem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATActorSystem.m -------------------------------------------------------------------------------- /Telegraph/ATMessageReceiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATMessageReceiver.h -------------------------------------------------------------------------------- /Telegraph/ATQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATQueue.h -------------------------------------------------------------------------------- /Telegraph/ATQueue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/ATQueue.m -------------------------------------------------------------------------------- /Telegraph/AttitudeESKF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/AttitudeESKF.cpp -------------------------------------------------------------------------------- /Telegraph/AttitudeESKF.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/AttitudeESKF.hpp -------------------------------------------------------------------------------- /Telegraph/DrawingContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/DrawingContext.h -------------------------------------------------------------------------------- /Telegraph/DrawingContext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/DrawingContext.m -------------------------------------------------------------------------------- /Telegraph/EDSunriseSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EDSunriseSet.h -------------------------------------------------------------------------------- /Telegraph/EDSunriseSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EDSunriseSet.m -------------------------------------------------------------------------------- /Telegraph/EMImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMImage.h -------------------------------------------------------------------------------- /Telegraph/EMImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMImage.m -------------------------------------------------------------------------------- /Telegraph/EMImageData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMImageData.h -------------------------------------------------------------------------------- /Telegraph/EMImageData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMImageData.m -------------------------------------------------------------------------------- /Telegraph/EMInMemoryImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMInMemoryImageCache.h -------------------------------------------------------------------------------- /Telegraph/EMInMemoryImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/EMInMemoryImageCache.m -------------------------------------------------------------------------------- /Telegraph/FetchResources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/FetchResources.h -------------------------------------------------------------------------------- /Telegraph/FetchResources.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/FetchResources.m -------------------------------------------------------------------------------- /Telegraph/Fork.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/Fork.entitlements -------------------------------------------------------------------------------- /Telegraph/MediaBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MediaBox.h -------------------------------------------------------------------------------- /Telegraph/MediaBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MediaBox.m -------------------------------------------------------------------------------- /Telegraph/MediaBoxContexts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MediaBoxContexts.h -------------------------------------------------------------------------------- /Telegraph/MediaBoxContexts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MediaBoxContexts.m -------------------------------------------------------------------------------- /Telegraph/MediaResource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MediaResource.h -------------------------------------------------------------------------------- /Telegraph/MultipartFetch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MultipartFetch.h -------------------------------------------------------------------------------- /Telegraph/MultipartFetch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/MultipartFetch.m -------------------------------------------------------------------------------- /Telegraph/PhotoResources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/PhotoResources.h -------------------------------------------------------------------------------- /Telegraph/PhotoResources.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/PhotoResources.m -------------------------------------------------------------------------------- /Telegraph/Resources/sent.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/Resources/sent.caf -------------------------------------------------------------------------------- /Telegraph/TGAccessChecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccessChecker.h -------------------------------------------------------------------------------- /Telegraph/TGAccessChecker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccessChecker.m -------------------------------------------------------------------------------- /Telegraph/TGAccountSetting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccountSetting.h -------------------------------------------------------------------------------- /Telegraph/TGAccountSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccountSettings.h -------------------------------------------------------------------------------- /Telegraph/TGAccountSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccountSettings.m -------------------------------------------------------------------------------- /Telegraph/TGAccountSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccountSignals.h -------------------------------------------------------------------------------- /Telegraph/TGAccountSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAccountSignals.m -------------------------------------------------------------------------------- /Telegraph/TGActionMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActionMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGActionMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActionMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGActionSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActionSheet.h -------------------------------------------------------------------------------- /Telegraph/TGActionSheet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActionSheet.m -------------------------------------------------------------------------------- /Telegraph/TGActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActor.h -------------------------------------------------------------------------------- /Telegraph/TGActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGActor.m -------------------------------------------------------------------------------- /Telegraph/TGAdSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAdSignals.h -------------------------------------------------------------------------------- /Telegraph/TGAdSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAdSignals.m -------------------------------------------------------------------------------- /Telegraph/TGAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppDelegate.h -------------------------------------------------------------------------------- /Telegraph/TGAppDelegate.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppDelegate.mm -------------------------------------------------------------------------------- /Telegraph/TGAppSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppSession.h -------------------------------------------------------------------------------- /Telegraph/TGAppSession.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppSession.m -------------------------------------------------------------------------------- /Telegraph/TGAppSessionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppSessionItem.h -------------------------------------------------------------------------------- /Telegraph/TGAppSessionItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAppSessionItem.m -------------------------------------------------------------------------------- /Telegraph/TGApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGApplication.h -------------------------------------------------------------------------------- /Telegraph/TGApplication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGApplication.m -------------------------------------------------------------------------------- /Telegraph/TGAudioBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioBuffer.h -------------------------------------------------------------------------------- /Telegraph/TGAudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioPlayer.h -------------------------------------------------------------------------------- /Telegraph/TGAudioPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioPlayer.m -------------------------------------------------------------------------------- /Telegraph/TGAudioRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioRecorder.h -------------------------------------------------------------------------------- /Telegraph/TGAudioRecorder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioRecorder.m -------------------------------------------------------------------------------- /Telegraph/TGAudioSliderArea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioSliderArea.h -------------------------------------------------------------------------------- /Telegraph/TGAudioSliderArea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioSliderArea.m -------------------------------------------------------------------------------- /Telegraph/TGAudioSliderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioSliderView.h -------------------------------------------------------------------------------- /Telegraph/TGAudioSliderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAudioSliderView.m -------------------------------------------------------------------------------- /Telegraph/TGAuthSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAuthSession.h -------------------------------------------------------------------------------- /Telegraph/TGAuthSession.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAuthSession.m -------------------------------------------------------------------------------- /Telegraph/TGAuthSessionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAuthSessionItem.h -------------------------------------------------------------------------------- /Telegraph/TGAuthSessionItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGAuthSessionItem.m -------------------------------------------------------------------------------- /Telegraph/TGBingSearchActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBingSearchActor.h -------------------------------------------------------------------------------- /Telegraph/TGBingSearchActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBingSearchActor.m -------------------------------------------------------------------------------- /Telegraph/TGBotSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBotSignals.h -------------------------------------------------------------------------------- /Telegraph/TGBotSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBotSignals.m -------------------------------------------------------------------------------- /Telegraph/TGBridgeServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBridgeServer.h -------------------------------------------------------------------------------- /Telegraph/TGBridgeServer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBridgeServer.m -------------------------------------------------------------------------------- /Telegraph/TGBridgeService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBridgeService.h -------------------------------------------------------------------------------- /Telegraph/TGBridgeService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGBridgeService.m -------------------------------------------------------------------------------- /Telegraph/TGButtonMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGButtonMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGButtonMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGButtonMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGButtonsMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGButtonsMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGButtonsMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGButtonsMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGCacheController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCacheController.h -------------------------------------------------------------------------------- /Telegraph/TGCacheController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCacheController.m -------------------------------------------------------------------------------- /Telegraph/TGCachePeerItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCachePeerItem.h -------------------------------------------------------------------------------- /Telegraph/TGCachePeerItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCachePeerItem.m -------------------------------------------------------------------------------- /Telegraph/TGCachedUserData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCachedUserData.h -------------------------------------------------------------------------------- /Telegraph/TGCachedUserData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCachedUserData.m -------------------------------------------------------------------------------- /Telegraph/TGCallAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAlertView.h -------------------------------------------------------------------------------- /Telegraph/TGCallAlertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAlertView.m -------------------------------------------------------------------------------- /Telegraph/TGCallAudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAudioPlayer.h -------------------------------------------------------------------------------- /Telegraph/TGCallAudioPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAudioPlayer.m -------------------------------------------------------------------------------- /Telegraph/TGCallAvatarView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAvatarView.h -------------------------------------------------------------------------------- /Telegraph/TGCallAvatarView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallAvatarView.m -------------------------------------------------------------------------------- /Telegraph/TGCallButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallButton.h -------------------------------------------------------------------------------- /Telegraph/TGCallButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallButton.m -------------------------------------------------------------------------------- /Telegraph/TGCallButtonsView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallButtonsView.h -------------------------------------------------------------------------------- /Telegraph/TGCallButtonsView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallButtonsView.m -------------------------------------------------------------------------------- /Telegraph/TGCallCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallCell.h -------------------------------------------------------------------------------- /Telegraph/TGCallCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallCell.m -------------------------------------------------------------------------------- /Telegraph/TGCallContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallContext.h -------------------------------------------------------------------------------- /Telegraph/TGCallContext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallContext.m -------------------------------------------------------------------------------- /Telegraph/TGCallController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallController.h -------------------------------------------------------------------------------- /Telegraph/TGCallController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallController.mm -------------------------------------------------------------------------------- /Telegraph/TGCallDebugView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallDebugView.h -------------------------------------------------------------------------------- /Telegraph/TGCallDebugView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallDebugView.m -------------------------------------------------------------------------------- /Telegraph/TGCallInfoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallInfoView.h -------------------------------------------------------------------------------- /Telegraph/TGCallInfoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallInfoView.m -------------------------------------------------------------------------------- /Telegraph/TGCallKitAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallKitAdapter.h -------------------------------------------------------------------------------- /Telegraph/TGCallKitAdapter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallKitAdapter.m -------------------------------------------------------------------------------- /Telegraph/TGCallManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallManager.h -------------------------------------------------------------------------------- /Telegraph/TGCallManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallManager.m -------------------------------------------------------------------------------- /Telegraph/TGCallRatingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallRatingView.h -------------------------------------------------------------------------------- /Telegraph/TGCallRatingView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallRatingView.m -------------------------------------------------------------------------------- /Telegraph/TGCallSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallSession.h -------------------------------------------------------------------------------- /Telegraph/TGCallSession.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallSession.mm -------------------------------------------------------------------------------- /Telegraph/TGCallSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallSignals.h -------------------------------------------------------------------------------- /Telegraph/TGCallSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallSignals.m -------------------------------------------------------------------------------- /Telegraph/TGCallState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallState.h -------------------------------------------------------------------------------- /Telegraph/TGCallState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallState.m -------------------------------------------------------------------------------- /Telegraph/TGCallUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallUtils.h -------------------------------------------------------------------------------- /Telegraph/TGCallUtils.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallUtils.mm -------------------------------------------------------------------------------- /Telegraph/TGCallView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallView.h -------------------------------------------------------------------------------- /Telegraph/TGCallView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCallView.m -------------------------------------------------------------------------------- /Telegraph/TGCdnData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCdnData.h -------------------------------------------------------------------------------- /Telegraph/TGCdnData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCdnData.m -------------------------------------------------------------------------------- /Telegraph/TGCdnFileData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCdnFileData.h -------------------------------------------------------------------------------- /Telegraph/TGCdnFileData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCdnFileData.m -------------------------------------------------------------------------------- /Telegraph/TGChangeNameActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChangeNameActor.h -------------------------------------------------------------------------------- /Telegraph/TGChangeNameActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChangeNameActor.m -------------------------------------------------------------------------------- /Telegraph/TGChannelList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChannelList.h -------------------------------------------------------------------------------- /Telegraph/TGChannelList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChannelList.m -------------------------------------------------------------------------------- /Telegraph/TGChatActionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatActionItem.h -------------------------------------------------------------------------------- /Telegraph/TGChatActionItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatActionItem.m -------------------------------------------------------------------------------- /Telegraph/TGChatActionsView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatActionsView.h -------------------------------------------------------------------------------- /Telegraph/TGChatActionsView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatActionsView.m -------------------------------------------------------------------------------- /Telegraph/TGChatListSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatListSignals.h -------------------------------------------------------------------------------- /Telegraph/TGChatListSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGChatListSignals.m -------------------------------------------------------------------------------- /Telegraph/TGCollectionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCollectionItem.h -------------------------------------------------------------------------------- /Telegraph/TGCollectionItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCollectionItem.m -------------------------------------------------------------------------------- /Telegraph/TGCommentMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCommentMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGCommentMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCommentMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGContactCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGContactCell.h -------------------------------------------------------------------------------- /Telegraph/TGContactCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGContactCell.m -------------------------------------------------------------------------------- /Telegraph/TGCustomAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCustomAlertView.h -------------------------------------------------------------------------------- /Telegraph/TGCustomAlertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGCustomAlertView.m -------------------------------------------------------------------------------- /Telegraph/TGDataItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDataItem.h -------------------------------------------------------------------------------- /Telegraph/TGDataItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDataItem.m -------------------------------------------------------------------------------- /Telegraph/TGDatabaseLegacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDatabaseLegacy.h -------------------------------------------------------------------------------- /Telegraph/TGDatabaseLegacy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDatabaseLegacy.m -------------------------------------------------------------------------------- /Telegraph/TGDebugController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDebugController.h -------------------------------------------------------------------------------- /Telegraph/TGDebugController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDebugController.m -------------------------------------------------------------------------------- /Telegraph/TGDialogListItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDialogListItem.h -------------------------------------------------------------------------------- /Telegraph/TGDialogListItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDialogListItem.m -------------------------------------------------------------------------------- /Telegraph/TGDropboxHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDropboxHelper.h -------------------------------------------------------------------------------- /Telegraph/TGDropboxHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDropboxHelper.m -------------------------------------------------------------------------------- /Telegraph/TGDropboxItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDropboxItem.h -------------------------------------------------------------------------------- /Telegraph/TGDropboxItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGDropboxItem.m -------------------------------------------------------------------------------- /Telegraph/TGEmbedItemView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedItemView.h -------------------------------------------------------------------------------- /Telegraph/TGEmbedItemView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedItemView.m -------------------------------------------------------------------------------- /Telegraph/TGEmbedMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedMenu.h -------------------------------------------------------------------------------- /Telegraph/TGEmbedMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedMenu.m -------------------------------------------------------------------------------- /Telegraph/TGEmbedPIPView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedPIPView.h -------------------------------------------------------------------------------- /Telegraph/TGEmbedPIPView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGEmbedPIPView.m -------------------------------------------------------------------------------- /Telegraph/TGFaqActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFaqActor.h -------------------------------------------------------------------------------- /Telegraph/TGFaqActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFaqActor.m -------------------------------------------------------------------------------- /Telegraph/TGFaqController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFaqController.h -------------------------------------------------------------------------------- /Telegraph/TGFaqController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFaqController.m -------------------------------------------------------------------------------- /Telegraph/TGFeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeed.h -------------------------------------------------------------------------------- /Telegraph/TGFeed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeed.m -------------------------------------------------------------------------------- /Telegraph/TGFeedList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeedList.h -------------------------------------------------------------------------------- /Telegraph/TGFeedList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeedList.m -------------------------------------------------------------------------------- /Telegraph/TGFeedPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeedPosition.h -------------------------------------------------------------------------------- /Telegraph/TGFeedPosition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFeedPosition.m -------------------------------------------------------------------------------- /Telegraph/TGFileReference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFileReference.h -------------------------------------------------------------------------------- /Telegraph/TGFileUploadActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFileUploadActor.h -------------------------------------------------------------------------------- /Telegraph/TGFlatActionCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFlatActionCell.h -------------------------------------------------------------------------------- /Telegraph/TGFlatActionCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGFlatActionCell.m -------------------------------------------------------------------------------- /Telegraph/TGGLVideoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGLVideoView.h -------------------------------------------------------------------------------- /Telegraph/TGGLVideoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGLVideoView.m -------------------------------------------------------------------------------- /Telegraph/TGGifGalleryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGifGalleryModel.h -------------------------------------------------------------------------------- /Telegraph/TGGifGalleryModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGifGalleryModel.m -------------------------------------------------------------------------------- /Telegraph/TGGifKeyboardCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGifKeyboardCell.h -------------------------------------------------------------------------------- /Telegraph/TGGifKeyboardCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGifKeyboardCell.m -------------------------------------------------------------------------------- /Telegraph/TGGroupedCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGroupedCell.h -------------------------------------------------------------------------------- /Telegraph/TGGroupedCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGGroupedCell.m -------------------------------------------------------------------------------- /Telegraph/TGHolderSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGHolderSet.h -------------------------------------------------------------------------------- /Telegraph/TGHolderSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGHolderSet.m -------------------------------------------------------------------------------- /Telegraph/TGICloudItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGICloudItem.h -------------------------------------------------------------------------------- /Telegraph/TGICloudItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGICloudItem.m -------------------------------------------------------------------------------- /Telegraph/TGInlineVideoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInlineVideoView.h -------------------------------------------------------------------------------- /Telegraph/TGInlineVideoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInlineVideoView.m -------------------------------------------------------------------------------- /Telegraph/TGInputMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInputMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGInputMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInputMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGInstantPage+TG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInstantPage+TG.h -------------------------------------------------------------------------------- /Telegraph/TGInstantPage+TG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInstantPage+TG.m -------------------------------------------------------------------------------- /Telegraph/TGInstantPageTile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInstantPageTile.h -------------------------------------------------------------------------------- /Telegraph/TGInstantPageTile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInstantPageTile.m -------------------------------------------------------------------------------- /Telegraph/TGInterfaceAssets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGInterfaceAssets.h -------------------------------------------------------------------------------- /Telegraph/TGJpegTurbo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGJpegTurbo.h -------------------------------------------------------------------------------- /Telegraph/TGJpegTurbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGJpegTurbo.m -------------------------------------------------------------------------------- /Telegraph/TGKeychainImport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGKeychainImport.h -------------------------------------------------------------------------------- /Telegraph/TGKeychainImport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGKeychainImport.m -------------------------------------------------------------------------------- /Telegraph/TGLabelMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLabelMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGLabelMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLabelMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGLinkTargetView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLinkTargetView.h -------------------------------------------------------------------------------- /Telegraph/TGLinkTargetView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLinkTargetView.m -------------------------------------------------------------------------------- /Telegraph/TGLiveUploadActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLiveUploadActor.h -------------------------------------------------------------------------------- /Telegraph/TGLiveUploadActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLiveUploadActor.m -------------------------------------------------------------------------------- /Telegraph/TGLoadingItemView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLoadingItemView.h -------------------------------------------------------------------------------- /Telegraph/TGLoadingItemView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLoadingItemView.m -------------------------------------------------------------------------------- /Telegraph/TGLockIconView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLockIconView.h -------------------------------------------------------------------------------- /Telegraph/TGLockIconView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGLockIconView.m -------------------------------------------------------------------------------- /Telegraph/TGMarqueeLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMarqueeLabel.h -------------------------------------------------------------------------------- /Telegraph/TGMarqueeLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMarqueeLabel.m -------------------------------------------------------------------------------- /Telegraph/TGMeContactsCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMeContactsCell.h -------------------------------------------------------------------------------- /Telegraph/TGMeContactsCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMeContactsCell.m -------------------------------------------------------------------------------- /Telegraph/TGMediaSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMediaSignals.h -------------------------------------------------------------------------------- /Telegraph/TGMediaSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMediaSignals.m -------------------------------------------------------------------------------- /Telegraph/TGMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGMenuSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMenuSection.h -------------------------------------------------------------------------------- /Telegraph/TGMenuSection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMenuSection.m -------------------------------------------------------------------------------- /Telegraph/TGMessageRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMessageRange.h -------------------------------------------------------------------------------- /Telegraph/TGMessageRange.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMessageRange.mm -------------------------------------------------------------------------------- /Telegraph/TGModernColorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernColorView.h -------------------------------------------------------------------------------- /Telegraph/TGModernColorView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernColorView.m -------------------------------------------------------------------------------- /Telegraph/TGModernImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernImageView.h -------------------------------------------------------------------------------- /Telegraph/TGModernImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernImageView.m -------------------------------------------------------------------------------- /Telegraph/TGModernTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernTextView.h -------------------------------------------------------------------------------- /Telegraph/TGModernTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernTextView.m -------------------------------------------------------------------------------- /Telegraph/TGModernView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernView.h -------------------------------------------------------------------------------- /Telegraph/TGModernViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernViewModel.h -------------------------------------------------------------------------------- /Telegraph/TGModernViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGModernViewModel.m -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayer.h -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayer.m -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayerItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayerItem.h -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayerItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayerItem.m -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayerView.h -------------------------------------------------------------------------------- /Telegraph/TGMusicPlayerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicPlayerView.m -------------------------------------------------------------------------------- /Telegraph/TGMusicUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicUtils.h -------------------------------------------------------------------------------- /Telegraph/TGMusicUtils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGMusicUtils.m -------------------------------------------------------------------------------- /Telegraph/TGNetworkSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGNetworkSettings.h -------------------------------------------------------------------------------- /Telegraph/TGNetworkSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGNetworkSettings.m -------------------------------------------------------------------------------- /Telegraph/TGNetworkWorker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGNetworkWorker.h -------------------------------------------------------------------------------- /Telegraph/TGNetworkWorker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGNetworkWorker.m -------------------------------------------------------------------------------- /Telegraph/TGOpenInAppItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInAppItem.h -------------------------------------------------------------------------------- /Telegraph/TGOpenInAppItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInAppItem.m -------------------------------------------------------------------------------- /Telegraph/TGOpenInMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInMenu.h -------------------------------------------------------------------------------- /Telegraph/TGOpenInMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInMenu.m -------------------------------------------------------------------------------- /Telegraph/TGOpenInSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInSignals.h -------------------------------------------------------------------------------- /Telegraph/TGOpenInSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGOpenInSignals.m -------------------------------------------------------------------------------- /Telegraph/TGPasscodeSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPasscodeSignals.h -------------------------------------------------------------------------------- /Telegraph/TGPasscodeSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPasscodeSignals.m -------------------------------------------------------------------------------- /Telegraph/TGPasscodeWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPasscodeWindow.h -------------------------------------------------------------------------------- /Telegraph/TGPasscodeWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPasscodeWindow.m -------------------------------------------------------------------------------- /Telegraph/TGPassportErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportErrors.h -------------------------------------------------------------------------------- /Telegraph/TGPassportErrors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportErrors.m -------------------------------------------------------------------------------- /Telegraph/TGPassportFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportFile.h -------------------------------------------------------------------------------- /Telegraph/TGPassportFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportFile.m -------------------------------------------------------------------------------- /Telegraph/TGPassportForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportForm.h -------------------------------------------------------------------------------- /Telegraph/TGPassportForm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportForm.m -------------------------------------------------------------------------------- /Telegraph/TGPassportICloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportICloud.h -------------------------------------------------------------------------------- /Telegraph/TGPassportICloud.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportICloud.m -------------------------------------------------------------------------------- /Telegraph/TGPassportSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportSignals.h -------------------------------------------------------------------------------- /Telegraph/TGPassportSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPassportSignals.m -------------------------------------------------------------------------------- /Telegraph/TGPaymentForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPaymentForm.h -------------------------------------------------------------------------------- /Telegraph/TGPaymentForm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPaymentForm.m -------------------------------------------------------------------------------- /Telegraph/TGPeerInfoSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPeerInfoSignals.h -------------------------------------------------------------------------------- /Telegraph/TGPeerInfoSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPeerInfoSignals.m -------------------------------------------------------------------------------- /Telegraph/TGPeerReadState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPeerReadState.h -------------------------------------------------------------------------------- /Telegraph/TGPeerReadState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPeerReadState.m -------------------------------------------------------------------------------- /Telegraph/TGPhoneTextField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhoneTextField.h -------------------------------------------------------------------------------- /Telegraph/TGPhoneTextField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhoneTextField.m -------------------------------------------------------------------------------- /Telegraph/TGPhonebookNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhonebookNumber.h -------------------------------------------------------------------------------- /Telegraph/TGPhonebookNumber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhonebookNumber.m -------------------------------------------------------------------------------- /Telegraph/TGPhonebookRecord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhonebookRecord.h -------------------------------------------------------------------------------- /Telegraph/TGPhonebookRecord.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhonebookRecord.m -------------------------------------------------------------------------------- /Telegraph/TGPhotoGridCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhotoGridCell.h -------------------------------------------------------------------------------- /Telegraph/TGPhotoGridCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPhotoGridCell.m -------------------------------------------------------------------------------- /Telegraph/TGPickerSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPickerSheet.h -------------------------------------------------------------------------------- /Telegraph/TGPickerSheet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPickerSheet.m -------------------------------------------------------------------------------- /Telegraph/TGPreparedMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPreparedMessage.h -------------------------------------------------------------------------------- /Telegraph/TGPreparedMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPreparedMessage.m -------------------------------------------------------------------------------- /Telegraph/TGPresentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPresentation.h -------------------------------------------------------------------------------- /Telegraph/TGPresentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPresentation.m -------------------------------------------------------------------------------- /Telegraph/TGPreviewMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPreviewMenu.h -------------------------------------------------------------------------------- /Telegraph/TGPreviewMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGPreviewMenu.m -------------------------------------------------------------------------------- /Telegraph/TGProxyBarButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyBarButton.h -------------------------------------------------------------------------------- /Telegraph/TGProxyBarButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyBarButton.m -------------------------------------------------------------------------------- /Telegraph/TGProxyItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyItem.h -------------------------------------------------------------------------------- /Telegraph/TGProxyItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyItem.m -------------------------------------------------------------------------------- /Telegraph/TGProxyMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyMenu.h -------------------------------------------------------------------------------- /Telegraph/TGProxyMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyMenu.m -------------------------------------------------------------------------------- /Telegraph/TGProxySignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxySignals.h -------------------------------------------------------------------------------- /Telegraph/TGProxySignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxySignals.m -------------------------------------------------------------------------------- /Telegraph/TGProxyWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyWindow.h -------------------------------------------------------------------------------- /Telegraph/TGProxyWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGProxyWindow.m -------------------------------------------------------------------------------- /Telegraph/TGQueuedPeerPoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGQueuedPeerPoll.h -------------------------------------------------------------------------------- /Telegraph/TGQueuedPeerPoll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGQueuedPeerPoll.m -------------------------------------------------------------------------------- /Telegraph/TGRawHttpRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGRawHttpRequest.h -------------------------------------------------------------------------------- /Telegraph/TGRawHttpRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGRawHttpRequest.m -------------------------------------------------------------------------------- /Telegraph/TGRootController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGRootController.h -------------------------------------------------------------------------------- /Telegraph/TGRootController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGRootController.m -------------------------------------------------------------------------------- /Telegraph/TGSchema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSchema.h -------------------------------------------------------------------------------- /Telegraph/TGSchema.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSchema.m -------------------------------------------------------------------------------- /Telegraph/TGSendAudioSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSendAudioSignal.h -------------------------------------------------------------------------------- /Telegraph/TGSendAudioSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSendAudioSignal.m -------------------------------------------------------------------------------- /Telegraph/TGServiceSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGServiceSignals.h -------------------------------------------------------------------------------- /Telegraph/TGServiceSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGServiceSignals.m -------------------------------------------------------------------------------- /Telegraph/TGShareMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareMenu.h -------------------------------------------------------------------------------- /Telegraph/TGShareMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareMenu.m -------------------------------------------------------------------------------- /Telegraph/TGShareSheetView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareSheetView.h -------------------------------------------------------------------------------- /Telegraph/TGShareSheetView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareSheetView.m -------------------------------------------------------------------------------- /Telegraph/TGShareTargetCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareTargetCell.h -------------------------------------------------------------------------------- /Telegraph/TGShareTargetCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGShareTargetCell.m -------------------------------------------------------------------------------- /Telegraph/TGSharedMediaItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSharedMediaItem.h -------------------------------------------------------------------------------- /Telegraph/TGSignalImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSignalImageView.h -------------------------------------------------------------------------------- /Telegraph/TGSignalImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSignalImageView.m -------------------------------------------------------------------------------- /Telegraph/TGSimpleImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSimpleImageView.h -------------------------------------------------------------------------------- /Telegraph/TGSimpleImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSimpleImageView.m -------------------------------------------------------------------------------- /Telegraph/TGSpringAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSpringAnimation.h -------------------------------------------------------------------------------- /Telegraph/TGSpringAnimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSpringAnimation.m -------------------------------------------------------------------------------- /Telegraph/TGStickersMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStickersMenu.h -------------------------------------------------------------------------------- /Telegraph/TGStickersMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStickersMenu.m -------------------------------------------------------------------------------- /Telegraph/TGStickersSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStickersSignals.h -------------------------------------------------------------------------------- /Telegraph/TGStickersSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStickersSignals.m -------------------------------------------------------------------------------- /Telegraph/TGStoreAssetActor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStoreAssetActor.h -------------------------------------------------------------------------------- /Telegraph/TGStoreAssetActor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGStoreAssetActor.m -------------------------------------------------------------------------------- /Telegraph/TGSwitchItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSwitchItem.h -------------------------------------------------------------------------------- /Telegraph/TGSwitchItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSwitchItem.m -------------------------------------------------------------------------------- /Telegraph/TGSwitchItemCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSwitchItemCell.h -------------------------------------------------------------------------------- /Telegraph/TGSwitchItemCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGSwitchItemCell.m -------------------------------------------------------------------------------- /Telegraph/TGTColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTColor.h -------------------------------------------------------------------------------- /Telegraph/TGTColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTColor.m -------------------------------------------------------------------------------- /Telegraph/TGTLSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTLSerialization.h -------------------------------------------------------------------------------- /Telegraph/TGTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTable.h -------------------------------------------------------------------------------- /Telegraph/TGTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTable.m -------------------------------------------------------------------------------- /Telegraph/TGTabletMainView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTabletMainView.h -------------------------------------------------------------------------------- /Telegraph/TGTabletMainView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTabletMainView.m -------------------------------------------------------------------------------- /Telegraph/TGTelegraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTelegraph.h -------------------------------------------------------------------------------- /Telegraph/TGTelegraph.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTelegraph.mm -------------------------------------------------------------------------------- /Telegraph/TGTermsOfService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTermsOfService.h -------------------------------------------------------------------------------- /Telegraph/TGTermsOfService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTermsOfService.m -------------------------------------------------------------------------------- /Telegraph/TGTimelineItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTimelineItem.h -------------------------------------------------------------------------------- /Telegraph/TGTimelineItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTimelineItem.m -------------------------------------------------------------------------------- /Telegraph/TGTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTimer.h -------------------------------------------------------------------------------- /Telegraph/TGTimer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTimer.m -------------------------------------------------------------------------------- /Telegraph/TGToastTitlePanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGToastTitlePanel.h -------------------------------------------------------------------------------- /Telegraph/TGToastTitlePanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGToastTitlePanel.m -------------------------------------------------------------------------------- /Telegraph/TGTokenFieldView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTokenFieldView.h -------------------------------------------------------------------------------- /Telegraph/TGTokenFieldView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTokenFieldView.m -------------------------------------------------------------------------------- /Telegraph/TGTokenView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTokenView.h -------------------------------------------------------------------------------- /Telegraph/TGTokenView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTokenView.m -------------------------------------------------------------------------------- /Telegraph/TGTooltipWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTooltipWindow.h -------------------------------------------------------------------------------- /Telegraph/TGTooltipWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTooltipWindow.m -------------------------------------------------------------------------------- /Telegraph/TGTwoStepConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTwoStepConfig.h -------------------------------------------------------------------------------- /Telegraph/TGTwoStepConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTwoStepConfig.m -------------------------------------------------------------------------------- /Telegraph/TGTwoStepUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTwoStepUtils.h -------------------------------------------------------------------------------- /Telegraph/TGTwoStepUtils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGTwoStepUtils.m -------------------------------------------------------------------------------- /Telegraph/TGUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdate.h -------------------------------------------------------------------------------- /Telegraph/TGUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdate.m -------------------------------------------------------------------------------- /Telegraph/TGUpdateAppInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdateAppInfo.h -------------------------------------------------------------------------------- /Telegraph/TGUpdateAppInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdateAppInfo.m -------------------------------------------------------------------------------- /Telegraph/TGUpdateMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdateMessage.h -------------------------------------------------------------------------------- /Telegraph/TGUpdateMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdateMessage.m -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithDate.h -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithDate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithDate.m -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithPts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithPts.h -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithPts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithPts.m -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithQts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithQts.h -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithQts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithQts.m -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithSeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithSeq.h -------------------------------------------------------------------------------- /Telegraph/TGUpdatesWithSeq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUpdatesWithSeq.m -------------------------------------------------------------------------------- /Telegraph/TGUser+Telegraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUser+Telegraph.h -------------------------------------------------------------------------------- /Telegraph/TGUser+Telegraph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUser+Telegraph.m -------------------------------------------------------------------------------- /Telegraph/TGUserDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserDefaults.h -------------------------------------------------------------------------------- /Telegraph/TGUserDefaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserDefaults.m -------------------------------------------------------------------------------- /Telegraph/TGUserNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserNode.h -------------------------------------------------------------------------------- /Telegraph/TGUserNode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserNode.m -------------------------------------------------------------------------------- /Telegraph/TGUserSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserSignal.h -------------------------------------------------------------------------------- /Telegraph/TGUserSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUserSignal.m -------------------------------------------------------------------------------- /Telegraph/TGUsersSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUsersSection.h -------------------------------------------------------------------------------- /Telegraph/TGUsersSection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGUsersSection.m -------------------------------------------------------------------------------- /Telegraph/TGVCard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVCard.h -------------------------------------------------------------------------------- /Telegraph/TGVCard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVCard.m -------------------------------------------------------------------------------- /Telegraph/TGVTPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVTPlayer.h -------------------------------------------------------------------------------- /Telegraph/TGVTPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVTPlayer.m -------------------------------------------------------------------------------- /Telegraph/TGVTPlayerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVTPlayerView.h -------------------------------------------------------------------------------- /Telegraph/TGVTPlayerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVTPlayerView.m -------------------------------------------------------------------------------- /Telegraph/TGVariantMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVariantMenuItem.h -------------------------------------------------------------------------------- /Telegraph/TGVariantMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVariantMenuItem.m -------------------------------------------------------------------------------- /Telegraph/TGVideoConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVideoConverter.h -------------------------------------------------------------------------------- /Telegraph/TGVideoConverter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVideoConverter.m -------------------------------------------------------------------------------- /Telegraph/TGVolumeBarView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVolumeBarView.h -------------------------------------------------------------------------------- /Telegraph/TGVolumeBarView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGVolumeBarView.m -------------------------------------------------------------------------------- /Telegraph/TGWatchController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWatchController.h -------------------------------------------------------------------------------- /Telegraph/TGWatchController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWatchController.m -------------------------------------------------------------------------------- /Telegraph/TGWeakReference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWeakReference.h -------------------------------------------------------------------------------- /Telegraph/TGWeakReference.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWeakReference.m -------------------------------------------------------------------------------- /Telegraph/TGWebSearchResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWebSearchResult.h -------------------------------------------------------------------------------- /Telegraph/TGWebpageSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWebpageSignals.h -------------------------------------------------------------------------------- /Telegraph/TGWebpageSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWebpageSignals.m -------------------------------------------------------------------------------- /Telegraph/TGWorker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorker.h -------------------------------------------------------------------------------- /Telegraph/TGWorker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorker.m -------------------------------------------------------------------------------- /Telegraph/TGWorkerPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorkerPool.h -------------------------------------------------------------------------------- /Telegraph/TGWorkerPool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorkerPool.m -------------------------------------------------------------------------------- /Telegraph/TGWorkerTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorkerTask.h -------------------------------------------------------------------------------- /Telegraph/TGWorkerTask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TGWorkerTask.m -------------------------------------------------------------------------------- /Telegraph/TLChat$channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLChat$channel.h -------------------------------------------------------------------------------- /Telegraph/TLChat$channel.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLChat$channel.mm -------------------------------------------------------------------------------- /Telegraph/TLChat$chat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLChat$chat.h -------------------------------------------------------------------------------- /Telegraph/TLChat$chat.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLChat$chat.mm -------------------------------------------------------------------------------- /Telegraph/TLConfig$config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLConfig$config.h -------------------------------------------------------------------------------- /Telegraph/TLConfig$config.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLConfig$config.mm -------------------------------------------------------------------------------- /Telegraph/TLDialog$dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLDialog$dialog.h -------------------------------------------------------------------------------- /Telegraph/TLDialog$dialog.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLDialog$dialog.mm -------------------------------------------------------------------------------- /Telegraph/TLGame$game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLGame$game.h -------------------------------------------------------------------------------- /Telegraph/TLGame$game.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLGame$game.mm -------------------------------------------------------------------------------- /Telegraph/TLInvoice$invoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLInvoice$invoice.h -------------------------------------------------------------------------------- /Telegraph/TLUpdates+TG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLUpdates+TG.h -------------------------------------------------------------------------------- /Telegraph/TLUpdates+TG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLUpdates+TG.m -------------------------------------------------------------------------------- /Telegraph/TLUser$modernUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLUser$modernUser.h -------------------------------------------------------------------------------- /Telegraph/TLWebPage_manual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLWebPage_manual.h -------------------------------------------------------------------------------- /Telegraph/TLWebPage_manual.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLWebPage_manual.mm -------------------------------------------------------------------------------- /Telegraph/TLhelp_ProxyData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLhelp_ProxyData.h -------------------------------------------------------------------------------- /Telegraph/TLhelp_ProxyData.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/TLhelp_ProxyData.mm -------------------------------------------------------------------------------- /Telegraph/emoji_suggestions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/emoji_suggestions.h -------------------------------------------------------------------------------- /Telegraph/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/main.m -------------------------------------------------------------------------------- /Telegraph/matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/matrix.hpp -------------------------------------------------------------------------------- /Telegraph/quaternion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/quaternion.cpp -------------------------------------------------------------------------------- /Telegraph/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Telegraph/quaternion.hpp -------------------------------------------------------------------------------- /Watch/App/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/App/Info.plist -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeChat.h -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeChat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeChat.m -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeClient.h -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeClient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeClient.m -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeCommon.h -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeCommon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeCommon.m -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgePacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgePacket.h -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgePacket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgePacket.m -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeUser.h -------------------------------------------------------------------------------- /Watch/Bridge/TGBridgeUser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Bridge/TGBridgeUser.m -------------------------------------------------------------------------------- /Watch/Extension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/Info.plist -------------------------------------------------------------------------------- /Watch/Extension/TGChatInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGChatInfo.h -------------------------------------------------------------------------------- /Watch/Extension/TGChatInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGChatInfo.m -------------------------------------------------------------------------------- /Watch/Extension/TGDateUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGDateUtils.h -------------------------------------------------------------------------------- /Watch/Extension/TGDateUtils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGDateUtils.m -------------------------------------------------------------------------------- /Watch/Extension/TGFileCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGFileCache.h -------------------------------------------------------------------------------- /Watch/Extension/TGFileCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGFileCache.m -------------------------------------------------------------------------------- /Watch/Extension/TGGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGGeometry.h -------------------------------------------------------------------------------- /Watch/Extension/TGGeometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGGeometry.m -------------------------------------------------------------------------------- /Watch/Extension/TGIndexPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGIndexPath.h -------------------------------------------------------------------------------- /Watch/Extension/TGIndexPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Watch/Extension/TGIndexPath.m -------------------------------------------------------------------------------- /Widget/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/Info.plist -------------------------------------------------------------------------------- /Widget/TGWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidget.h -------------------------------------------------------------------------------- /Widget/TGWidget.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidget.m -------------------------------------------------------------------------------- /Widget/TGWidgetController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetController.h -------------------------------------------------------------------------------- /Widget/TGWidgetController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetController.m -------------------------------------------------------------------------------- /Widget/TGWidgetSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetSignals.h -------------------------------------------------------------------------------- /Widget/TGWidgetSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetSignals.m -------------------------------------------------------------------------------- /Widget/TGWidgetUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetUser.h -------------------------------------------------------------------------------- /Widget/TGWidgetUser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetUser.m -------------------------------------------------------------------------------- /Widget/TGWidgetUserCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetUserCell.h -------------------------------------------------------------------------------- /Widget/TGWidgetUserCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/TGWidgetUserCell.m -------------------------------------------------------------------------------- /Widget/Widget.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/Widget/Widget.entitlements -------------------------------------------------------------------------------- /Widget/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "الأشخاص"; 2 | -------------------------------------------------------------------------------- /Widget/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "Leute"; 2 | -------------------------------------------------------------------------------- /Widget/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "People"; 2 | -------------------------------------------------------------------------------- /Widget/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "Personas"; 2 | -------------------------------------------------------------------------------- /Widget/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "Persone"; 2 | -------------------------------------------------------------------------------- /Widget/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "사람"; 2 | -------------------------------------------------------------------------------- /Widget/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "Mensen"; 2 | -------------------------------------------------------------------------------- /Widget/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "CFBundleDisplayName" = "Pessoas"; 2 | -------------------------------------------------------------------------------- /iPad-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/iPad-Landscape.png -------------------------------------------------------------------------------- /iPad-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/iPad-Landscape@2x.png -------------------------------------------------------------------------------- /iPad-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/iPad-Portrait.png -------------------------------------------------------------------------------- /iPad-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/iPad-Portrait@2x.png -------------------------------------------------------------------------------- /legacy/TL/MtProtoKit_Legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/MtProtoKit_Legacy.h -------------------------------------------------------------------------------- /legacy/TL/MtProtoKit_Legacy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/MtProtoKit_Legacy.m -------------------------------------------------------------------------------- /legacy/TL/NSData+GZip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSData+GZip.h -------------------------------------------------------------------------------- /legacy/TL/NSData+GZip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSData+GZip.m -------------------------------------------------------------------------------- /legacy/TL/NSInputStream+TL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSInputStream+TL.h -------------------------------------------------------------------------------- /legacy/TL/NSInputStream+TL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSInputStream+TL.m -------------------------------------------------------------------------------- /legacy/TL/NSOutputStream+TL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSOutputStream+TL.h -------------------------------------------------------------------------------- /legacy/TL/NSOutputStream+TL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/NSOutputStream+TL.m -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Chat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Chat.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Chat.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Chat.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Dialog.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Peer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Peer.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Peer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Peer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Photo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Photo.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Photo.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Photo.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_Update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_Update.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_User.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_User.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_User.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_User.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_int.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_int.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_int.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_long.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_long.h -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_long.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_long.mm -------------------------------------------------------------------------------- /legacy/TL/TL/NSArray_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/NSArray_string.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLBotCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLBotCommand.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLBotCommand.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLBotCommand.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLBotInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLBotInfo.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLBotInfo.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLBotInfo.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLCdnConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLCdnConfig.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLCdnConfig.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLCdnConfig.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLCdnPublicKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLCdnPublicKey.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChat.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChat.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChat.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatFull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatFull.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatFull.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatFull.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatInvite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatInvite.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatInvite.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatInvite.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatLocated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatLocated.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatLocated.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatLocated.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatPhoto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatPhoto.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLChatPhoto.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLChatPhoto.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLConfig.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLConfig.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLConfig.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLContact.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLContact.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLContact.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLContact.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLContactLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLContactLink.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLContactLink.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLContactLink.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDataJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDataJSON.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLDataJSON.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDataJSON.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDcOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDcOption.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLDcOption.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDcOption.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDialog.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLDialog.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDialog.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDialogPeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDialogPeer.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLDialogPeer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDialogPeer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDocument.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLDocument.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDocument.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLDraftMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLDraftMessage.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLError.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLError.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLError.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLFeedPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFeedPosition.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLFileHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFileHash.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLFileHash.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFileHash.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLFileLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFileLocation.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLFoundGif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFoundGif.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLFoundGif.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFoundGif.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLFutureSalt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFutureSalt.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLFutureSalt.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLFutureSalt.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLGame.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLGame.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLGame.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLGeoPlaceName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLGeoPlaceName.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLGeoPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLGeoPoint.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLGeoPoint.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLGeoPoint.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLHighScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLHighScore.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLHighScore.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLHighScore.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLHttpWait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLHttpWait.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLHttpWait.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLHttpWait.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputChannel.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputContact.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputContact.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputFile.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputFile.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputFile.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputGame.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputGame.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputGame.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputMedia.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputMedia.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputMedia.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputPeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputPeer.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputPeer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputPeer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputPhoto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputPhoto.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputPhoto.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputPhoto.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputUser.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInputUser.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInputUser.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLInvoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInvoice.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLInvoice.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLInvoice.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLLabeledPrice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLLabeledPrice.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMaskCoords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMaskCoords.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMaskCoords.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMaskCoords.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMessage.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMessage.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMessage.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLMessageGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMessageGroup.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMessageMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMessageMedia.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMessageRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMessageRange.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMetaScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMetaScheme.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMetaScheme.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMetaScheme.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgResendReq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgResendReq.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgsAck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgsAck.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgsAck.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgsAck.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgsAllInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgsAllInfo.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgsAllInfo.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgsAllInfo.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLMsgsStateReq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLMsgsStateReq.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLNearestDc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNearestDc.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLNearestDc.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNearestDc.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLNewSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNewSession.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLNewSession.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNewSession.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLNotifyPeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNotifyPeer.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLNotifyPeer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLNotifyPeer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPage.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPage.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPage.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPageBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPageBlock.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPageBlock.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPageBlock.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPeer.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPeer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPeer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPeerSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPeerSettings.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhoneCall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhoneCall.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhoneCall.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhoneCall.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhoto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhoto.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhoto.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhoto.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhotoSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhotoSize.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPhotoSize.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPhotoSize.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPong.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPong.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPong.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPostAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPostAddress.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPostAddress.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPostAddress.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPrivacyKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPrivacyKey.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPrivacyKey.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPrivacyKey.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLPrivacyRule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPrivacyRule.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLPrivacyRule.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLPrivacyRule.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLProtoMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLProtoMessage.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRPChelp_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRPChelp_test.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRPCping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRPCping.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRPCping.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRPCping.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLRPCreq_pq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRPCreq_pq.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRPCreq_pq.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRPCreq_pq.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLReplyMarkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLReplyMarkup.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLReplyMarkup.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLReplyMarkup.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLReportReason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLReportReason.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLResPQ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLResPQ.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLResPQ.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLResPQ.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLRichText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRichText.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRichText.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRichText.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLRpcError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRpcError.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLRpcError.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLRpcError.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLScheme.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLScheme.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLScheme.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLSchemeMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSchemeMethod.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSchemeParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSchemeParam.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSchemeParam.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSchemeParam.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLSchemeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSchemeType.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSchemeType.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSchemeType.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureData.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureData.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureData.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureFile.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureFile.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureFile.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureValue.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLSecureValue.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLSecureValue.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLStickerPack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLStickerPack.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLStickerPack.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLStickerPack.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLStickerSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLStickerSet.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLStickerSet.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLStickerSet.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLTopPeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLTopPeer.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLTopPeer.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLTopPeer.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUpdate.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLUpdate.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUpdate.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLUpdates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUpdates.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLUpdates.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUpdates.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUser.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLUser.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUser.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLUserFull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUserFull.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLUserFull.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUserFull.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLUserStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUserStatus.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLUserStatus.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLUserStatus.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLWallPaper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWallPaper.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLWallPaper.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWallPaper.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLWebDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWebDocument.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLWebDocument.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWebDocument.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLWebPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWebPage.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLWebPage.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLWebPage.mm -------------------------------------------------------------------------------- /legacy/TL/TL/TLhelp_Support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLhelp_Support.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLphotos_Photo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLphotos_Photo.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLupload_File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLupload_File.h -------------------------------------------------------------------------------- /legacy/TL/TL/TLupload_File.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TL/TLupload_File.mm -------------------------------------------------------------------------------- /legacy/TL/TLBool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLBool.h -------------------------------------------------------------------------------- /legacy/TL/TLBool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLBool.m -------------------------------------------------------------------------------- /legacy/TL/TLFutureSalts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLFutureSalts.h -------------------------------------------------------------------------------- /legacy/TL/TLFutureSalts.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLFutureSalts.mm -------------------------------------------------------------------------------- /legacy/TL/TLMetaClassStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaClassStore.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaClassStore.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaClassStore.mm -------------------------------------------------------------------------------- /legacy/TL/TLMetaConstructor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaConstructor.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaField.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaObject.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaObject.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaObject.mm -------------------------------------------------------------------------------- /legacy/TL/TLMetaRpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaRpc.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaRpc.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaRpc.mm -------------------------------------------------------------------------------- /legacy/TL/TLMetaType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaType.h -------------------------------------------------------------------------------- /legacy/TL/TLMetaType.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLMetaType.mm -------------------------------------------------------------------------------- /legacy/TL/TLObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLObject.h -------------------------------------------------------------------------------- /legacy/TL/TLObject.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLObject.mm -------------------------------------------------------------------------------- /legacy/TL/TLRpcResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLRpcResult.h -------------------------------------------------------------------------------- /legacy/TL/TLRpcResult.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TL/TLRpcResult.mm -------------------------------------------------------------------------------- /legacy/TelegraphKit/TGView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TelegraphKit/TGView.h -------------------------------------------------------------------------------- /legacy/TelegraphKit/TGView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/legacy/TelegraphKit/TGView.m -------------------------------------------------------------------------------- /recreate_schemes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/recreate_schemes.rb -------------------------------------------------------------------------------- /thirdparty/JPNG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/JPNG.h -------------------------------------------------------------------------------- /thirdparty/JPNG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/JPNG.m -------------------------------------------------------------------------------- /thirdparty/Lottie/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Lottie/.gitignore -------------------------------------------------------------------------------- /thirdparty/Lottie/.npmignore: -------------------------------------------------------------------------------- 1 | _AeFiles 2 | _Gifs 3 | Example 4 | -------------------------------------------------------------------------------- /thirdparty/Lottie/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Lottie/LICENSE -------------------------------------------------------------------------------- /thirdparty/Lottie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Lottie/README.md -------------------------------------------------------------------------------- /thirdparty/Lottie/index.js: -------------------------------------------------------------------------------- 1 | throw new Error('NPM Module \'lottie-ios\' has no main JavaScript export.'); 2 | -------------------------------------------------------------------------------- /thirdparty/Lottie/lottie-ios/Assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thirdparty/Lottie/lottie-ios/Classes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thirdparty/RMIntro/core/config.h: -------------------------------------------------------------------------------- 1 | #define LOGGING_ON 0 2 | -------------------------------------------------------------------------------- /thirdparty/RMIntro/core/macros.h: -------------------------------------------------------------------------------- 1 | #define UNUSED(x) (void)(x) 2 | -------------------------------------------------------------------------------- /thirdparty/RMIntro/platform/ios/HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDK.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /thirdparty/RMIntro/platform/ios/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /thirdparty/Reachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Reachability.h -------------------------------------------------------------------------------- /thirdparty/Reachability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Reachability.m -------------------------------------------------------------------------------- /thirdparty/Stripe/Fabric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/Fabric.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPBlocks.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPCard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPCard.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPCard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPCard.m -------------------------------------------------------------------------------- /thirdparty/Stripe/STPSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPSource.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPTheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPTheme.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPTheme.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPTheme.m -------------------------------------------------------------------------------- /thirdparty/Stripe/STPToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPToken.h -------------------------------------------------------------------------------- /thirdparty/Stripe/STPToken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/STPToken.m -------------------------------------------------------------------------------- /thirdparty/Stripe/Stripe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/Stripe/Stripe.h -------------------------------------------------------------------------------- /thirdparty/UIImage+WebP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/UIImage+WebP.h -------------------------------------------------------------------------------- /thirdparty/UIImage+WebP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/UIImage+WebP.m -------------------------------------------------------------------------------- /thirdparty/libbpg/libbpg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/libbpg/libbpg.a -------------------------------------------------------------------------------- /thirdparty/libbpg/libx265.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/libbpg/libx265.a -------------------------------------------------------------------------------- /thirdparty/lz4/lz4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4.c -------------------------------------------------------------------------------- /thirdparty/lz4/lz4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4.h -------------------------------------------------------------------------------- /thirdparty/lz4/lz4frame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4frame.c -------------------------------------------------------------------------------- /thirdparty/lz4/lz4frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4frame.h -------------------------------------------------------------------------------- /thirdparty/lz4/lz4hc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4hc.c -------------------------------------------------------------------------------- /thirdparty/lz4/lz4hc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/lz4hc.h -------------------------------------------------------------------------------- /thirdparty/lz4/xxhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/xxhash.c -------------------------------------------------------------------------------- /thirdparty/lz4/xxhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/lz4/xxhash.h -------------------------------------------------------------------------------- /thirdparty/ocr/ocr_nn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/thirdparty/ocr/ocr_nn.bin -------------------------------------------------------------------------------- /thirdparty/sqlcipher/.libs/libsqlcipher.dylib: -------------------------------------------------------------------------------- 1 | libsqlcipher.0.dylib -------------------------------------------------------------------------------- /thirdparty/sqlcipher/.libs/libsqlcipher.la: -------------------------------------------------------------------------------- 1 | ../libsqlcipher.la -------------------------------------------------------------------------------- /thirdparty/sqlcipher/.libs/libtclsqlite3.la: -------------------------------------------------------------------------------- 1 | ../libtclsqlite3.la -------------------------------------------------------------------------------- /thirdparty/sqlcipher/.target_source: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/bump_build_number.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/tools/bump_build_number.sh -------------------------------------------------------------------------------- /tools/sync_watch_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peter-iakovlev/Telegram/HEAD/tools/sync_watch_version.sh --------------------------------------------------------------------------------