├── .gitignore ├── .gitlab-ci.yml ├── .gitmodules ├── FocusIntents ├── FocusIntents.entitlements ├── FocusIntents.swift ├── FocusIntentsExtension.swift └── Info.plist ├── INSTALL.md ├── LICENSE ├── README.md ├── Telegram-Mac.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ ├── Telegram-Mac.xcscmblueprint │ ├── WorkspaceSettings.xcsettings │ └── swiftpm │ └── Package.resolved ├── Telegram-Mac ├── AboutModalController.swift ├── AccentColorRowItem.swift ├── AccountContext.swift ├── AccountInfoItem.swift ├── AccountUtils.swift ├── AccountViewController.swift ├── AddContactModalController.swift ├── AddContactTableItem.swift ├── AddReactionManager.swift ├── AddTonBalanceController.swift ├── AnimatedBadgeView.swift ├── AnimatedStickerUtils.swift ├── AnimtedStickerHeaderItem.swift ├── AppAppearanceViewController.swift ├── AppDelegate.swift ├── AppIntentDataModel.swift ├── AppIntentsData.swift ├── AppMenuAnimatedImage.swift ├── AppUpdateViewController.swift ├── Appearance.swift ├── AppearanceMoreItem.swift ├── AppearanceThumbs.swift ├── ApplicationContext.swift ├── ArchiveSettingsController.swift ├── ArchivedStickerPacksController.swift ├── ArchiverContext.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Logo_1024.png │ │ ├── Logo_128.png │ │ ├── Logo_16.png │ │ ├── Logo_256-1.png │ │ ├── Logo_256.png │ │ ├── Logo_32-1.png │ │ ├── Logo_32.png │ │ ├── Logo_512-1.png │ │ ├── Logo_512.png │ │ └── Logo_64.png │ ├── Contents.json │ ├── DiscussDarkBluePreview.imageset │ │ ├── Contents.json │ │ ├── DiscussDarkBluePreview.png │ │ └── DiscussDarkBluePreview@2x.png │ ├── DiscussDarkPreview.imageset │ │ ├── Contents.json │ │ ├── DiscussDarkPreview.png │ │ └── DiscussDarkPreview@2x.png │ ├── DiscussDayPreview.imageset │ │ ├── Contents.json │ │ ├── DiscussDayPreview.png │ │ └── DiscussDayPreview@2x.png │ ├── GiftRibbon.imageset │ │ ├── Contents.json │ │ └── giftline_chat.pdf │ ├── I.imageset │ │ ├── Contents.json │ │ ├── PhotoClose.png │ │ └── PhotoClose@2x.png │ ├── Icon.imageset │ │ ├── Contents.json │ │ ├── nft_24.png │ │ └── nft_24@2x.png │ ├── Icon_Account_Add_Account.imageset │ │ ├── Contents.json │ │ ├── person.png │ │ └── person@2x.png │ ├── Icon_Account_Change_Status.imageset │ │ ├── Contents.json │ │ ├── change_status.png │ │ └── change_status@2x.png │ ├── Icon_Account_Set_Status.imageset │ │ ├── Contents.json │ │ ├── set_status.png │ │ └── set_status@2x.png │ ├── Icon_Ad_Hide.imageset │ │ ├── Contents.json │ │ ├── xmark_24.png │ │ └── xmark_24@2x.png │ ├── Icon_Ad_More.imageset │ │ ├── Contents.json │ │ ├── more_24.png │ │ └── more_24@2x.png │ ├── Icon_AddBirthday.imageset │ │ ├── Contents.json │ │ ├── calendar_plus_24.png │ │ └── calendar_plus_24@2x.png │ ├── Icon_AddFeaturedStickers.imageset │ │ ├── Contents.json │ │ ├── addstickers.png │ │ └── addstickers@2x.png │ ├── Icon_Affiliate_Badge.imageset │ │ ├── Contents.json │ │ ├── affiliateBadge.png │ │ └── affiliateBadge@2x.png │ ├── Icon_Affiliate_Chevron.imageset │ │ ├── Contents.json │ │ ├── chevron_20.png │ │ └── chevron_20@2x.png │ ├── Icon_Affiliate_EarnStars.imageset │ │ ├── Contents.json │ │ ├── earnStars_24.png │ │ └── earnStars_24@2x.png │ ├── Icon_Affiliate_Expand.imageset │ │ ├── Contents.json │ │ ├── expand_16.png │ │ └── expand_16@2x.png │ ├── Icon_Affiliate_LinkSmall_Badge.imageset │ │ ├── Contents.json │ │ ├── linkBadge_16.png │ │ └── linkBadge_16@2x.png │ ├── Icon_Affiliate_PersonSmall.imageset │ │ ├── Contents.json │ │ ├── person_16.png │ │ └── person_16@2x.png │ ├── Icon_AgeVerification.imageset │ │ ├── Contents.json │ │ ├── face_id_90.png │ │ └── face_id_90@2x.png │ ├── Icon_AlertCheckBoxMark.imageset │ │ ├── Contents.json │ │ ├── check@1x.png │ │ └── check@2x.png │ ├── Icon_Android_Star_TopUp.imageset │ │ ├── Contents.json │ │ ├── android_top-up.png │ │ └── android_top-up@2x.png │ ├── Icon_AppStore_Star_TopUp.imageset │ │ ├── Contents.json │ │ ├── apple_top-up.png │ │ └── apple_top-up@2x.png │ ├── Icon_AppUpdate.imageset │ │ ├── Contents.json │ │ ├── Update.png │ │ └── Update@2x.png │ ├── Icon_AppearanceAddTheme.imageset │ │ ├── Contents.json │ │ ├── ThemeMac.png │ │ └── ThemeMac@2x.png │ ├── Icon_AppearanceSettings.imageset │ │ ├── Contents.json │ │ ├── ic_theme@1x.png │ │ └── ic_theme@2x.png │ ├── Icon_ArchiveAvatar.imageset │ │ ├── Contents.json │ │ ├── archiveavatar.png │ │ └── archiveavatar@2x (1).png │ ├── Icon_AttachCamera.imageset │ │ ├── Contents.json │ │ ├── ic_camera@1x.png │ │ └── ic_camera@2x.png │ ├── Icon_AttachFile.imageset │ │ ├── Contents.json │ │ ├── ic_document@1x.png │ │ └── ic_document@2x.png │ ├── Icon_AttachLocation.imageset │ │ ├── Contents.json │ │ ├── ic_location@1x.png │ │ └── ic_location@2x.png │ ├── Icon_AttachPhoto.imageset │ │ ├── Contents.json │ │ ├── ic_media@1x.png │ │ └── ic_media@2x.png │ ├── Icon_AttachPoll.imageset │ │ ├── Contents.json │ │ ├── ic_poll.png │ │ └── ic_poll@2x.png │ ├── Icon_AudioPlayer_List.imageset │ │ ├── Contents.json │ │ ├── list_30.png │ │ └── list_30@2x.png │ ├── Icon_AuthorHidden.imageset │ │ ├── Contents.json │ │ ├── hidden.png │ │ └── hidden@2x.png │ ├── Icon_AutoDeleteCircle.imageset │ │ ├── AutoDeleteCircle.png │ │ ├── AutoDeleteCircle@2x.png │ │ └── Contents.json │ ├── Icon_AutoTranslate.imageset │ │ ├── Contents.json │ │ ├── autoTranslate_24.png │ │ └── autoTranslate_24@2x.png │ ├── Icon_AvatarScheduled.imageset │ │ ├── Contents.json │ │ ├── avatar_scheduled.png │ │ └── avatar_scheduled@2x.png │ ├── Icon_Boost_Boost.imageset │ │ ├── Contents.json │ │ ├── ic_pf_boost_plus.png │ │ └── ic_pf_boost_plus@2x.png │ ├── Icon_Boost_Gift.imageset │ │ ├── Contents.json │ │ ├── ic_pf_gift.png │ │ └── ic_pf_gift@2x.png │ ├── Icon_Boost_Giveaway.imageset │ │ ├── Contents.json │ │ ├── ic_boost_plus.png │ │ └── ic_boost_plus@2x.png │ ├── Icon_Boost_Indicator_Multiple.imageset │ │ ├── Contents.json │ │ ├── boosts_14.png │ │ └── boosts_14@2x.png │ ├── Icon_Boost_Indicator_Single.imageset │ │ ├── Contents.json │ │ ├── boost_14.png │ │ └── boost_14@2x.png │ ├── Icon_Boost_Info.imageset │ │ ├── Contents.json │ │ ├── ic_pf_info.png │ │ └── ic_pf_info@2x.png │ ├── Icon_Boost_Lighting.imageset │ │ ├── Contents.json │ │ ├── lightning_30.png │ │ └── lightning_30@2x.png │ ├── Icon_Boost_Lighting_Small.imageset │ │ ├── Contents.json │ │ ├── lightning_16.png │ │ └── lightning_16@2x.png │ ├── Icon_Boost_Prepaid.imageset │ │ ├── Contents.json │ │ ├── boost_10x16.png │ │ └── boost_10x16@2x.png │ ├── Icon_Boost_Translation.imageset │ │ ├── Contents.json │ │ ├── translation_24.png │ │ └── translation_24@2x.png │ ├── Icon_Booster_Multiplier.imageset │ │ ├── Contents.json │ │ ├── boost_8x12.png │ │ └── boost_8x12@2x.png │ ├── Icon_BotAffiliate.imageset │ │ ├── Contents.json │ │ ├── affiliateProgram_24.png │ │ └── affiliateProgram_24@2x.png │ ├── Icon_BotAffiliate_Channel.imageset │ │ ├── Contents.json │ │ ├── channel_24.png │ │ └── channel_24@2x.png │ ├── Icon_BotAffiliate_Eye.imageset │ │ ├── Contents.json │ │ ├── eye_24.png │ │ └── eye_24@2x.png │ ├── Icon_BotAffiliate_Link.imageset │ │ ├── Contents.json │ │ ├── link_24.png │ │ └── link_24@2x.png │ ├── Icon_BotAffiliate_Shield.imageset │ │ ├── Contents.json │ │ ├── shield_24.png │ │ └── shield_24@2x.png │ ├── Icon_BotAffiliate_Star.imageset │ │ ├── Contents.json │ │ ├── star_24.png │ │ └── star_24@2x.png │ ├── Icon_BotAffiliate_Thumb.imageset │ │ ├── Contents.json │ │ ├── thumb_24.png │ │ └── thumb_24@2x.png │ ├── Icon_BotManager_Settings.imageset │ │ ├── Contents.json │ │ ├── settings_24.png │ │ └── settings_24@2x.png │ ├── Icon_Browser_AddTab.imageset │ │ ├── Contents.json │ │ ├── add_24.png │ │ └── add_24@2x.png │ ├── Icon_Browser_Back.imageset │ │ ├── Contents.json │ │ ├── back_24.png │ │ └── back_24@2x.png │ ├── Icon_Browser_Close.imageset │ │ ├── Contents.json │ │ ├── close_24.png │ │ └── close_24@2x.png │ ├── Icon_Browser_CloseTab.imageset │ │ ├── Contents.json │ │ ├── close_tab_16.png │ │ └── close_tab_16@2x.png │ ├── Icon_Browser_More.imageset │ │ ├── Contents.json │ │ ├── more_16.png │ │ └── more_16@2x.png │ ├── Icon_BurgerMenu.imageset │ │ ├── AudioPlayerList.png │ │ ├── AudioPlayerList@2x.png │ │ └── Contents.json │ ├── Icon_Business_Chat_Away.imageset │ │ ├── Contents.json │ │ ├── awayMessage.png │ │ └── awayMessage@2x.png │ ├── Icon_Business_Chat_Greetings.imageset │ │ ├── Contents.json │ │ ├── greetingMessage.png │ │ └── greetingMessage@2x.png │ ├── Icon_Business_Chat_QuickReply.imageset │ │ ├── Contents.json │ │ ├── quickReply.png │ │ └── quickReply@2x.png │ ├── Icon_Business_Links_Add.imageset │ │ ├── Contents.json │ │ ├── link_plus_24.png │ │ └── link_plus_24@2x.png │ ├── Icon_Bytes_Received.imageset │ │ ├── Contents.json │ │ ├── received.png │ │ └── received@2x.png │ ├── Icon_Bytes_Sent.imageset │ │ ├── Contents.json │ │ ├── sent.png │ │ └── sent@2x.png │ ├── Icon_Calendar.imageset │ │ ├── Contents.json │ │ ├── calendar_plus_24.png │ │ └── calendar_plus_24@2x.png │ ├── Icon_CallAccept_Window.imageset │ │ ├── Contents.json │ │ ├── ic_calls_accept.png │ │ └── ic_calls_accept@2x.png │ ├── Icon_CallCancelIcon.imageset │ │ ├── Contents.json │ │ ├── ic_call_cancel.png │ │ └── ic_call_cancel@2x.png │ ├── Icon_CallDecline_Inline.imageset │ │ ├── Contents.json │ │ ├── decline2.png │ │ └── decline2@2x.png │ ├── Icon_CallDecline_Window.imageset │ │ ├── Contents.json │ │ ├── ic_calls_decline.png │ │ └── ic_calls_decline@2x.png │ ├── Icon_CallDeviceSettings.imageset │ │ ├── Contents.json │ │ ├── Settings-1.png │ │ └── Settings@2x.png │ ├── Icon_CallMic_Window.imageset │ │ ├── Contents.json │ │ ├── ic_mic1.png │ │ └── ic_mic1@2x.png │ ├── Icon_CallMute_Inline.imageset │ │ ├── Contents.json │ │ ├── ic_mic2@1x (1).png │ │ └── ic_mic2@2x (2).png │ ├── Icon_CallMuted_Window.imageset │ │ ├── Contents.json │ │ ├── ic_calls_mute.png │ │ └── ic_calls_mute@2x.png │ ├── Icon_CallOutgoing.imageset │ │ ├── CallOutgoing@2x.png │ │ └── Contents.json │ ├── Icon_CallScreenSettings.imageset │ │ ├── Contents.json │ │ ├── callsettings.png │ │ └── callsettings@2x.png │ ├── Icon_CallScreenSharing.imageset │ │ ├── Contents.json │ │ ├── sharescreen.png │ │ └── sharescreen@2x.png │ ├── Icon_CallStar.imageset │ │ ├── CallStar@2x.png │ │ └── Contents.json │ ├── Icon_CallStar_Highlighted.imageset │ │ ├── CallStar_Highlighted@2x.png │ │ └── Contents.json │ ├── Icon_CallUnmuted_Inline.imageset │ │ ├── Contents.json │ │ ├── ic_mic1@1x (1).png │ │ └── ic_mic1@2x (2).png │ ├── Icon_CallVideo_Window.imageset │ │ ├── Contents.json │ │ ├── ic_calls_video.png │ │ └── ic_calls_video@2x.png │ ├── Icon_CallWindowClose.imageset │ │ ├── Contents.json │ │ ├── ic_close@1x.png │ │ └── ic_close@2x.png │ ├── Icon_Call_BatteryLow.imageset │ │ ├── Contents.json │ │ ├── ic_call_batteryislow.png │ │ └── ic_call_batteryislow@2x.png │ ├── Icon_Call_CameraOff.imageset │ │ ├── Contents.json │ │ ├── ic_call_cameraoff.png │ │ └── ic_call_cameraoff@2x.png │ ├── Icon_Call_MicroOff.imageset │ │ ├── Contents.json │ │ ├── ic_call_microphoneoff.png │ │ └── ic_call_microphoneoff@2x.png │ ├── Icon_ChangeColors.imageset │ │ ├── Contents.json │ │ ├── colors_24.png │ │ └── colors_24@2x.png │ ├── Icon_ChangeNumberIntro.imageset │ │ ├── Contents.json │ │ ├── changenumber.png │ │ └── changenumber@2x.png │ ├── Icon_ChannelComments.imageset │ │ ├── Contents.json │ │ ├── ic_msg_comments.png │ │ └── ic_msg_comments@2x.png │ ├── Icon_ChannelComments_Bubble.imageset │ │ ├── Contents.json │ │ ├── bubble.png │ │ └── bubble@2x.png │ ├── Icon_ChannelComments_Next.imageset │ │ ├── Contents.json │ │ ├── open.png │ │ └── open@2x.png │ ├── Icon_ChannelComments_Overlay.imageset │ │ ├── Contents.json │ │ ├── commentsstickers.png │ │ └── commentsstickers@2x.png │ ├── Icon_ChannelEcho.imageset │ │ ├── Contents.json │ │ ├── ic_bell@1x.png │ │ └── ic_bell@2x.png │ ├── Icon_ChannelEchoSilent.imageset │ │ ├── Contents.json │ │ ├── ic_bell_act@1x.png │ │ └── ic_bell_act@2x.png │ ├── Icon_ChannelFeature_Background.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_Background.png │ │ └── Icon_ChannelFeature_Background@2x.png │ ├── Icon_ChannelFeature_BackgroundPhoto.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_BackgroundPhoto.png │ │ └── Icon_ChannelFeature_BackgroundPhoto@2x.png │ ├── Icon_ChannelFeature_CoverColor.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_CoverColor.png │ │ └── Icon_ChannelFeature_CoverColor@2x.png │ ├── Icon_ChannelFeature_CoverIcon.imageset │ │ ├── Contents.json │ │ ├── cover_icon.png │ │ └── cover_icon@2x.png │ ├── Icon_ChannelFeature_EmojiPack.imageset │ │ ├── Contents.json │ │ ├── customemoji_24.png │ │ └── customemoji_24@2x.png │ ├── Icon_ChannelFeature_LinkColor.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_LinkColor.png │ │ └── Icon_ChannelFeature_LinkColor@2x.png │ ├── Icon_ChannelFeature_LinkIcon.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_LinkIcon.png │ │ └── Icon_ChannelFeature_LinkIcon@2x.png │ ├── Icon_ChannelFeature_NameColor.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_NameColor.png │ │ └── Icon_ChannelFeature_NameColor@2x.png │ ├── Icon_ChannelFeature_Reaction.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_Reaction.png │ │ └── Icon_ChannelFeature_Reaction@2x.png │ ├── Icon_ChannelFeature_Status.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_Status.png │ │ └── Icon_ChannelFeature_Status@2x.png │ ├── Icon_ChannelFeature_Stories.imageset │ │ ├── Contents.json │ │ ├── Icon_ChannelFeature_Stories.png │ │ └── Icon_ChannelFeature_Stories@2x.png │ ├── Icon_ChannelFeature_VoiceToText.imageset │ │ ├── Contents.json │ │ ├── voicetotext_24.png │ │ └── voicetotext_24@2x.png │ ├── Icon_ChannelIntro.imageset │ │ ├── ChannelIntro@2x.png │ │ └── Contents.json │ ├── Icon_ChannelPromoInfo.imageset │ │ ├── Contents.json │ │ ├── ic_help.png │ │ └── ic_help@2x.png │ ├── Icon_ChannelShare.imageset │ │ ├── Contents.json │ │ ├── ic_forward.png │ │ └── ic_forward@2x.png │ ├── Icon_ChannelStats_Likes.imageset │ │ ├── Contents.json │ │ ├── Like_14 (1).png │ │ └── Like_14@2x (1).png │ ├── Icon_ChannelStats_Shares.imageset │ │ ├── Contents.json │ │ ├── Share_14.png │ │ └── Share_14@2x.png │ ├── Icon_ChannelViews.imageset │ │ ├── Contents.json │ │ ├── ic_views.png │ │ └── ic_views@2x.png │ ├── Icon_Channel_Gift.imageset │ │ ├── Contents.json │ │ ├── gift_30 (2).png │ │ └── gift_30@2x (2).png │ ├── Icon_ChatActionEdit.imageset │ │ ├── Contents.json │ │ ├── ic_editchat@1x.png │ │ └── ic_editchat@2x.png │ ├── Icon_ChatActionInfo.imageset │ │ ├── Contents.json │ │ ├── ic_info@1x.png │ │ └── ic_info@2x.png │ ├── Icon_ChatActionMute.imageset │ │ ├── Contents.json │ │ ├── ic_unmute@1x.png │ │ └── ic_unmute@2x.png │ ├── Icon_ChatActionScheduled.imageset │ │ ├── Contents.json │ │ ├── scheduledmenu.png │ │ └── scheduledmenu@2x.png │ ├── Icon_ChatActionUnmute.imageset │ │ ├── Contents.json │ │ ├── ic_mute@1x.png │ │ └── ic_mute@2x.png │ ├── Icon_ChatAction_Close.imageset │ │ ├── Close.png │ │ ├── Close@2x.png │ │ └── Contents.json │ ├── Icon_ChatAction_EditMessage.imageset │ │ ├── Contents.json │ │ ├── ic_edit.png │ │ └── ic_edit@2x.png │ ├── Icon_ChatAction_ForwardMessage.imageset │ │ ├── Contents.json │ │ ├── forward_settings.png │ │ └── forward_settings@2x.png │ ├── Icon_ChatAction_Menu_UpdateChat.imageset │ │ ├── Contents.json │ │ ├── ic_menu_replace.png │ │ └── ic_menu_replace@2x.png │ ├── Icon_ChatAction_ReplyMessage.imageset │ │ ├── Contents.json │ │ ├── reply_settings.png │ │ └── reply_settings@2x.png │ ├── Icon_ChatAction_UrlPreview.imageset │ │ ├── Contents.json │ │ ├── link_settings.png │ │ └── link_settings@2x.png │ ├── Icon_ChatActions.imageset │ │ ├── Contents.json │ │ ├── ic_more.png │ │ └── ic_more@2x.png │ ├── Icon_ChatActionsActive.imageset │ │ ├── Contents.json │ │ ├── ic_more.png │ │ └── ic_more@2x.png │ ├── Icon_ChatAdmins.imageset │ │ ├── Admin.png │ │ ├── Admin@2x.png │ │ └── Contents.json │ ├── Icon_ChatArchive.imageset │ │ ├── Contents.json │ │ ├── ic_archive (1).png │ │ └── ic_archive@2x (1).png │ ├── Icon_ChatAttach.imageset │ │ ├── Contents.json │ │ ├── ic_attach@1x.png │ │ └── ic_attach@2x.png │ ├── Icon_ChatBanned.imageset │ │ ├── Banned.png │ │ ├── Banned@2x.png │ │ └── Contents.json │ ├── Icon_ChatCallFallback.imageset │ │ ├── Contents.json │ │ └── accept.png │ ├── Icon_ChatEntertainmentSticker.imageset │ │ ├── Contents.json │ │ ├── ic_sticker@1x.png │ │ └── ic_sticker@2x.png │ ├── Icon_ChatGoMessage.imageset │ │ ├── Contents.json │ │ ├── ic_goto@1x.png │ │ └── ic_goto@2x.png │ ├── Icon_ChatIV.imageset │ │ ├── Contents.json │ │ ├── ic_instant@1x.png │ │ └── ic_instant@2x.png │ ├── Icon_ChatInputScheduled.imageset │ │ ├── Contents.json │ │ ├── scheduled.png │ │ └── scheduled@2x.png │ ├── Icon_ChatInput_MessageSuggestion.imageset │ │ ├── Channel Inbox.png │ │ ├── Channel Inbox@2x.png │ │ └── Contents.json │ ├── Icon_ChatInvoice.imageset │ │ ├── Contents.json │ │ ├── card.png │ │ └── card@2x.png │ ├── Icon_ChatListMention.imageset │ │ ├── Contents.json │ │ └── ic_mention2@2x.png │ ├── Icon_ChatListPinned.imageset │ │ ├── Contents.json │ │ ├── ic_chatslistpin.png │ │ └── ic_chatslistpin@2x.png │ ├── Icon_ChatListScrollUnread.imageset │ │ ├── Contents.json │ │ ├── ic_down@1x.png │ │ └── ic_down@2x.png │ ├── Icon_ChatListSwiping_Archive.imageset │ │ ├── Contents.json │ │ ├── archive.png │ │ └── archive@2x.png │ ├── Icon_ChatListSwiping_Unarchive.imageset │ │ ├── Contents.json │ │ ├── unarchive.png │ │ └── unarchive@2x.png │ ├── Icon_ChatListThumbPlay.imageset │ │ ├── Contents.json │ │ ├── playchats.png │ │ └── playchats@2x.png │ ├── Icon_ChatList_Apps.imageset │ │ ├── Apps_30.png │ │ ├── Apps_30@2x.png │ │ └── Contents.json │ ├── Icon_ChatList_Arrow.imageset │ │ ├── Contents.json │ │ ├── chevron.png │ │ └── chevron@2x.png │ ├── Icon_ChatList_Gift.imageset │ │ ├── Contents.json │ │ ├── gift_16.png │ │ └── gift_16@2x.png │ ├── Icon_ChatMembers.imageset │ │ ├── Contents.json │ │ ├── Members.png │ │ └── Members@2x.png │ ├── Icon_ChatMention.imageset │ │ ├── Contents.json │ │ ├── ic_mention@1x (1).png │ │ └── ic_mention@2x (2).png │ ├── Icon_ChatMusicPause.imageset │ │ ├── Contents.json │ │ ├── Pause_1x.png │ │ └── Pause_2x-1.png │ ├── Icon_ChatMusicPlay.imageset │ │ ├── Contents.json │ │ ├── Play_1x.png │ │ └── Play_2x (1).png │ ├── Icon_ChatNavigationBack.imageset │ │ ├── Contents.json │ │ ├── ic_back.png │ │ └── ic_back@2x.png │ ├── Icon_ChatOverlayRecordingSend.imageset │ │ ├── Contents.json │ │ ├── send@1x.png │ │ └── send@2x.png │ ├── Icon_ChatPermissions.imageset │ │ ├── Contents.json │ │ ├── Permissions.png │ │ └── Permissions@2x.png │ ├── Icon_ChatPinnedList.imageset │ │ ├── Contents.json │ │ ├── ic_menu_pinnedlist.png │ │ └── ic_menu_pinnedlist@2x.png │ ├── Icon_ChatPinnedMessage.imageset │ │ ├── Contents.json │ │ ├── messagepin.png │ │ └── messagepin@2x.png │ ├── Icon_ChatRepliesCount.imageset │ │ ├── Contents.json │ │ ├── Replies.png │ │ └── replies@2x.png │ ├── Icon_ChatSearchCancel.imageset │ │ ├── Contents.json │ │ ├── ic_close.png │ │ └── ic_close@2x.png │ ├── Icon_ChatSearchFrom.imageset │ │ ├── Contents.json │ │ ├── ic_member.png │ │ └── ic_member@2x.png │ ├── Icon_ChatStateSending.imageset │ │ ├── Contents.json │ │ ├── Sending.png │ │ └── Sending@2x.png │ ├── Icon_ChatSwipingDelete.imageset │ │ ├── Contents.json │ │ ├── delete.png │ │ └── delete@2x.png │ ├── Icon_ChatSwipingMute.imageset │ │ ├── Contents.json │ │ ├── mute.png │ │ └── mute@2x.png │ ├── Icon_ChatSwipingPin.imageset │ │ ├── Contents.json │ │ ├── pin.png │ │ └── pin@2x.png │ ├── Icon_ChatSwipingRead.imageset │ │ ├── Contents.json │ │ ├── read.png │ │ └── read@2x.png │ ├── Icon_ChatSwipingUnmute.imageset │ │ ├── Contents.json │ │ ├── unmute.png │ │ └── unmute@2x.png │ ├── Icon_ChatSwipingUnpin.imageset │ │ ├── Contents.json │ │ ├── unpin.png │ │ └── unpin@2x.png │ ├── Icon_ChatSwipingUnread.imageset │ │ ├── Contents.json │ │ ├── unread.png │ │ └── unread@2x.png │ ├── Icon_ChatTouchBarAddLink.imageset │ │ ├── Contents.json │ │ └── link@2x.png │ ├── Icon_ChatUnarchive.imageset │ │ ├── Contents.json │ │ ├── ic_unarchive.png │ │ └── ic_unarchive@2x.png │ ├── Icon_ChatUndoAction.imageset │ │ ├── Contents.json │ │ ├── ic_undo.png │ │ └── ic_undo@2x.png │ ├── Icon_ChatVoiceChat.imageset │ │ ├── Contents.json │ │ ├── profilevoice.png │ │ └── profilevoice@2x.png │ ├── Icon_Chat_LinksToChat.imageset │ │ ├── Contents.json │ │ ├── LinksToChat.png │ │ └── LinksToChat@2x.png │ ├── Icon_Chat_PremiumRequired.imageset │ │ ├── Contents.json │ │ ├── bubbleLock_120.png │ │ └── bubbleLock_120@2x.png │ ├── Icon_Chat_Translate.imageset │ │ ├── Contents.json │ │ ├── translate24.png │ │ └── translate24@2x.png │ ├── Icon_Check.imageset │ │ ├── Contents.json │ │ ├── check@1x.png │ │ └── check@2x.png │ ├── Icon_ClearChat.imageset │ │ ├── Contents.json │ │ ├── ic_clear@1x.png │ │ └── ic_clear@2x.png │ ├── Icon_CodeCopied.imageset │ │ ├── Contents.json │ │ ├── check_16.png │ │ └── check_16@2x.png │ ├── Icon_Collection_Add_Gifts.imageset │ │ ├── Contents.json │ │ ├── gift_add_30.png │ │ └── gift_add_30@2x.png │ ├── Icon_Colored_Channel.imageset │ │ ├── Contents.json │ │ ├── channel.png │ │ └── channel@2x.png │ ├── Icon_Colored_Group.imageset │ │ ├── Contents.json │ │ ├── group.png │ │ └── group@2x.png │ ├── Icon_Colored_Private.imageset │ │ ├── Contents.json │ │ ├── private.png │ │ └── private@2x.png │ ├── Icon_CompactStreamingFetchingCancel.imageset │ │ ├── Contents.json │ │ ├── canceldownload.png │ │ └── canceldownload@2x.png │ ├── Icon_ConfirmAppAccessory.imageset │ │ ├── Contents.json │ │ ├── icon2_128.png │ │ └── icon2_128@2x.png │ ├── Icon_ConfirmDeleteChatAccessory.imageset │ │ ├── Contents.json │ │ ├── deletechat@1x.png │ │ └── deletechat@2x.png │ ├── Icon_ConfirmDeleteMessagesAccessory.imageset │ │ ├── Contents.json │ │ ├── deletemessage@1x.png │ │ └── deletemessage@2x.png │ ├── Icon_ConfirmPinAccessory.imageset │ │ ├── Contents.json │ │ ├── pin@1x.png │ │ └── pin@2x.png │ ├── Icon_ContactPhoto_Chevron.imageset │ │ ├── Contents.json │ │ ├── chevron (2).png │ │ └── chevron@2x (2).png │ ├── Icon_CopyCode.imageset │ │ ├── Contents.json │ │ ├── copy_16.png │ │ └── copy_16@2x.png │ ├── Icon_CopyLink.imageset │ │ ├── Contents.json │ │ ├── ic_copylink.png │ │ └── ic_copylink@2x.png │ ├── Icon_CreateChannel.imageset │ │ ├── Contents.json │ │ ├── createChannel.png │ │ └── createChannel@2x.png │ ├── Icon_CreateGroup.imageset │ │ ├── Contents.json │ │ ├── createGroup30.png │ │ └── createGroup30@2x.png │ ├── Icon_CreatePhoneCall.imageset │ │ ├── Contents.json │ │ ├── phonePlus_30.png │ │ └── phonePlus_30@2x.png │ ├── Icon_CustomEmoji_Small.imageset │ │ ├── Contents.json │ │ ├── custom_emoji_20.png │ │ └── custom_emoji_20@2x.png │ ├── Icon_DFRRepeat.imageset │ │ ├── Contents.json │ │ └── DFRRepeat2.png │ ├── Icon_DFRShuffle.imageset │ │ ├── Contents.json │ │ └── DFRShuffle@2x.png │ ├── Icon_DataUsage_Audio.imageset │ │ ├── Contents.json │ │ ├── music.png │ │ └── music@2x.png │ ├── Icon_DataUsage_Files.imageset │ │ ├── Contents.json │ │ ├── files (1).png │ │ └── files@2x (1).png │ ├── Icon_DataUsage_Messages.imageset │ │ ├── Contents.json │ │ ├── messages.png │ │ └── messages@2x.png │ ├── Icon_DataUsage_Photos.imageset │ │ ├── Contents.json │ │ ├── photos.png │ │ └── photos@2x.png │ ├── Icon_DataUsage_Videos.imageset │ │ ├── Contents.json │ │ ├── videos.png │ │ └── videos@2x.png │ ├── Icon_DeletePeer.imageset │ │ ├── Contents.json │ │ └── ModernMenuDeleteIcon@2x.png │ ├── Icon_DeletedAccount.imageset │ │ ├── Contents.json │ │ ├── Ghost.png │ │ └── Ghost@2x.png │ ├── Icon_DetailedCall.imageset │ │ ├── Contents.json │ │ ├── callInfo-Audio.png │ │ └── callInfo-Audio@2x.png │ ├── Icon_DetailedInfo.imageset │ │ ├── Contents.json │ │ ├── ic_info.png │ │ └── ic_info@2x.png │ ├── Icon_DetailedMessage.imageset │ │ ├── Contents.json │ │ ├── message.png │ │ └── message@2x.png │ ├── Icon_Device_Android.imageset │ │ ├── Contents.json │ │ ├── android_24.png │ │ └── android_24@2x.png │ ├── Icon_Device_Apple.imageset │ │ ├── Contents.json │ │ ├── apple_24.png │ │ └── apple_24@2x.png │ ├── Icon_Device_Brave.imageset │ │ ├── Contents.json │ │ ├── brave_24.png │ │ └── brave_24@2x.png │ ├── Icon_Device_Chrome.imageset │ │ ├── Contents.json │ │ ├── chrome_24.png │ │ └── chrome_24@2x.png │ ├── Icon_Device_Edge.imageset │ │ ├── Contents.json │ │ ├── edge_24.png │ │ └── edge_24@2x.png │ ├── Icon_Device_Firefox.imageset │ │ ├── Contents.json │ │ ├── firefox_24.png │ │ └── firefox_24@2x.png │ ├── Icon_Device_Ipad2.imageset │ │ ├── Contents.json │ │ ├── ipad_24.png │ │ └── ipad_24@2x.png │ ├── Icon_Device_Iphone2.imageset │ │ ├── Contents.json │ │ ├── iphone_24.png │ │ └── iphone_24@2x.png │ ├── Icon_Device_Kaios.imageset │ │ ├── Contents.json │ │ ├── kaios_24.png │ │ └── kaios_24@2x.png │ ├── Icon_Device_Linux.imageset │ │ ├── Contents.json │ │ ├── linux_24.png │ │ └── linux_24@2x.png │ ├── Icon_Device_Opera.imageset │ │ ├── Contents.json │ │ ├── opera_24.png │ │ └── opera_24@2x.png │ ├── Icon_Device_Safari.imageset │ │ ├── Contents.json │ │ ├── safari_24.png │ │ └── safari_24@2x.png │ ├── Icon_Device_Samsung.imageset │ │ ├── Contents.json │ │ ├── samsung_24.png │ │ └── samsung_24@2x.png │ ├── Icon_Device_Ubuntu.imageset │ │ ├── Contents.json │ │ ├── ubuntu_24.png │ │ └── ubuntu_24@2x.png │ ├── Icon_Device_Vivaldi.imageset │ │ ├── Contents.json │ │ ├── vivaldi_24.png │ │ └── vivaldi_24@2x.png │ ├── Icon_Device_Windows.imageset │ │ ├── Contents.json │ │ ├── windows_24.png │ │ └── windows_24@2x.png │ ├── Icon_Device_Xbox.imageset │ │ ├── Contents.json │ │ ├── xbox_24.png │ │ └── xbox_24@2x.png │ ├── Icon_DialogMute.imageset │ │ ├── Contents.json │ │ ├── DialogList_Muted.png │ │ └── DialogList_Muted@2x.png │ ├── Icon_DialogSendingError.imageset │ │ ├── Contents.json │ │ ├── dialog_selected_send_error.png │ │ └── dialog_selected_send_error@2x.png │ ├── Icon_DismissInputAccessoryItem.imageset │ │ ├── CancelReply.png │ │ ├── CancelReply@2x.png │ │ └── Contents.json │ ├── Icon_DropdownArrow.imageset │ │ ├── Contents.json │ │ ├── HeaderDropdownArrow.png │ │ └── HeaderDropdownArrow@2x.png │ ├── Icon_EditImageArrow.imageset │ │ ├── Contents.json │ │ ├── ic_arrow.png │ │ └── ic_arrow@2x.png │ ├── Icon_EditImageDraw.imageset │ │ ├── Contents.json │ │ ├── Draw.png │ │ └── Draw@2x.png │ ├── Icon_EditImageEraser.imageset │ │ ├── Contents.json │ │ ├── Eraser.png │ │ └── Eraser@2x.png │ ├── Icon_EditImageFlip.imageset │ │ ├── Contents.json │ │ ├── flip.png │ │ └── flip@2x (1).png │ ├── Icon_EditImageRotate.imageset │ │ ├── Contents.json │ │ ├── rotate.png │ │ └── rotate@2x (1).png │ ├── Icon_EditImageSizes.imageset │ │ ├── Contents.json │ │ ├── sizes.png │ │ └── sizes@2x (1).png │ ├── Icon_EditImageUndo.imageset │ │ ├── Contents.json │ │ ├── Undo.png │ │ └── Undo@2x.png │ ├── Icon_EditMessageCurrentPhoto.imageset │ │ ├── Contents.json │ │ ├── editcurrent.png │ │ └── editcurrent@2x.png │ ├── Icon_EditPhotoCamera.imageset │ │ ├── Contents.json │ │ ├── EditPhotoCamera.png │ │ └── EditPhotoCamera@2x.png │ ├── Icon_Editor_Crop.imageset │ │ ├── Contents.json │ │ ├── ic_editor_crop.png │ │ └── ic_editor_crop@2x.png │ ├── Icon_Editor_Delete.imageset │ │ ├── Contents.json │ │ ├── ic_editor_delete.png │ │ └── ic_editor_delete@2x.png │ ├── Icon_Editor_Paint.imageset │ │ ├── Contents.json │ │ ├── ic_editor_paint.png │ │ └── ic_editor_paint@2x.png │ ├── Icon_EmojiLock.imageset │ │ ├── Contents.json │ │ ├── lock_16.png │ │ └── lock_16@2x.png │ ├── Icon_EmojiTabCar.imageset │ │ ├── Contents.json │ │ ├── places.png │ │ └── places@2x.png │ ├── Icon_EmojiTabFlag.imageset │ │ ├── Contents.json │ │ ├── flags.png │ │ └── flags@2x.png │ ├── Icon_EmojiTabFood.imageset │ │ ├── Contents.json │ │ ├── Food.png │ │ └── Food@2x.png │ ├── Icon_EmojiTabNature.imageset │ │ ├── Animals.png │ │ ├── Animals@2x.png │ │ └── Contents.json │ ├── Icon_EmojiTabObjects.imageset │ │ ├── Contents.json │ │ ├── objects.png │ │ └── objects@2x.png │ ├── Icon_EmojiTabRecent.imageset │ │ ├── Contents.json │ │ ├── recent.png │ │ └── recent@2x.png │ ├── Icon_EmojiTabSmiles.imageset │ │ ├── Contents.json │ │ ├── smiles.png │ │ └── smiles@2x.png │ ├── Icon_EmojiTabSports.imageset │ │ ├── Contents.json │ │ ├── activity.png │ │ └── activity@2x.png │ ├── Icon_EmojiTabSymbols.imageset │ │ ├── Contents.json │ │ ├── Symbols.png │ │ └── Symbols@2x.png │ ├── Icon_EmptyChat.imageset │ │ ├── Contents.json │ │ ├── ic_chats@1x.png │ │ └── ic_chats@2x.png │ ├── Icon_EmptyChat_Dark.imageset │ │ ├── Contents.json │ │ ├── ic_darktheme.png │ │ └── ic_darktheme@2x.png │ ├── Icon_EmptyChat_Light.imageset │ │ ├── Contents.json │ │ ├── ic_lighttheme.png │ │ └── ic_lighttheme@2x.png │ ├── Icon_EmptyChat_Stickers_AllSets.imageset │ │ ├── Contents.json │ │ ├── ic_allstickers.png │ │ └── ic_allstickers@2x.png │ ├── Icon_EmptyChat_Stickers_MySets.imageset │ │ ├── Contents.json │ │ ├── ic_mystickers.png │ │ └── ic_mystickers@2x.png │ ├── Icon_EmptyChat_Stickers_None.imageset │ │ ├── Contents.json │ │ ├── ic_nonestickers.png │ │ └── ic_nonestickers@2x.png │ ├── Icon_EmptyChat_Storage_Clear.imageset │ │ ├── Contents.json │ │ ├── ic_clear.png │ │ └── ic_clear@2x.png │ ├── Icon_EmptyChat_Storage_High.imageset │ │ ├── Contents.json │ │ ├── ic_high.png │ │ └── ic_high@2x.png │ ├── Icon_EmptyChat_Storage_Low.imageset │ │ ├── Contents.json │ │ ├── ic_low.png │ │ └── ic_low@2x.png │ ├── Icon_EmptyChat_Storage_Medium.imageset │ │ ├── Contents.json │ │ ├── ic_medium.png │ │ └── ic_medium@2x.png │ ├── Icon_EmptyChat_Storage_NoLimit.imageset │ │ ├── Contents.json │ │ ├── ic_unlimited.png │ │ └── ic_unlimited@2x.png │ ├── Icon_EmptyChat_System.imageset │ │ ├── Contents.json │ │ ├── ic_autotheme.png │ │ └── ic_autotheme@2x.png │ ├── Icon_EmptySearchResults.imageset │ │ ├── Contents.json │ │ ├── no-results.png │ │ └── no-results@2x.png │ ├── Icon_EmptySharedFiles.imageset │ │ ├── Contents.json │ │ ├── NoFiles.png │ │ └── NoFiles@2x.png │ ├── Icon_EmptySharedLinks.imageset │ │ ├── Contents.json │ │ ├── link@1x.png │ │ └── link@2x.png │ ├── Icon_EmptySharedMedia.imageset │ │ ├── Contents.json │ │ ├── SharedMediaEmptyIcon.png │ │ └── SharedMediaEmptyIcon@2x.png │ ├── Icon_EmptySharedMusic.imageset │ │ ├── Contents.json │ │ └── SharedMediaEmptyMusicIcon@2x.png │ ├── Icon_Empty_CloseTips.imageset │ │ ├── Close.png │ │ ├── Close@2x.png │ │ └── Contents.json │ ├── Icon_Empty_ShowTips.imageset │ │ ├── Contents.json │ │ ├── Info.png │ │ └── Info@2x.png │ ├── Icon_Entertainment_Emoji.imageset │ │ ├── Contents.json │ │ ├── Smiles.png │ │ └── Smiles@2x.png │ ├── Icon_Entertainment_Gifs.imageset │ │ ├── Contents.json │ │ ├── Gifs.png │ │ └── Gifs@2x.png │ ├── Icon_Entertainment_Search.imageset │ │ ├── Contents.json │ │ ├── Search.png │ │ └── Search@2x.png │ ├── Icon_Entertainment_SearchCancel.imageset │ │ ├── Close.png │ │ ├── Close@2x.png │ │ └── Contents.json │ ├── Icon_Entertainment_Settings.imageset │ │ ├── Contents.json │ │ ├── Settings.png │ │ └── Settings@2x.png │ ├── Icon_Entertainment_Stickers.imageset │ │ ├── Contents.json │ │ ├── Stickers.png │ │ └── Stickers@2x.png │ ├── Icon_Entertainments.imageset │ │ ├── Contents.json │ │ ├── ic_emoji@1x.png │ │ └── ic_emoji@2x.png │ ├── Icon_ExportedInvitation_Expired.imageset │ │ ├── Contents.json │ │ ├── broken link (3).png │ │ └── broken link@2x (3).png │ ├── Icon_ExportedInvitation_Fire.imageset │ │ ├── Contents.json │ │ ├── ic_linkfire.png │ │ └── ic_linkfire@2x.png │ ├── Icon_ExportedInvitation_Link.imageset │ │ ├── Contents.json │ │ ├── link.png │ │ └── link@2x.png │ ├── Icon_Eye_Off.imageset │ │ ├── Contents.json │ │ ├── eye_off.png │ │ └── eye_off@2x.png │ ├── Icon_Eye_On.imageset │ │ ├── Contents.json │ │ ├── eye_on.png │ │ └── eye_on@2x.png │ ├── Icon_FastCopyLink.imageset │ │ ├── Contents.json │ │ ├── ic_copylink.png │ │ └── ic_copylink@2x.png │ ├── Icon_FastSettingsDark.imageset │ │ ├── Contents.json │ │ ├── ic_darkmode@1x.png │ │ └── ic_darkmode@2x.png │ ├── Icon_FastSettingsLock.imageset │ │ ├── Contents.json │ │ ├── ic_passcode@1x.png │ │ └── ic_passcode@2x.png │ ├── Icon_FastSettingsSunny.imageset │ │ ├── Contents.json │ │ ├── ic_sunnymode@1x.png │ │ └── ic_sunnymode@2x.png │ ├── Icon_FaveStickers.imageset │ │ ├── Contents.json │ │ ├── bookmark (1).png │ │ └── bookmark@2x (1).png │ ├── Icon_FilterAdd.imageset │ │ ├── Contents.json │ │ ├── ic_add.png │ │ └── ic_add@2x.png │ ├── Icon_FilterArchive.imageset │ │ ├── Contents.json │ │ ├── ic_archive (1).png │ │ └── ic_archive@2x (1).png │ ├── Icon_FilterBots.imageset │ │ ├── Contents.json │ │ ├── ic_bot.png │ │ └── ic_bot@2x.png │ ├── Icon_FilterChannels.imageset │ │ ├── Contents.json │ │ ├── ic_channel.png │ │ └── ic_channel@2x.png │ ├── Icon_FilterCustom.imageset │ │ ├── Contents.json │ │ ├── ic_filter.png │ │ └── ic_filter@2x.png │ ├── Icon_FilterEdit.imageset │ │ ├── Contents.json │ │ ├── ic_customlist.png │ │ └── ic_customlist@2x.png │ ├── Icon_FilterGroups.imageset │ │ ├── Contents.json │ │ ├── ic_group.png │ │ └── ic_group@2x.png │ ├── Icon_FilterLargeGroups.imageset │ │ ├── Contents.json │ │ ├── ic_largegroup.png │ │ └── ic_largegroup@2x.png │ ├── Icon_FilterMuted.imageset │ │ ├── Contents.json │ │ ├── ic_muted.png │ │ └── ic_muted@2x.png │ ├── Icon_FilterNonContacts.imageset │ │ ├── Contents.json │ │ ├── ic_noncontact.png │ │ └── ic_noncontact@2x.png │ ├── Icon_FilterPrivateChats.imageset │ │ ├── Contents.json │ │ ├── ic_user.png │ │ └── ic_user@2x.png │ ├── Icon_FilterRead.imageset │ │ ├── Contents.json │ │ ├── ic_read.png │ │ └── ic_read@2x.png │ ├── Icon_FilterSecretChats.imageset │ │ ├── Contents.json │ │ ├── ic_secretchat.png │ │ └── ic_secretchat@2x.png │ ├── Icon_FilterUnmuted.imageset │ │ ├── Contents.json │ │ ├── ic_unmuted.png │ │ └── ic_unmuted@2x.png │ ├── Icon_FilterUnread.imageset │ │ ├── Contents.json │ │ ├── ic_unread.png │ │ └── ic_unread@2x.png │ ├── Icon_Filter_ExistingChats.imageset │ │ ├── Contents.json │ │ ├── existingChats.png │ │ └── existingChats@2x.png │ ├── Icon_Filter_NewChats.imageset │ │ ├── Contents.json │ │ ├── newChats.png │ │ └── newChats@2x.png │ ├── Icon_Forum_ClosedTopic.imageset │ │ ├── Contents.json │ │ ├── closedtopic.png │ │ └── closedtopic@2x.png │ ├── Icon_Forum_List.imageset │ │ ├── Contents.json │ │ ├── List.png │ │ └── List@2x.png │ ├── Icon_Forum_Tabs.imageset │ │ ├── Contents.json │ │ ├── Tabs.png │ │ └── Tabs@2x.png │ ├── Icon_Fragment_Ads.imageset │ │ ├── Contents.json │ │ ├── ads_24.png │ │ └── ads_24@2x.png │ ├── Icon_Fragment_AdsLogo.imageset │ │ ├── Contents.json │ │ ├── tonads.png │ │ └── tonads@2x.png │ ├── Icon_Fragment_Lock.imageset │ │ ├── Contents.json │ │ ├── lock_24.png │ │ └── lock_24@2x.png │ ├── Icon_Fragment_Monetization.imageset │ │ ├── Contents.json │ │ ├── monetization_90.png │ │ └── monetization_90@2x.png │ ├── Icon_Fragment_NoAds.imageset │ │ ├── Contents.json │ │ ├── noads_24 (1).png │ │ └── noads_24@2x (1).png │ ├── Icon_Fragment_SplitRevenue.imageset │ │ ├── Contents.json │ │ ├── split_24.png │ │ └── split_24@2x.png │ ├── Icon_Fragment_Star_TopUp.imageset │ │ ├── Contents.json │ │ ├── fragment_top-up.png │ │ └── fragment_top-up@2x.png │ ├── Icon_Fragment_TonPayment.imageset │ │ ├── Contents.json │ │ ├── ton_24.png │ │ └── ton_24@2x.png │ ├── Icon_FreezeAccount_Option1.imageset │ │ ├── Contents.json │ │ ├── hand_24.png │ │ └── hand_24@2x.png │ ├── Icon_FreezeAccount_Option2.imageset │ │ ├── Contents.json │ │ ├── lock_24.png │ │ └── lock_24@2x.png │ ├── Icon_FreezeAccount_Option3.imageset │ │ ├── Contents.json │ │ ├── time_24.png │ │ └── time_24@2x.png │ ├── Icon_GalleryLeft.imageset │ │ ├── Contents.json │ │ ├── Photo_Left.png │ │ └── Photo_Left@2x.png │ ├── Icon_GalleryMore.imageset │ │ ├── Contents.json │ │ ├── morephoto@1x.png │ │ └── morephoto@2x.png │ ├── Icon_GalleryNext.imageset │ │ ├── Contents.json │ │ ├── rightphoto@1x.png │ │ └── rightphoto@2x.png │ ├── Icon_GalleryPrev.imageset │ │ ├── Contents.json │ │ ├── leftphoto@1x.png │ │ └── leftphoto@2x.png │ ├── Icon_GalleryRight.imageset │ │ ├── Contents.json │ │ ├── Photo_Right.png │ │ └── Photo_Right@2x.png │ ├── Icon_GalleryRotate.imageset │ │ ├── Contents.json │ │ ├── turn 2.png │ │ └── turn 2@2x.png │ ├── Icon_GalleryShare.imageset │ │ ├── Contents.json │ │ ├── sharephoto@1x.png │ │ └── sharephoto@2x.png │ ├── Icon_GalleryZoomIn.imageset │ │ ├── Contents.json │ │ ├── zoomin 2.png │ │ └── zoomin 2@2x.png │ ├── Icon_GalleryZoomOut.imageset │ │ ├── Contents.json │ │ ├── zooout 2.png │ │ └── zooout 2@2x.png │ ├── Icon_Gallery_FastSave.imageset │ │ ├── Contents.json │ │ ├── Download (1).png │ │ └── Download@2x (1).png │ ├── Icon_GeneralNext.imageset │ │ ├── ArrowGrey.png │ │ ├── ArrowGrey@2x.png │ │ └── Contents.json │ ├── Icon_GifToggle.imageset │ │ ├── Contents.json │ │ ├── ic_gif@1x.png │ │ └── ic_gif@2x.png │ ├── Icon_GifTrending.imageset │ │ ├── Contents.json │ │ ├── Trending (2).png │ │ └── trending@2x.png │ ├── Icon_Gift_Birthday.imageset │ │ ├── Contents.json │ │ ├── gift_24.png │ │ └── gift_24@2x.png │ ├── Icon_Gift_Stars.imageset │ │ ├── Contents.json │ │ ├── giftstars_24.png │ │ └── giftstars_24@2x.png │ ├── Icon_GigagroupInfo.imageset │ │ ├── Contents.json │ │ ├── ic_question.png │ │ └── ic_question@2x.png │ ├── Icon_Giveaway_Premium.imageset │ │ ├── Contents.json │ │ ├── premium_35.png │ │ └── premium_35@2x.png │ ├── Icon_Giveaway_Random.imageset │ │ ├── Contents.json │ │ ├── gift_24.png │ │ └── gift_24@2x.png │ ├── Icon_Giveaway_RandomResult.imageset │ │ ├── Contents.json │ │ ├── random_24.png │ │ └── random_24@2x.png │ ├── Icon_Giveaway_Specific.imageset │ │ ├── Contents.json │ │ ├── group_24.png │ │ └── group_24@2x.png │ ├── Icon_Giveaway_Stars.imageset │ │ ├── Contents.json │ │ ├── stars_35.png │ │ └── stars_35@2x.png │ ├── Icon_GotoBubbleMessage.imageset │ │ ├── Contents.json │ │ ├── ic_gomsg.png │ │ └── ic_gomsg@2x.png │ ├── Icon_GradientAdd.imageset │ │ ├── Contents.json │ │ ├── ic_input_add@1x.png │ │ └── ic_input_add@2x.png │ ├── Icon_GradientClose.imageset │ │ ├── Contents.json │ │ ├── ic_input_close@1x.png │ │ └── ic_input_close@2x.png │ ├── Icon_GradientRotate.imageset │ │ ├── Contents.json │ │ ├── ic_gradchange@1x (1).png │ │ └── ic_gradchange@2x (1).png │ ├── Icon_GradientSwap.imageset │ │ ├── Contents.json │ │ ├── ic_input_change@1x.png │ │ └── ic_input_change@2x.png │ ├── Icon_GroupBlock_Boost.imageset │ │ ├── Contents.json │ │ ├── boost_30.png │ │ └── boost_30@2x.png │ ├── Icon_GroupCall_Decline.imageset │ │ ├── Contents.json │ │ ├── ic_fullscreen_leave.png │ │ └── ic_fullscreen_leave@2x.png │ ├── Icon_GroupCall_Invite.imageset │ │ ├── Contents.json │ │ ├── ic_invite.png │ │ └── ic_invite@2x.png │ ├── Icon_GroupCall_Invite_Large.imageset │ │ ├── Contents.json │ │ ├── link_90.png │ │ └── link_90@2x.png │ ├── Icon_GroupCall_Invited.imageset │ │ ├── Contents.json │ │ ├── ic_invited.png │ │ └── ic_invited@2x.png │ ├── Icon_GroupCall_RaiseHand_Small.imageset │ │ ├── Contents.json │ │ ├── ic_hand.png │ │ └── ic_hand@2x.png │ ├── Icon_GroupCall_Record_Avatar1.imageset │ │ ├── Avatar1.pdf │ │ └── Contents.json │ ├── Icon_GroupCall_Record_Avatar2.imageset │ │ ├── Avatar2.pdf │ │ └── Contents.json │ ├── Icon_GroupCall_Record_Avatar3.imageset │ │ ├── Avatar3.pdf │ │ └── Contents.json │ ├── Icon_GroupCall_Record_Avatar4.imageset │ │ ├── Avatar4.pdf │ │ └── Contents.json │ ├── Icon_GroupCall_Settings.imageset │ │ ├── Contents.json │ │ ├── ic_settings.png │ │ └── ic_settings@2x.png │ ├── Icon_GroupCall_Small_Muted.imageset │ │ ├── Contents.json │ │ ├── ic_muted.png │ │ └── ic_muted@2x.png │ ├── Icon_GroupCall_Small_Unmuted.imageset │ │ ├── Contents.json │ │ ├── ic_unmuted.png │ │ └── ic_unmuted@2x.png │ ├── Icon_GroupCall_Status_Muted.imageset │ │ ├── Contents.json │ │ ├── ic_voicevolumeoff.png │ │ └── ic_voicevolumeoff@2x.png │ ├── Icon_GroupCall_Status_Screencast.imageset │ │ ├── Contents.json │ │ ├── ic_voicesharing.png │ │ └── ic_voicesharing@2x.png │ ├── Icon_GroupCall_Status_Unmuted.imageset │ │ ├── Contents.json │ │ ├── ic_voicevolumeon.png │ │ └── ic_voicevolumeon@2x.png │ ├── Icon_GroupCall_Status_Video.imageset │ │ ├── Contents.json │ │ ├── ic_voicecamera.png │ │ └── ic_voicecamera@2x.png │ ├── Icon_GroupCall_VideoBox_Muted.imageset │ │ ├── Contents.json │ │ ├── ic_voicemicrooff.png │ │ └── ic_voicemicrooff@2x.png │ ├── Icon_GroupCall_VideoBox_Unmuted.imageset │ │ ├── Contents.json │ │ ├── ic_voicemicroon.png │ │ └── ic_voicemicroon@2x.png │ ├── Icon_GroupCall_VideoOff.imageset │ │ ├── Contents.json │ │ ├── ic_fullscreen_cameraoff.png │ │ └── ic_fullscreen_cameraoff@2x.png │ ├── Icon_GroupCall_VideoOn.imageset │ │ ├── Contents.json │ │ ├── ic_fullscreen_camera.png │ │ └── ic_fullscreen_camera@2x.png │ ├── Icon_GroupCall_Video_ZoomIn.imageset │ │ ├── Contents.json │ │ ├── ic_fullscreenon.png │ │ └── ic_fullscreenon@2x.png │ ├── Icon_GroupCall_Video_ZoomOut.imageset │ │ ├── Contents.json │ │ ├── ic_fullscreenoff.png │ │ └── ic_fullscreenoff@2x.png │ ├── Icon_GroupInfoAddMember.imageset │ │ ├── Contents.json │ │ ├── ic_add.png │ │ └── ic_add@2x.png │ ├── Icon_GroupStickerNotFound.imageset │ │ ├── Contents.json │ │ ├── ic_nosticker@1x.png │ │ └── ic_nosticker@2x.png │ ├── Icon_HorizontalChevron.imageset │ │ ├── Contents.json │ │ ├── chevron (4).png │ │ └── chevron@2x (4).png │ ├── Icon_InlineBotCopy.imageset │ │ ├── Contents.json │ │ ├── copy_8.png │ │ └── copy_8@2x.png │ ├── Icon_InlineBotUrl.imageset │ │ ├── Contents.json │ │ ├── botbutton_url.png │ │ └── botbutton_url@2x.png │ ├── Icon_InlineBotWeb.imageset │ │ ├── Contents.json │ │ ├── bot_webview.png │ │ └── bot_webview@2x.png │ ├── Icon_InlinePlayerNext.imageset │ │ ├── Contents.json │ │ ├── Next (1).png │ │ └── Next@2x (1).png │ ├── Icon_InlinePlayerPause.imageset │ │ ├── Contents.json │ │ ├── ic_pause@1x.png │ │ └── ic_pause@2x.png │ ├── Icon_InlinePlayerPlay.imageset │ │ ├── Contents.json │ │ ├── ic_play@1x.png │ │ └── ic_play@2x.png │ ├── Icon_InlinePlayer_Repeat.imageset │ │ ├── Contents.json │ │ ├── Repeat.png │ │ └── Repeat@2x.png │ ├── Icon_InlinePlayer_RepeatOne.imageset │ │ ├── Contents.json │ │ ├── Repeat_1@2x.png │ │ └── Repeat_1@3x.png │ ├── Icon_InlinePlayer_VolumeOff.imageset │ │ ├── Contents.json │ │ ├── ic_vol2.png │ │ └── ic_vol2@2x.png │ ├── Icon_InlinePlayer_VolumeOn.imageset │ │ ├── Contents.json │ │ ├── ic_vol1.png │ │ └── ic_vol1@2x.png │ ├── Icon_InlinePlayer_x2.imageset │ │ ├── 2x@1x.png │ │ ├── 2x@2x.png │ │ └── Contents.json │ ├── Icon_InlineResultCancel.imageset │ │ ├── Contents.json │ │ ├── LoadCancel.png │ │ └── LoadCancel@2x.png │ ├── Icon_InlineVideoSoundOff.imageset │ │ ├── Contents.json │ │ ├── soundOFF.png │ │ └── soundOFF@2x.png │ ├── Icon_InlineVideoSoundOn.imageset │ │ ├── Contents.json │ │ ├── soundON.png │ │ └── soundON@2x.png │ ├── Icon_InputChannelMute.imageset │ │ ├── Contents.json │ │ ├── ic_channelmute@1x.png │ │ └── ic_channelmute@2x.png │ ├── Icon_InputChannelUnmute.imageset │ │ ├── Contents.json │ │ ├── ic_channelunmute@1x.png │ │ └── ic_channelunmute@2x.png │ ├── Icon_Input_Suggest_Post.imageset │ │ ├── Contents.json │ │ ├── suggest_30.png │ │ └── suggest_30@2x.png │ ├── Icon_InstalledStickers_Archive.imageset │ │ ├── Contents.json │ │ ├── archive.png │ │ └── archive@2x.png │ ├── Icon_InstalledStickers_CustomEmoji.imageset │ │ ├── Contents.json │ │ ├── emoji.png │ │ └── emoji@2x.png │ ├── Icon_InstalledStickers_DynamicOrder.imageset │ │ ├── Contents.json │ │ ├── dynamicOrder.png │ │ └── dynamicOrder@2x.png │ ├── Icon_InstalledStickers_Loop.imageset │ │ ├── Contents.json │ │ ├── loop.png │ │ └── loop@2x.png │ ├── Icon_InstalledStickers_Reaction.imageset │ │ ├── Contents.json │ │ ├── reaction.png │ │ └── reaction@2x.png │ ├── Icon_InstalledStickers_Suggest.imageset │ │ ├── Contents.json │ │ ├── suggest.png │ │ └── suggest@2x.png │ ├── Icon_InstalledStickers_Trending.imageset │ │ ├── Contents.json │ │ ├── stickers.png │ │ └── stickers@2x.png │ ├── Icon_InstantViewBack.imageset │ │ ├── Contents.json │ │ ├── ic_back@1x.png │ │ └── ic_back@2x.png │ ├── Icon_InstantViewCheck.imageset │ │ ├── Contents.json │ │ ├── ic_menucheck@1x.png │ │ └── ic_menucheck@2x.png │ ├── Icon_InstantViewSafari.imageset │ │ ├── Contents.json │ │ ├── ic_safari@1x.png │ │ └── ic_safari@2x.png │ ├── Icon_InstantView_Favicon.imageset │ │ ├── Contents.json │ │ ├── iv_favicon.png │ │ └── iv_favicon@2x.png │ ├── Icon_InviteLink_Subscription.imageset │ │ ├── Contents.json │ │ ├── Subscriptions_36.png │ │ └── Subscriptions_36@2x.png │ ├── Icon_InviteViaLink.imageset │ │ ├── Contents.json │ │ ├── ic_invitelink.png │ │ └── ic_invitelink@2x.png │ ├── Icon_JoinGroupCall.imageset │ │ ├── Contents.json │ │ ├── groupCall_90.png │ │ └── groupCall_90@2x.png │ ├── Icon_LeftSidebarEditFolders.imageset │ │ ├── Contents.json │ │ ├── edit_folders.png │ │ └── edit_folders@2x.png │ ├── Icon_LegacyIntro.imageset │ │ ├── Contents.json │ │ ├── icon2_128.png │ │ └── icon2_128@2x.png │ ├── Icon_Like_MessageButton.imageset │ │ ├── Contents.json │ │ ├── ic_like (2).png │ │ └── ic_like@2x (2).png │ ├── Icon_Like_MessageButtonUnlike.imageset │ │ ├── Contents.json │ │ ├── ic_unlike (2).png │ │ └── ic_unlike@2x (2).png │ ├── Icon_Like_MessageInside.imageset │ │ ├── Contents.json │ │ ├── ic_likedmsg.png │ │ └── ic_likedmsg@2x.png │ ├── Icon_Like_MessageInsideEmpty.imageset │ │ ├── Contents.json │ │ ├── ic_likemsg.png │ │ └── ic_likemsg@2x.png │ ├── Icon_LiteMode_Blur.imageset │ │ ├── Contents.json │ │ ├── ic_blur.png │ │ └── ic_blur@2x.png │ ├── Icon_LiteMode_Effects.imageset │ │ ├── Contents.json │ │ ├── ic_effects.png │ │ └── ic_effects@2x.png │ ├── Icon_LiteMode_Emoji.imageset │ │ ├── Contents.json │ │ ├── ic_emoji.png │ │ └── ic_emoji@2x.png │ ├── Icon_LiteMode_Emoji_Effects.imageset │ │ ├── Contents.json │ │ ├── ic_effect.png │ │ └── ic_effect@2x.png │ ├── Icon_LiteMode_Gifs.imageset │ │ ├── Contents.json │ │ ├── ic_gifs.png │ │ └── ic_gifs@2x.png │ ├── Icon_LiteMode_Menu.imageset │ │ ├── Contents.json │ │ ├── ic_menu.png │ │ └── ic_menu@2x.png │ ├── Icon_LiteMode_Preload.imageset │ │ ├── Contents.json │ │ ├── ic_preload.png │ │ └── ic_preload@2x.png │ ├── Icon_LiteMode_Stickers.imageset │ │ ├── Contents.json │ │ ├── ic_stickers.png │ │ └── ic_stickers@2x.png │ ├── Icon_LiteMode_Time.imageset │ │ ├── Contents.json │ │ ├── ic_bgtime.png │ │ └── ic_bgtime@2x.png │ ├── Icon_LiteMode_Videos.imageset │ │ ├── Contents.json │ │ ├── ic_videos.png │ │ └── ic_videos@2x.png │ ├── Icon_LocationPin.imageset │ │ ├── Contents.json │ │ └── LiveLocationTitlePin@2x.png │ ├── Icon_LoginCap.imageset │ │ ├── Contents.json │ │ ├── logo.png │ │ └── logo@2x.png │ ├── Icon_LogoutOption_AddAccount.imageset │ │ ├── AddAccount.png │ │ ├── AddAccount@2x.png │ │ └── Contents.json │ ├── Icon_LogoutOption_ChangePhoneNumber.imageset │ │ ├── Contents.json │ │ ├── Sim.png │ │ └── Sim@2x.png │ ├── Icon_LogoutOption_ClearCache.imageset │ │ ├── Cache.png │ │ ├── Cache@2x.png │ │ └── Contents.json │ ├── Icon_LogoutOption_ContactSupport.imageset │ │ ├── Ask.png │ │ ├── Ask@2x.png │ │ └── Contents.json │ ├── Icon_LogoutOption_SetPasscode.imageset │ │ ├── Contents.json │ │ ├── Passcode.png │ │ └── Passcode@2x.png │ ├── Icon_MapLocate.imageset │ │ ├── Contents.json │ │ └── MapLocationIcon_Active@2x.png │ ├── Icon_MapPinned.imageset │ │ ├── Contents.json │ │ ├── MessageMapPin.png │ │ └── MessageMapPin@2x.png │ ├── Icon_MediaDownload.imageset │ │ ├── Contents.json │ │ ├── SharedMediaDocumentStatusDownload.png │ │ └── SharedMediaDocumentStatusDownload@2x.png │ ├── Icon_Media_SensitiveContent.imageset │ │ ├── Contents.json │ │ ├── eye_slash_18.png │ │ └── eye_slash_18@2x.png │ ├── Icon_Menu_More.imageset │ │ ├── Contents.json │ │ ├── More.png │ │ └── More@2x.png │ ├── Icon_Menu_Selected.imageset │ │ ├── Contents.json │ │ ├── selected.png │ │ └── selected@2x.png │ ├── Icon_MessageActionPanelDelete.imageset │ │ ├── Contents.json │ │ ├── ic_delete.png │ │ └── ic_delete@2x.png │ ├── Icon_MessageActionPanelForward.imageset │ │ ├── Contents.json │ │ ├── ic_forward.png │ │ └── ic_forward@2x.png │ ├── Icon_MessageCall.imageset │ │ ├── Contents.json │ │ └── TabIconCalls@2x.png │ ├── Icon_MessageCallIncoming.imageset │ │ ├── Contents.json │ │ └── MessageCallIncomingIcon@2x.png │ ├── Icon_MessageCallOutgoing.imageset │ │ ├── Contents.json │ │ └── MessageCallOutgoingIcon@2x.png │ ├── Icon_MessageCheckMark1.imageset │ │ ├── Contents.json │ │ ├── ModernMessageCheckmark1.png │ │ └── ModernMessageCheckmark1@2x.png │ ├── Icon_MessageCheckmark2.imageset │ │ ├── Contents.json │ │ ├── ModernMessageCheckmark2.png │ │ └── ModernMessageCheckmark2@2x.png │ ├── Icon_MessageFile.imageset │ │ ├── Contents.json │ │ ├── Doc_1x.png │ │ └── Doc_2x-1.png │ ├── Icon_MessageSending.imageset │ │ ├── Contents.json │ │ ├── Sending.png │ │ └── Sending@2x.png │ ├── Icon_MessageSentFailed.imageset │ │ ├── ChatMessageError.png │ │ ├── ChatMessageError@2x.png │ │ └── Contents.json │ ├── Icon_Message_AddReaction.imageset │ │ ├── Contents.json │ │ ├── add_reaction.png │ │ └── add_reaction@2x.png │ ├── Icon_MiniApp_Members.imageset │ │ ├── Contents.json │ │ ├── person_18.png │ │ └── person_18@2x.png │ ├── Icon_MonoforumToggle.imageset │ │ ├── Contents.json │ │ ├── Tabs_24.png │ │ └── Tabs_24@2x.png │ ├── Icon_Monoforum_Lock.imageset │ │ ├── Contents.json │ │ ├── lock_12.png │ │ └── lock_12@2x.png │ ├── Icon_Monoforum_Pin.imageset │ │ ├── Contents.json │ │ ├── pin_12.png │ │ └── pin_12@2x.png │ ├── Icon_MoveCaption_Down.imageset │ │ ├── Contents.json │ │ ├── sort_down.png │ │ └── sort_down@2x.png │ ├── Icon_MoveCaption_Up.imageset │ │ ├── Contents.json │ │ ├── sort_up.png │ │ └── sort_up@2x.png │ ├── Icon_MusicPlayerSmallAlbumArtPlaceholder.imageset │ │ ├── Contents.json │ │ ├── ic_music@1x.png │ │ └── ic_music@2x.png │ ├── Icon_MyNotes.imageset │ │ ├── Contents.json │ │ ├── myNotes (1).png │ │ └── myNotes@2x (1).png │ ├── Icon_NFT_Radiant_Badge.imageset │ │ ├── Contents.json │ │ ├── nft_24.png │ │ └── nft_24@2x.png │ ├── Icon_NFT_Share.imageset │ │ ├── Contents.json │ │ ├── ic_pf_share.png │ │ └── ic_pf_share@2x.png │ ├── Icon_NFT_Tradable.imageset │ │ ├── Contents.json │ │ ├── tradable_24.png │ │ └── tradable_24@2x.png │ ├── Icon_NFT_Transfer.imageset │ │ ├── Contents.json │ │ ├── ic_pf_transfer.png │ │ └── ic_pf_transfer@2x.png │ ├── Icon_NFT_Transferable.imageset │ │ ├── Contents.json │ │ ├── transferable_24.png │ │ └── transferable_24@2x.png │ ├── Icon_NFT_Unique.imageset │ │ ├── Contents.json │ │ ├── unique_24.png │ │ └── unique_24@2x.png │ ├── Icon_NFT_Verification.imageset │ │ ├── Contents.json │ │ ├── verification_24 (3).png │ │ └── verification_24@2x (3).png │ ├── Icon_NFT_Wear.imageset │ │ ├── Contents.json │ │ ├── ic_pf_wear.png │ │ └── ic_pf_wear@2x.png │ ├── Icon_NFT_WearOff.imageset │ │ ├── Contents.json │ │ ├── ic_pf_wearoff (2).png │ │ └── ic_pf_wearoff@2x (2).png │ ├── Icon_NavigationBack.imageset │ │ ├── Contents.json │ │ ├── ic_back.png │ │ └── ic_back@2x.png │ ├── Icon_NetworkUsage.imageset │ │ ├── Contents.json │ │ ├── stats.png │ │ └── stats@2x.png │ ├── Icon_NewChannel.imageset │ │ ├── Contents.json │ │ ├── ic_channel.png │ │ └── ic_channel@2x.png │ ├── Icon_NewContact.imageset │ │ ├── Contents.json │ │ ├── ic_add.png │ │ └── ic_add@2x.png │ ├── Icon_NewGroup.imageset │ │ ├── Contents.json │ │ ├── ic_group.png │ │ └── ic_group@2x.png │ ├── Icon_NewMessage.imageset │ │ ├── Contents.json │ │ ├── ic_create.png │ │ └── ic_create@2x.png │ ├── Icon_NewSecretChat.imageset │ │ ├── Contents.json │ │ ├── ic_secretchat.png │ │ └── ic_secretchat@2x.png │ ├── Icon_Nft_Sell.imageset │ │ ├── Contents.json │ │ ├── sell_30.png │ │ └── sell_30@2x.png │ ├── Icon_Nft_Unlist.imageset │ │ ├── Contents.json │ │ ├── unlist_30.png │ │ └── unlist_30@2x.png │ ├── Icon_NoPeerIcon.imageset │ │ ├── Contents.json │ │ └── noicon_30.pdf │ ├── Icon_Notification_Add.imageset │ │ ├── Contents.json │ │ ├── note_add.png │ │ └── note_add@2x.png │ ├── Icon_OnceView.imageset │ │ ├── Contents.json │ │ ├── onceOutline.png │ │ └── onceOutline@2x.png │ ├── Icon_OnceView_Filled.imageset │ │ ├── Contents.json │ │ ├── onceFilled.png │ │ └── onceFilled@2x.png │ ├── Icon_PIPVideoEnable.imageset │ │ ├── Contents.json │ │ ├── pip_on.png │ │ └── pip_on@2x.png │ ├── Icon_PaidMessage_Status.imageset │ │ ├── Contents.json │ │ ├── star_10.png │ │ └── star_10@2x.png │ ├── Icon_PasscodeLogin.imageset │ │ ├── Contents.json │ │ ├── login@1x.png │ │ └── login@2x.png │ ├── Icon_PasslockEnter.imageset │ │ ├── Contents.json │ │ ├── PasslockEnterHighlighted.png │ │ └── PasslockEnterHighlighted@2x.png │ ├── Icon_PassportDriverLicense.imageset │ │ ├── Contents.json │ │ ├── driver@1x.png │ │ └── driver@2x.png │ ├── Icon_PassportIdCard.imageset │ │ ├── Contents.json │ │ ├── idcard@1x.png │ │ └── idcard@2x.png │ ├── Icon_PassportIdCardReverse.imageset │ │ ├── Contents.json │ │ ├── reverse@1x.png │ │ └── reverse@2x.png │ ├── Icon_PassportPassport.imageset │ │ ├── Contents.json │ │ ├── passport@1x.png │ │ └── passport@2x.png │ ├── Icon_PassportSelfie.imageset │ │ ├── Contents.json │ │ ├── selfie@1x.png │ │ └── selfie@2x.png │ ├── Icon_PassportSettings.imageset │ │ ├── Contents.json │ │ ├── pass@1x.png │ │ └── pass@2x.png │ ├── Icon_PeerInfo_Balance.imageset │ │ ├── Contents.json │ │ ├── business_24.png │ │ └── business_24@2x.png │ ├── Icon_PeerInfo_BotCommands.imageset │ │ ├── Contents.json │ │ ├── commands_24.png │ │ └── commands_24@2x.png │ ├── Icon_PeerInfo_BotIntro.imageset │ │ ├── Contents.json │ │ ├── intro_24.png │ │ └── intro_24@2x.png │ ├── Icon_PeerInfo_BotLocation.imageset │ │ ├── Contents.json │ │ ├── location_24.png │ │ └── location_24@2x.png │ ├── Icon_PeerInfo_BotSettings.imageset │ │ ├── Contents.json │ │ ├── bot24.png │ │ └── bot24@2x.png │ ├── Icon_PeerInfo_BotStatus.imageset │ │ ├── Contents.json │ │ ├── status_24.png │ │ └── status_24@2x.png │ ├── Icon_PeerInfo_Bot_Username.imageset │ │ ├── Contents.json │ │ ├── bot_24 (1).png │ │ └── bot_24@2x (1).png │ ├── Icon_PeerInfo_ChannelColor.imageset │ │ ├── Contents.json │ │ ├── channel_color.png │ │ └── channel_color@2x.png │ ├── Icon_PeerInfo_PostSuggestion.imageset │ │ ├── Contents.json │ │ ├── postSuggestions_24.png │ │ └── postSuggestions_24@2x.png │ ├── Icon_PeerInfo_Reactions.imageset │ │ ├── Contents.json │ │ ├── reactions.png │ │ └── reactions@2x.png │ ├── Icon_PeerInfo_StarsBalance.imageset │ │ ├── Contents.json │ │ ├── stars_balance_24.png │ │ └── stars_balance_24@2x.png │ ├── Icon_PeerInfo_TonBalance.imageset │ │ ├── Contents.json │ │ ├── toncoin_24.png │ │ └── toncoin_24@2x.png │ ├── Icon_PeerInfo_VerifyAccounts.imageset │ │ ├── Contents.json │ │ ├── verification_24.png │ │ └── verification_24@2x.png │ ├── Icon_PeerStory_CloseFriends.imageset │ │ ├── CloseFriends.png │ │ ├── CloseFriends@2x.png │ │ └── Contents.json │ ├── Icon_PeerStory_Contacts.imageset │ │ ├── Contacts.png │ │ ├── Contacts@2x.png │ │ └── Contents.json │ ├── Icon_PeerStory_Everyone.imageset │ │ ├── Contents.json │ │ ├── Everyone.png │ │ └── Everyone@2x.png │ ├── Icon_PeerStory_Pinned.imageset │ │ ├── Contents.json │ │ ├── pin.png │ │ └── pin@2x.png │ ├── Icon_PeerStory_SomeUsers.imageset │ │ ├── Contents.json │ │ ├── SomeUsers.png │ │ └── SomeUsers@2x.png │ ├── Icon_Peer_AudioCall.imageset │ │ ├── Contents.json │ │ ├── audioCall_30.png │ │ └── audioCall_30@2x.png │ ├── Icon_Peer_Premium.imageset │ │ ├── Contents.json │ │ ├── premiumbadge_16 (1).png │ │ └── premiumbadge_16@2x (1).png │ ├── Icon_Peer_VideoCall.imageset │ │ ├── Contents.json │ │ ├── videoCall_30.png │ │ └── videoCall_30@2x.png │ ├── Icon_PersonalChannel_Off.imageset │ │ ├── Contents.json │ │ ├── eye_crossed_24.png │ │ └── eye_crossed_24@2x.png │ ├── Icon_PhotoCameraPlus.imageset │ │ ├── Contents.json │ │ ├── photoCameraPlus.png │ │ └── photoCameraPlus@2x.png │ ├── Icon_PhotoCameraSuggest.imageset │ │ ├── Contents.json │ │ ├── photoCameraSuggest.png │ │ └── photoCameraSuggest@2x.png │ ├── Icon_PipOff.imageset │ │ ├── Contents.json │ │ ├── pip_off.png │ │ └── pip_off@2x.png │ ├── Icon_Pip_Close.imageset │ │ ├── Contents.json │ │ ├── pip_cross.png │ │ └── pip_cross@2x.png │ ├── Icon_Pip_Muted.imageset │ │ ├── Contents.json │ │ ├── pip_speaker_muted.png │ │ └── pip_speaker_muted@2x.png │ ├── Icon_Pip_Out.imageset │ │ ├── Contents.json │ │ ├── pip_pipout.png │ │ └── pip_pipout@2x.png │ ├── Icon_Pip_Pause.imageset │ │ ├── Contents.json │ │ ├── pip_pause.png │ │ └── pip_pause@2x.png │ ├── Icon_Pip_Play.imageset │ │ ├── Contents.json │ │ ├── pip_play.png │ │ └── pip_play@2x.png │ ├── Icon_Pip_Unmuted.imageset │ │ ├── Contents.json │ │ ├── pip_speaker.png │ │ └── pip_speaker@2x.png │ ├── Icon_PlayList_Next.imageset │ │ ├── Contents.json │ │ ├── Next.png │ │ └── Next@2x.png │ ├── Icon_PlayList_Order.imageset │ │ ├── Contents.json │ │ ├── Order.png │ │ └── Order@2x.png │ ├── Icon_PlayList_Random.imageset │ │ ├── Contents.json │ │ ├── Repeat_1.png │ │ └── Repeat_1@2x.png │ ├── Icon_PlayList_Repeat.imageset │ │ ├── Contents.json │ │ ├── Repeat.png │ │ └── Repeat@2x.png │ ├── Icon_PlayList_RepeatOne.imageset │ │ ├── Contents.json │ │ ├── Random.png │ │ └── Random@2x.png │ ├── Icon_PlaybackSpeed_125X.imageset │ │ ├── Contents.json │ │ ├── PlaybackSpeed_125X.png │ │ └── PlaybackSpeed_125X@2x.png │ ├── Icon_PlaybackSpeed_15X.imageset │ │ ├── Contents.json │ │ ├── PlaybackSpeed_15X.png │ │ └── PlaybackSpeed_15X@2x.png │ ├── Icon_PlaybackSpeed_175X.imageset │ │ ├── Contents.json │ │ ├── PlaybackSpeed_175x.png │ │ └── PlaybackSpeed_175x@2x.png │ ├── Icon_PlaybackSpeed_1X.imageset │ │ ├── Contents.json │ │ ├── PlaybackSpeed_1X.png │ │ └── PlaybackSpeed_1X@2x.png │ ├── Icon_PlaybackSpeed_2X.imageset │ │ ├── Contents.json │ │ ├── PlaybackSpeed_2X.png │ │ └── PlaybackSpeed_2X@2x.png │ ├── Icon_Playbar.imageset │ │ ├── Contents.json │ │ └── playbar.png │ ├── Icon_PollAddOption.imageset │ │ ├── Contents.json │ │ ├── ic_addoption.png │ │ └── ic_addoption@2x.png │ ├── Icon_PollDeleteOption.imageset │ │ ├── Contents.json │ │ ├── ic_deleteoption.png │ │ └── ic_deleteoption@2x.png │ ├── Icon_PollSelected.imageset │ │ ├── Contents.json │ │ ├── check.png │ │ └── check@2x.png │ ├── Icon_PollSelectedIncorrect.imageset │ │ ├── Contents.json │ │ ├── failpoll.png │ │ └── failpoll@2x.png │ ├── Icon_PremiumBoarding_Business.imageset │ │ ├── Contents.json │ │ ├── business_24 (3).png │ │ └── business_24@2x (3).png │ ├── Icon_PremiumBoarding_ExpirationDurations.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_ExpirationDurations.png │ │ └── Icon_PremiumBoarding_ExpirationDurations@2x.png │ ├── Icon_PremiumBoarding_HighQuality.imageset │ │ ├── Contents.json │ │ ├── hd_24.png │ │ └── hd_24@2x.png │ ├── Icon_PremiumBoarding_LinksAndFormatting.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_LinksAndFormatting.png │ │ └── Icon_PremiumBoarding_LinksAndFormatting@2x.png │ ├── Icon_PremiumBoarding_LongerCaptions.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_LongerCaptions.png │ │ └── Icon_PremiumBoarding_LongerCaptions@2x.png │ ├── Icon_PremiumBoarding_PermanentViewsHistory.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_PermanentViewsHistory.png │ │ └── Icon_PremiumBoarding_PermanentViewsHistory@2x.png │ ├── Icon_PremiumBoarding_PriorityOrder.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_PriorityOrder.png │ │ └── Icon_PremiumBoarding_PriorityOrder@2x.png │ ├── Icon_PremiumBoarding_SaveStoriesToGallery.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_SaveStoriesToGallery.png │ │ └── Icon_PremiumBoarding_SaveStoriesToGallery@2x.png │ ├── Icon_PremiumBoarding_StealthMode.imageset │ │ ├── Contents.json │ │ ├── Icon_PremiumBoarding_StealthMode.png │ │ └── Icon_PremiumBoarding_StealthMode@2x.png │ ├── Icon_PremiumRequired_Forward.imageset │ │ ├── Contents.json │ │ ├── premiumLock_16.png │ │ └── premiumLock_16@2x.png │ ├── Icon_Premium_Badge_Small.imageset │ │ ├── Contents.json │ │ ├── premiumbadge_16 (2).png │ │ └── premiumbadge_16@2x (3).png │ ├── Icon_Premium_Boarding_Ads.imageset │ │ ├── Ads.png │ │ ├── Ads@2x.png │ │ └── Contents.json │ ├── Icon_Premium_Boarding_Badge.imageset │ │ ├── Badge.png │ │ ├── Badge@2x.png │ │ └── Contents.json │ ├── Icon_Premium_Boarding_Chats.imageset │ │ ├── Chats.png │ │ ├── Chats@2x.png │ │ └── Contents.json │ ├── Icon_Premium_Boarding_Emoji.imageset │ │ ├── Contents.json │ │ ├── Emoji (1).png │ │ └── Emoji@2x.png │ ├── Icon_Premium_Boarding_Files.imageset │ │ ├── Contents.json │ │ ├── Files.png │ │ └── Files@2x.png │ ├── Icon_Premium_Boarding_LastSeen.imageset │ │ ├── Contents.json │ │ ├── lastseen_subtract_24.png │ │ └── lastseen_subtract_24@2x.png │ ├── Icon_Premium_Boarding_MessagePrivacy.imageset │ │ ├── Contents.json │ │ ├── messageprivacy_subtract_24.png │ │ └── messageprivacy_subtract_24@2x.png │ ├── Icon_Premium_Boarding_Profile.imageset │ │ ├── Contents.json │ │ ├── Profile.png │ │ └── Profile@2x.png │ ├── Icon_Premium_Boarding_Reactions.imageset │ │ ├── Contents.json │ │ ├── Reactions.png │ │ └── Reactions@2x.png │ ├── Icon_Premium_Boarding_Speed.imageset │ │ ├── Contents.json │ │ ├── Speed.png │ │ └── Speed@2x.png │ ├── Icon_Premium_Boarding_Status.imageset │ │ ├── Contents.json │ │ ├── status.png │ │ └── status@2x.png │ ├── Icon_Premium_Boarding_Stickers.imageset │ │ ├── Contents.json │ │ ├── Stickers.png │ │ └── Stickers@2x.png │ ├── Icon_Premium_Boarding_Tag.imageset │ │ ├── Contents.json │ │ ├── tag_subtracted_24.png │ │ └── tag_subtracted_24@2x.png │ ├── Icon_Premium_Boarding_Todo.imageset │ │ ├── Contents.json │ │ ├── checklist_subtract.png │ │ └── checklist_subtract@2x.png │ ├── Icon_Premium_Boarding_Translations.imageset │ │ ├── Contents.json │ │ ├── translate.png │ │ └── translate@2x.png │ ├── Icon_Premium_Boarding_Voice.imageset │ │ ├── Contents.json │ │ ├── Voice.png │ │ └── Voice@2x.png │ ├── Icon_Premium_Boarding_X2.imageset │ │ ├── 2x (1).png │ │ ├── 2x@2x (1).png │ │ └── Contents.json │ ├── Icon_Premium_Business_Away.imageset │ │ ├── Contents.json │ │ ├── bubble_24.png │ │ └── bubble_24@2x.png │ ├── Icon_Premium_Business_Bot.imageset │ │ ├── Contents.json │ │ ├── bot_24.png │ │ └── bot_24@2x.png │ ├── Icon_Premium_Business_Feature_Away.imageset │ │ ├── Contents.json │ │ ├── sleep_24.png │ │ └── sleep_24@2x.png │ ├── Icon_Premium_Business_Feature_Bot.imageset │ │ ├── Contents.json │ │ ├── bot_24.png │ │ └── bot_24@2x.png │ ├── Icon_Premium_Business_Feature_Greeting.imageset │ │ ├── Contents.json │ │ ├── hand_24.png │ │ └── hand_24@2x.png │ ├── Icon_Premium_Business_Feature_Hours.imageset │ │ ├── Contents.json │ │ ├── clock_24.png │ │ └── clock_24@2x.png │ ├── Icon_Premium_Business_Feature_Intro.imageset │ │ ├── Contents.json │ │ ├── intro_message_24.png │ │ └── intro_message_24@2x.png │ ├── Icon_Premium_Business_Feature_Links.imageset │ │ ├── Contents.json │ │ ├── link_message_24.png │ │ └── link_message_24@2x.png │ ├── Icon_Premium_Business_Feature_Location.imageset │ │ ├── Contents.json │ │ ├── location_24.png │ │ └── location_24@2x.png │ ├── Icon_Premium_Business_Feature_Reply.imageset │ │ ├── Contents.json │ │ ├── reply_24.png │ │ └── reply_24@2x.png │ ├── Icon_Premium_Business_Greeting.imageset │ │ ├── Contents.json │ │ ├── hand_24.png │ │ └── hand_24@2x.png │ ├── Icon_Premium_Business_Hours.imageset │ │ ├── Contents.json │ │ ├── clock_24.png │ │ └── clock_24@2x.png │ ├── Icon_Premium_Business_Intro.imageset │ │ ├── Contents.json │ │ ├── bubble_i_24.png │ │ └── bubble_i_24@2x.png │ ├── Icon_Premium_Business_Links.imageset │ │ ├── Contents.json │ │ ├── bubblelink_24.png │ │ └── bubblelink_24@2x.png │ ├── Icon_Premium_Business_Location.imageset │ │ ├── Contents.json │ │ ├── location_24.png │ │ └── location_24@2x.png │ ├── Icon_Premium_Business_QuickReply.imageset │ │ ├── Contents.json │ │ ├── reply_24.png │ │ └── reply_24@2x.png │ ├── Icon_Premium_Iphone.imageset │ │ ├── Contents.json │ │ ├── iphone (1).png │ │ └── iphone@2x (1).png │ ├── Icon_Premium_Limit_2x.imageset │ │ ├── 2x.png │ │ ├── 2x@2x.png │ │ └── Contents.json │ ├── Icon_Premium_Limit_Accounts.imageset │ │ ├── Contents.json │ │ ├── badgeuser_24.png │ │ └── badgeuser_24@2x.png │ ├── Icon_Premium_Limit_Chats.imageset │ │ ├── Contents.json │ │ ├── badgechats_24.png │ │ └── badgechats_24@2x.png │ ├── Icon_Premium_Limit_File.imageset │ │ ├── Contents.json │ │ ├── badgedoc_24.png │ │ └── badgedoc_24@2x.png │ ├── Icon_Premium_Limit_Folders.imageset │ │ ├── Contents.json │ │ ├── badgefolder_24.png │ │ └── badgefolder_24@2x.png │ ├── Icon_Premium_Limit_GIF.imageset │ │ ├── Contents.json │ │ ├── badgegif_24.png │ │ └── badgegif_24@2x.png │ ├── Icon_Premium_Limit_Group.imageset │ │ ├── Contents.json │ │ ├── badgegroup_24.png │ │ └── badgegroup_24@2x.png │ ├── Icon_Premium_Limit_Link.imageset │ │ ├── Contents.json │ │ ├── badgelink_24.png │ │ └── badgelink_24@2x.png │ ├── Icon_Premium_Limit_Pin.imageset │ │ ├── Contents.json │ │ ├── badgepin_24.png │ │ └── badgepin_24@2x.png │ ├── Icon_Premium_Limit_Sticker.imageset │ │ ├── Contents.json │ │ ├── badgestickers_24.png │ │ └── badgestickers_24@2x.png │ ├── Icon_Premium_Lock.imageset │ │ ├── Contents.json │ │ ├── lockpremium.png │ │ └── lockpremium@2x.png │ ├── Icon_Premium_Peer_Colors.imageset │ │ ├── Contents.json │ │ ├── brush_24.png │ │ └── brush_24@2x.png │ ├── Icon_Premium_Plus.imageset │ │ ├── Contents.json │ │ ├── plus_24.png │ │ └── plus_24@2x.png │ ├── Icon_Premium_ReactionLock.imageset │ │ ├── Contents.json │ │ ├── addreactions_24.png │ │ └── addreactions_24@2x.png │ ├── Icon_Premium_Settings.imageset │ │ ├── Contents.json │ │ ├── premiumbadge_16.png │ │ └── premiumbadge_16@2x.png │ ├── Icon_Premium_Star_TopUp.imageset │ │ ├── Contents.json │ │ ├── premiumbot_top-up.png │ │ └── premiumbot_top-up@2x.png │ ├── Icon_Premium_StickerPack.imageset │ │ ├── Contents.json │ │ ├── iconstickers.png │ │ └── iconstickers@2x.png │ ├── Icon_Premium_Stories.imageset │ │ ├── Contents.json │ │ ├── Icon_Premium_Stories.png │ │ └── Icon_Premium_Stories@2x.png │ ├── Icon_Premium_Wallpapers.imageset │ │ ├── Contents.json │ │ ├── wallpaper_24.png │ │ └── wallpaper_24@2x.png │ ├── Icon_PreviewCollage.imageset │ │ ├── Contents.json │ │ ├── ic_album.png │ │ └── ic_album@2x.png │ ├── Icon_PreviewSenderArchive.imageset │ │ ├── Contents.json │ │ ├── ic_archive.png │ │ └── ic_archive@2x.png │ ├── Icon_PreviewSenderCrop.imageset │ │ ├── Contents.json │ │ ├── crop.png │ │ └── crop@2x.png │ ├── Icon_PreviewSenderDelete.imageset │ │ ├── Contents.json │ │ ├── deletemedia.png │ │ └── deletemedia@2x.png │ ├── Icon_PreviewSenderDraw.imageset │ │ ├── Contents.json │ │ ├── ic_editor_paint.png │ │ └── ic_editor_paint@2x.png │ ├── Icon_PreviewSenderFile.imageset │ │ ├── Contents.json │ │ ├── ic_file.png │ │ └── ic_file@2x.png │ ├── Icon_PreviewSenderPhoto.imageset │ │ ├── Contents.json │ │ ├── ic_photo.png │ │ └── ic_photo@2x.png │ ├── Icon_PreviewSpoiler.imageset │ │ ├── Contents.json │ │ ├── spoiler (2).png │ │ └── spoiler@2x (2).png │ ├── Icon_PrivacySettings_ActiveSessions.imageset │ │ ├── Contents.json │ │ ├── sessions.png │ │ └── sessions@2x.png │ ├── Icon_PrivacySettings_AutoDelete.imageset │ │ ├── Contents.json │ │ ├── autoDelete.png │ │ └── autoDelete@2x.png │ ├── Icon_PrivacySettings_Blocked.imageset │ │ ├── Contents.json │ │ ├── blocked.png │ │ └── blocked@2x.png │ ├── Icon_PrivacySettings_TwoStep.imageset │ │ ├── 2step.png │ │ ├── 2step@2x.png │ │ └── Contents.json │ ├── Icon_ProfileCall.imageset │ │ ├── Contents.json │ │ ├── ic_call.png │ │ └── ic_call@2x.png │ ├── Icon_Profile_AddMember.imageset │ │ ├── Contents.json │ │ ├── ic_pf_addmember.png │ │ └── ic_pf_addmember@2x.png │ ├── Icon_Profile_Archive.imageset │ │ ├── Contents.json │ │ ├── ic_pf_archive.png │ │ └── ic_pf_archive@2x.png │ ├── Icon_Profile_Block.imageset │ │ ├── Contents.json │ │ ├── ic_pf_block.png │ │ └── ic_pf_block@2x.png │ ├── Icon_Profile_Boost.imageset │ │ ├── Contents.json │ │ ├── ic_pf_boost.png │ │ └── ic_pf_boost@2x.png │ ├── Icon_Profile_Call.imageset │ │ ├── Contents.json │ │ ├── ic_pf_call.png │ │ └── ic_pf_call@2x.png │ ├── Icon_Profile_ChannelSign.imageset │ │ ├── Contents.json │ │ ├── ic_sign (3).png │ │ └── ic_sign@2x (3).png │ ├── Icon_Profile_ChannelType.imageset │ │ ├── Contents.json │ │ ├── ic_channeltype.png │ │ └── ic_channeltype@2x.png │ ├── Icon_Profile_Channel_Stats.imageset │ │ ├── Contents.json │ │ ├── stats_filled_24.png │ │ └── stats_filled_24@2x.png │ ├── Icon_Profile_Destruct.imageset │ │ ├── Contents.json │ │ ├── ic_autodelete.png │ │ └── ic_autodelete@2x.png │ ├── Icon_Profile_Discussion.imageset │ │ ├── Contents.json │ │ ├── ic_discussion.png │ │ └── ic_discussion@2x.png │ ├── Icon_Profile_EditPhoto.imageset │ │ ├── Contents.json │ │ ├── ic_photo (2).png │ │ └── ic_photo@2x (2).png │ ├── Icon_Profile_GroupType.imageset │ │ ├── Contents.json │ │ ├── ic_grouptype.png │ │ └── ic_grouptype@2x.png │ ├── Icon_Profile_JoinChannel.imageset │ │ ├── Contents.json │ │ ├── ic_pf_channel.png │ │ └── ic_pf_channel@2x.png │ ├── Icon_Profile_Leave.imageset │ │ ├── Contents.json │ │ ├── ic_pf_leave.png │ │ └── ic_pf_leave@2x.png │ ├── Icon_Profile_Links.imageset │ │ ├── Contents.json │ │ ├── ic_links.png │ │ └── ic_links@2x.png │ ├── Icon_Profile_Message.imageset │ │ ├── Contents.json │ │ ├── ic_pf_message.png │ │ └── ic_pf_message@2x.png │ ├── Icon_Profile_More.imageset │ │ ├── Contents.json │ │ ├── ic_pf_more.png │ │ └── ic_pf_more@2x.png │ ├── Icon_Profile_Mute.imageset │ │ ├── Contents.json │ │ ├── ic_pf_mute.png │ │ └── ic_pf_mute@2x.png │ ├── Icon_Profile_RecentLog.imageset │ │ ├── Contents.json │ │ ├── recent_actions.png │ │ └── recent_actions@2x.png │ ├── Icon_Profile_Removed.imageset │ │ ├── Contents.json │ │ ├── ic_removed.png │ │ └── ic_removed@2x.png │ ├── Icon_Profile_Report.imageset │ │ ├── Contents.json │ │ ├── ic_pf_report.png │ │ └── ic_pf_report@2x.png │ ├── Icon_Profile_Requests.imageset │ │ ├── Contents.json │ │ ├── ic_requests.png │ │ └── ic_requests@2x.png │ ├── Icon_Profile_Search.imageset │ │ ├── Contents.json │ │ ├── ic_pf_search.png │ │ └── ic_pf_search@2x.png │ ├── Icon_Profile_SecretChat.imageset │ │ ├── Contents.json │ │ ├── ic_pf_secretchat.png │ │ └── ic_pf_secretchat@2x.png │ ├── Icon_Profile_Share.imageset │ │ ├── Contents.json │ │ ├── ic_pf_share.png │ │ └── ic_pf_share@2x.png │ ├── Icon_Profile_Stats.imageset │ │ ├── Contents.json │ │ ├── ic_pf_stats.png │ │ └── ic_pf_stats@2x.png │ ├── Icon_Profile_Topics.imageset │ │ ├── Contents.json │ │ ├── topics.png │ │ └── topics@2x.png │ ├── Icon_Profile_Translate.imageset │ │ ├── Contents.json │ │ ├── ic_pf_translate.png │ │ └── ic_pf_translate@2x.png │ ├── Icon_Profile_Unblock.imageset │ │ ├── Contents.json │ │ ├── ic_pf_unblock.png │ │ └── ic_pf_unblock@2x.png │ ├── Icon_Profile_Unmute.imageset │ │ ├── Contents.json │ │ ├── ic_pf_unmute.png │ │ └── ic_pf_unmute@2x.png │ ├── Icon_Profile_VideoCall.imageset │ │ ├── Contents.json │ │ ├── Video.png │ │ └── Video@2x.png │ ├── Icon_Profile_VoiceChat.imageset │ │ ├── Contents.json │ │ ├── ic_pf_voicechat (1).png │ │ └── ic_pf_voicechat@2x (1).png │ ├── Icon_ProgressWindowCheck.imageset │ │ ├── Contents.json │ │ └── ProgressWindowCheck@2x.png │ ├── Icon_ProxyEnable.imageset │ │ ├── Contents.json │ │ ├── ic_proxy2.png │ │ └── ic_proxy2@2x.png │ ├── Icon_ProxyEnabled.imageset │ │ ├── Contents.json │ │ ├── ic_proxy1.png │ │ └── ic_proxy1@2x.png │ ├── Icon_ProxyState.imageset │ │ ├── Contents.json │ │ ├── ic_proxy3.png │ │ └── ic_proxy3@2x.png │ ├── Icon_QuizExplanation.imageset │ │ ├── Contents.json │ │ ├── ic_lamp.png │ │ └── ic_lamp@2x.png │ ├── Icon_Quote.imageset │ │ ├── Contents.json │ │ ├── ic_quote_10.png │ │ └── ic_quote_10@2x.png │ ├── Icon_Quote_Collapse.imageset │ │ ├── Contents.json │ │ ├── collapse_16.png │ │ └── collapse_16@2x.png │ ├── Icon_Quote_Expand.imageset │ │ ├── Contents.json │ │ ├── expand_16.png │ │ └── expand_16@2x.png │ ├── Icon_ReactionBadge.imageset │ │ ├── Contents.json │ │ ├── reactionbadge (1).png │ │ └── reactionbadge@2x (1).png │ ├── Icon_ReactionButton.imageset │ │ ├── Contents.json │ │ ├── reactionbutton_30.png │ │ └── reactionbutton_30@2x.png │ ├── Icon_ReactionTagBackground.imageset │ │ ├── Contents.json │ │ └── tagHole_26.svg │ ├── Icon_Reactions_Add.imageset │ │ ├── Contents.json │ │ ├── like_12.png │ │ └── like_12@2x.png │ ├── Icon_Reactions_ShowMore.imageset │ │ ├── Contents.json │ │ ├── arrow_down.png │ │ └── arrow_down@2x.png │ ├── Icon_RecentLogs.imageset │ │ ├── Contents.json │ │ ├── recent_logs.png │ │ └── recent_logs@2x.png │ ├── Icon_RecordVideoMessage.imageset │ │ ├── Contents.json │ │ ├── ic_videomsg@1x.png │ │ └── ic_videomsg@2x.png │ ├── Icon_RecordVoice.imageset │ │ ├── Contents.json │ │ ├── ic_voice@1x.png │ │ └── ic_voice@2x.png │ ├── Icon_RecordingVoice.imageset │ │ ├── Contents.json │ │ ├── ic_voice_2@1x.png │ │ └── ic_voice_2@2x.png │ ├── Icon_Register_AddPhoto.imageset │ │ ├── Contents.json │ │ ├── photo_outline_112.png │ │ └── photo_outline_112@2x.png │ ├── Icon_RemoveRecent.imageset │ │ ├── Contents.json │ │ ├── closeSticker.png │ │ └── closeSticker@2x.png │ ├── Icon_ReplaceMessageMedia.imageset │ │ ├── Contents.json │ │ ├── newmedia@1x.png │ │ └── newmedia@2x.png │ ├── Icon_RepliesChat.imageset │ │ ├── Contents.json │ │ ├── Icon_RepliesChat.png │ │ └── Icon_RepliesChat@2x.png │ ├── Icon_Replies_ListMode.imageset │ │ ├── Contents.json │ │ ├── ic_msg_replies.png │ │ └── ic_msg_replies@2x.png │ ├── Icon_ReplyMarkupButton.imageset │ │ ├── Contents.json │ │ ├── ic_bot@1x.png │ │ └── ic_bot@2x.png │ ├── Icon_Reply_Channel.imageset │ │ ├── Contents.json │ │ ├── ic_channel_16.png │ │ └── ic_channel_16@2x.png │ ├── Icon_Reply_Group.imageset │ │ ├── Contents.json │ │ ├── ic_group_16.png │ │ └── ic_group_16@2x.png │ ├── Icon_Reply_User.imageset │ │ ├── Contents.json │ │ ├── ic_user_16.png │ │ └── ic_user_16@2x.png │ ├── Icon_Resort.imageset │ │ ├── Contents.json │ │ ├── ic_burger (1).png │ │ └── ic_burger@2x (1).png │ ├── Icon_SaveEditedMessage.imageset │ │ ├── Contents.json │ │ ├── ic_savemessage@1x.png │ │ └── ic_savemessage@2x.png │ ├── Icon_SavedMessages.imageset │ │ ├── Contents.json │ │ └── ic_saved@2x.png │ ├── Icon_SavedMessages_Premium_Tag.imageset │ │ ├── Contents.json │ │ └── tag.svg │ ├── Icon_SearchArrow.imageset │ │ ├── Contents.json │ │ ├── ic_up.png │ │ └── ic_up@2x.png │ ├── Icon_SearchArticles.imageset │ │ ├── Contents.json │ │ ├── articles@1x.png │ │ └── articles@2x.png │ ├── Icon_SearchChatMessages.imageset │ │ ├── Contents.json │ │ ├── ic_search.png │ │ └── ic_search@2x.png │ ├── Icon_SearchClear.imageset │ │ ├── Contents.json │ │ ├── ic_delete@1x.png │ │ └── ic_delete@2x.png │ ├── Icon_SearchField.imageset │ │ ├── Contents.json │ │ ├── search-icon.png │ │ └── search-icon@2x.png │ ├── Icon_SearchFilter.imageset │ │ ├── Contents.json │ │ ├── ic_search_all.png │ │ └── ic_search_all@2x.png │ ├── Icon_SearchFilter_AddPeer.imageset │ │ ├── Contents.json │ │ ├── ic_addresult.png │ │ └── ic_addresult@2x.png │ ├── Icon_SearchFilter_Downloads.imageset │ │ ├── Contents.json │ │ ├── ic_search_downloads.png │ │ └── ic_search_downloads@2x.png │ ├── Icon_SearchFilter_Files.imageset │ │ ├── Contents.json │ │ ├── ic_search_docs.png │ │ └── ic_search_docs@2x.png │ ├── Icon_SearchFilter_Links.imageset │ │ ├── Contents.json │ │ ├── ic_search_links.png │ │ └── ic_search_links@2x.png │ ├── Icon_SearchFilter_Media.imageset │ │ ├── Contents.json │ │ ├── ic_search_media.png │ │ └── ic_search_media@2x.png │ ├── Icon_SearchFilter_Music.imageset │ │ ├── Contents.json │ │ ├── ic_search_music.png │ │ └── ic_search_music@2x.png │ ├── Icon_SearchInputTag.imageset │ │ ├── Contents.json │ │ └── tagHole.svg │ ├── Icon_SearchMessages_Chevron.imageset │ │ ├── Contents.json │ │ ├── chevron_14 (2).png │ │ └── chevron_14@2x (2).png │ ├── Icon_SearchSaved.imageset │ │ ├── Contents.json │ │ ├── saved@1x.png │ │ └── saved@2x.png │ ├── Icon_SearchTagTokenBackground.imageset │ │ ├── Contents.json │ │ └── SearchTagTokenBackground.svg │ ├── Icon_Search_Ad.imageset │ │ ├── Contents.json │ │ ├── more_10.png │ │ └── more_10@2x.png │ ├── Icon_Search_Filter_Hashtag.imageset │ │ ├── Contents.json │ │ ├── ic_hash.png │ │ └── ic_hash@2x.png │ ├── Icon_Search_RemoveRecent.imageset │ │ ├── Contents.json │ │ ├── ic_clear.png │ │ └── ic_clear@2x.png │ ├── Icon_SecretAutoremoveMedia.imageset │ │ ├── Contents.json │ │ ├── SecretPhotoFire.png │ │ └── SecretPhotoFire@2x.png │ ├── Icon_SecretChatLock.imageset │ │ ├── Contents.json │ │ ├── secret-black.png │ │ └── secret-black@2x.png │ ├── Icon_SecretTimer.imageset │ │ ├── Contents.json │ │ ├── ic_timer@1x.png │ │ └── ic_timer@2x.png │ ├── Icon_SecureIdAuth.imageset │ │ ├── Contents.json │ │ ├── ic_security@1x.png │ │ └── ic_security@2x.png │ ├── Icon_SecureIdForgotPassword.imageset │ │ ├── Contents.json │ │ ├── ic_fr@1x.png │ │ └── ic_fr@2x.png │ ├── Icon_SelectionChecked.imageset │ │ ├── BlueCheck.png │ │ ├── BlueCheck@2x.png │ │ └── Contents.json │ ├── Icon_SelectionUncheck.imageset │ │ ├── ComposeCheck.png │ │ ├── ComposeCheck@2x.png │ │ └── Contents.json │ ├── Icon_SendMessage.imageset │ │ ├── Contents.json │ │ ├── ic_send@1x.png │ │ └── ic_send@2x (1).png │ ├── Icon_SendVia_Ton.imageset │ │ ├── Contents.json │ │ ├── ton_32.png │ │ └── ton_32@2x.png │ ├── Icon_SettingsAbout.imageset │ │ ├── Contents.json │ │ ├── ic_aboutapp@1x.png │ │ └── ic_aboutapp@2x.png │ ├── Icon_SettingsAskQuestion.imageset │ │ ├── Contents.json │ │ ├── ic_ask@1x.png │ │ └── ic_ask@2x.png │ ├── Icon_SettingsBio.imageset │ │ ├── Contents.json │ │ ├── ic_bio@1x.png │ │ └── ic_bio@2x.png │ ├── Icon_SettingsBusiness.imageset │ │ ├── Contents.json │ │ ├── business_24 (2).png │ │ └── business_24@2x (2).png │ ├── Icon_SettingsEditInfo.imageset │ │ ├── Contents.json │ │ ├── ic_editname@1x.png │ │ └── ic_editname@2x.png │ ├── Icon_SettingsFaq.imageset │ │ ├── Contents.json │ │ ├── ic_faq@1x.png │ │ └── ic_faq@2x.png │ ├── Icon_SettingsFilters.imageset │ │ ├── Contents.json │ │ ├── ic_filters.png │ │ └── ic_filters@2x.png │ ├── Icon_SettingsGeneral.imageset │ │ ├── Contents.json │ │ ├── ic_general@1x.png │ │ └── ic_general@2x.png │ ├── Icon_SettingsLanguage.imageset │ │ ├── Contents.json │ │ ├── ic_lang@1x.png │ │ └── ic_lang@2x.png │ ├── Icon_SettingsLogout.imageset │ │ ├── Contents.json │ │ ├── ic_logout@1x.png │ │ └── ic_logout@2x.png │ ├── Icon_SettingsNotifications.imageset │ │ ├── Contents.json │ │ ├── ic_notifications@1x.png │ │ └── ic_notifications@2x.png │ ├── Icon_SettingsPassport.imageset │ │ ├── Contents.json │ │ ├── ic_passport@1x.png │ │ └── ic_passport@2x.png │ ├── Icon_SettingsPhoneNumber.imageset │ │ ├── Contents.json │ │ ├── ic_phone@1x.png │ │ └── ic_phone@2x.png │ ├── Icon_SettingsProfile.imageset │ │ ├── Contents.json │ │ ├── ic_prof.png │ │ └── ic_prof@2x.png │ ├── Icon_SettingsProxy.imageset │ │ ├── Contents.json │ │ ├── ic_proxy@1x.png │ │ └── ic_proxy@2x.png │ ├── Icon_SettingsSecurity.imageset │ │ ├── Contents.json │ │ ├── ic_privacy@1x.png │ │ └── ic_privacy@2x.png │ ├── Icon_SettingsStickers.imageset │ │ ├── Contents.json │ │ ├── ic_stickers@1x.png │ │ └── ic_stickers@2x.png │ ├── Icon_SettingsStorage.imageset │ │ ├── Contents.json │ │ ├── ic_data@1x.png │ │ └── ic_data@2x.png │ ├── Icon_SettingsStories.imageset │ │ ├── Contents.json │ │ ├── my_profile.png │ │ └── my_profile@2x.png │ ├── Icon_SettingsUpdate.imageset │ │ ├── Contents.json │ │ ├── update (1).png │ │ └── update@2x (1).png │ ├── Icon_SettingsUsername.imageset │ │ ├── Contents.json │ │ ├── ic_username@1x.png │ │ └── ic_username@2x.png │ ├── Icon_SettingsWallet.imageset │ │ ├── Contents.json │ │ ├── ic_wallet.png │ │ └── ic_wallet@2x.png │ ├── Icon_Settings_AddPassword.imageset │ │ ├── Contents.json │ │ ├── passlock.png │ │ └── passlock@2x.png │ ├── Icon_Settings_BotCap.imageset │ │ ├── Contents.json │ │ └── Icon_Settings_BotCap.png │ ├── Icon_Settings_GiftPremium.imageset │ │ ├── Contents.json │ │ ├── Gift_24_substracted.png │ │ └── Gift_24_substracted@2x.png │ ├── Icon_Settings_Stars.imageset │ │ ├── Contents.json │ │ ├── stars.png │ │ └── stars@2x.png │ ├── Icon_ShareExternal.imageset │ │ ├── Contents.json │ │ ├── ic_share.png │ │ └── ic_share@2x.png │ ├── Icon_ShareStickerPack.imageset │ │ ├── Contents.json │ │ ├── ic_share.png │ │ └── ic_share@2x.png │ ├── Icon_SharedFolder.imageset │ │ ├── Contents.json │ │ ├── chain_24.png │ │ └── chain_24@2x.png │ ├── Icon_Sidebar_AllChats.imageset │ │ ├── Contents.json │ │ ├── ic_allchats.png │ │ └── ic_allchats@2x.png │ ├── Icon_Sidebar_Animal.imageset │ │ ├── Contents.json │ │ ├── ic_animal.png │ │ └── ic_animal@2x.png │ ├── Icon_Sidebar_Book.imageset │ │ ├── Contents.json │ │ ├── ic_book.png │ │ └── ic_book@2x.png │ ├── Icon_Sidebar_Bot.imageset │ │ ├── Contents.json │ │ ├── ic_bot.png │ │ └── ic_bot@2x.png │ ├── Icon_Sidebar_Channel.imageset │ │ ├── Contents.json │ │ ├── ic_channel.png │ │ └── ic_channel@2x.png │ ├── Icon_Sidebar_Coin.imageset │ │ ├── Contents.json │ │ ├── ic_coin.png │ │ └── ic_coin@2x.png │ ├── Icon_Sidebar_Flash.imageset │ │ ├── Contents.json │ │ ├── ic_flash.png │ │ └── ic_flash@2x.png │ ├── Icon_Sidebar_Folder.imageset │ │ ├── Contents.json │ │ ├── ic_folder.png │ │ └── ic_folder@2x.png │ ├── Icon_Sidebar_Game.imageset │ │ ├── Contents.json │ │ ├── ic_gamepad.png │ │ └── ic_gamepad@2x.png │ ├── Icon_Sidebar_Group.imageset │ │ ├── Contents.json │ │ ├── ic_group.png │ │ └── ic_group@2x.png │ ├── Icon_Sidebar_Home.imageset │ │ ├── Contents.json │ │ ├── ic_home.png │ │ └── ic_home@2x.png │ ├── Icon_Sidebar_Lamp.imageset │ │ ├── Contents.json │ │ ├── ic_lamp.png │ │ └── ic_lamp@2x.png │ ├── Icon_Sidebar_Like.imageset │ │ ├── Contents.json │ │ ├── ic_like.png │ │ └── ic_like@2x.png │ ├── Icon_Sidebar_Lock.imageset │ │ ├── Contents.json │ │ ├── ic_lock.png │ │ └── ic_lock@2x.png │ ├── Icon_Sidebar_Love.imageset │ │ ├── Contents.json │ │ ├── ic_love.png │ │ └── ic_love@2x.png │ ├── Icon_Sidebar_Mask.imageset │ │ ├── Contents.json │ │ ├── ic_mask.png │ │ └── ic_mask@2x.png │ ├── Icon_Sidebar_Math.imageset │ │ ├── Contents.json │ │ ├── ic_math.png │ │ └── ic_math@2x.png │ ├── Icon_Sidebar_Music.imageset │ │ ├── Contents.json │ │ ├── ic_nusic.png │ │ └── ic_nusic@2x.png │ ├── Icon_Sidebar_Muted.imageset │ │ ├── Contents.json │ │ ├── ic_muted.png │ │ └── ic_muted@2x.png │ ├── Icon_Sidebar_Paint.imageset │ │ ├── Contents.json │ │ ├── ic_paint.png │ │ └── ic_paint@2x.png │ ├── Icon_Sidebar_Personal.imageset │ │ ├── Contents.json │ │ ├── ic_personal.png │ │ └── ic_personal@2x.png │ ├── Icon_Sidebar_Plane.imageset │ │ ├── Contents.json │ │ ├── ic_plane.png │ │ └── ic_plane@2x.png │ ├── Icon_Sidebar_Read.imageset │ │ ├── Contents.json │ │ ├── ic_read.png │ │ └── ic_read@2x.png │ ├── Icon_Sidebar_Sport.imageset │ │ ├── Contents.json │ │ ├── ic_sport.png │ │ └── ic_sport@2x.png │ ├── Icon_Sidebar_Star.imageset │ │ ├── Contents.json │ │ ├── ic_star.png │ │ └── ic_star@2x.png │ ├── Icon_Sidebar_Student.imageset │ │ ├── Contents.json │ │ ├── ic_student.png │ │ └── ic_student@2x.png │ ├── Icon_Sidebar_Telegram.imageset │ │ ├── Contents.json │ │ ├── ic_telegram.png │ │ └── ic_telegram@2x.png │ ├── Icon_Sidebar_Unmuted.imageset │ │ ├── Contents.json │ │ ├── ic_unmuted.png │ │ └── ic_unmuted@2x.png │ ├── Icon_Sidebar_Unread.imageset │ │ ├── Contents.json │ │ ├── ic_unread.png │ │ └── ic_unread@2x.png │ ├── Icon_Sidebar_Virus.imageset │ │ ├── Contents.json │ │ ├── ic_flow.png │ │ └── ic_flow@2x.png │ ├── Icon_Sidebar_Wine.imageset │ │ ├── Contents.json │ │ ├── ic_wine.png │ │ └── ic_wine@2x.png │ ├── Icon_Sidebar_Work.imageset │ │ ├── Contents.json │ │ ├── ic_work.png │ │ └── ic_work@2x.png │ ├── Icon_Slider.imageset │ │ ├── Contents.json │ │ ├── Oval (1).png │ │ └── Oval@2x (1).png │ ├── Icon_SliderHighlighted.imageset │ │ ├── Contents.json │ │ └── MIHSliderDotHighlighted.png │ ├── Icon_SliderNormal.imageset │ │ ├── Contents.json │ │ └── MIHSliderDotNormal.png │ ├── Icon_Small_Chevron_Down.imageset │ │ ├── Contents.json │ │ ├── chevron_16.png │ │ └── chevron_16@2x.png │ ├── Icon_Small_Chevron_Up.imageset │ │ ├── Contents.json │ │ ├── chevron_up_16.png │ │ └── chevron_up_16@2x.png │ ├── Icon_StarInfo_Bot.imageset │ │ ├── Contents.json │ │ ├── bot_24.png │ │ └── bot_24@2x.png │ ├── Icon_StarInfo_Cash.imageset │ │ ├── Contents.json │ │ ├── cash_24.png │ │ └── cash_24@2x.png │ ├── Icon_StarInfo_Gift.imageset │ │ ├── Contents.json │ │ ├── gift_24.png │ │ └── gift_24@2x.png │ ├── Icon_StarInfo_Lock.imageset │ │ ├── Contents.json │ │ ├── lock_24.png │ │ └── lock_24@2x.png │ ├── Icon_StarInfo_Premium.imageset │ │ ├── Contents.json │ │ ├── premium_24.png │ │ └── premium_24@2x.png │ ├── Icon_StarTransaction_Anonymous.imageset │ │ ├── Contents.json │ │ ├── fragment_top-up_20.png │ │ └── fragment_top-up_20@2x.png │ ├── Icon_StarTransaction_Preview_Android.imageset │ │ ├── Contents.json │ │ ├── android_top-up.png │ │ └── android_top-up@2x.png │ ├── Icon_StarTransaction_Preview_AppStore.imageset │ │ ├── Contents.json │ │ ├── apple_top-up.png │ │ └── apple_top-up@2x.png │ ├── Icon_StarTransaction_Preview_Fragment.imageset │ │ ├── Contents.json │ │ ├── fragment_top-up.png │ │ └── fragment_top-up@2x.png │ ├── Icon_StarTransaction_Preview_PremiumBot.imageset │ │ ├── Contents.json │ │ ├── premiumbot_top-up.png │ │ └── premiumbot_top-up@2x.png │ ├── Icon_StarTransaction_Preview_Unknown.imageset │ │ ├── Contents.json │ │ ├── stars_top-up.png │ │ └── stars_top-up@2x.png │ ├── Icon_StarTransaction_Row_Android.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_Android.png │ │ └── Icon_StarTransaction_Row_Android@2x.png │ ├── Icon_StarTransaction_Row_Apple.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_Apple.png │ │ └── Icon_StarTransaction_Row_Apple@2x.png │ ├── Icon_StarTransaction_Row_Fragment.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_Fragment.png │ │ └── Icon_StarTransaction_Row_Fragment@2x.png │ ├── Icon_StarTransaction_Row_PaidBroadcast.imageset │ │ ├── Contents.json │ │ ├── PaidBroadcast.png │ │ └── PaidBroadcast@2x.png │ ├── Icon_StarTransaction_Row_PremiumBot.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_PremiumBot.png │ │ └── Icon_StarTransaction_Row_PremiumBot@2x.png │ ├── Icon_StarTransaction_Row_Stars.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_Stars.png │ │ └── Icon_StarTransaction_Row_Stars@2x.png │ ├── Icon_StarTransaction_Row_Windows.imageset │ │ ├── Contents.json │ │ ├── Icon_StarTransaction_Row_Windows.png │ │ └── Icon_StarTransaction_Row_Windows@2x.png │ ├── Icon_Star_Currency.imageset │ │ ├── Contents.json │ │ ├── Star_24 (2).png │ │ └── Star_24@2x (2).png │ ├── Icon_Star_Currency_BigSize.imageset │ │ ├── Contents.json │ │ ├── Star_30 (2).png │ │ └── Star_30@2x (2).png │ ├── Icon_Star_Outline.imageset │ │ ├── Contents.json │ │ ├── Star_Outline_24.png │ │ └── Star_Outline_24@2x.png │ ├── Icon_Star_Outline_BigSize.imageset │ │ ├── Contents.json │ │ ├── Star_Outline_30.png │ │ └── Star_Outline_30@2x.png │ ├── Icon_StorageCleared_Check.imageset │ │ ├── Check_1.png │ │ ├── Check_1@2x.png │ │ └── Contents.json │ ├── Icon_StorageCleared_Circle.imageset │ │ ├── Check_2.png │ │ ├── Check_2@2x.png │ │ └── Contents.json │ ├── Icon_StorageUsage.imageset │ │ ├── Contents.json │ │ ├── piechart.png │ │ └── piechart@2x.png │ ├── Icon_StoryChevron.imageset │ │ ├── Chevron (2).png │ │ ├── Chevron@2x (2).png │ │ └── Contents.json │ ├── Icon_StoryClose.imageset │ │ ├── Contents.json │ │ ├── xmark_24.png │ │ └── xmark_24@2x.png │ ├── Icon_StoryCloseFriends.imageset │ │ ├── CloseFriends (1).png │ │ ├── CloseFriends@2x (1).png │ │ └── Contents.json │ ├── Icon_StoryDelete.imageset │ │ ├── Contents.json │ │ ├── trash_24.png │ │ └── trash_24@2x.png │ ├── Icon_StoryExpired.imageset │ │ ├── Contents.json │ │ ├── expired12.png │ │ └── expired12@2x.png │ ├── Icon_StoryInputLike.imageset │ │ ├── Contents.json │ │ ├── input_heart.png │ │ └── input_heart@2x.png │ ├── Icon_StoryLike.imageset │ │ ├── Contents.json │ │ ├── Icon_StoryLike.png │ │ └── Icon_StoryLike@2x.png │ ├── Icon_StoryLike_Count.imageset │ │ ├── Contents.json │ │ ├── Like_14.png │ │ └── Like_14@2x.png │ ├── Icon_StoryLike_Holder.imageset │ │ ├── Contents.json │ │ ├── Like Filled 30.png │ │ └── Like Filled 30@2x.png │ ├── Icon_StoryMore.imageset │ │ ├── Contents.json │ │ ├── more_24.png │ │ └── more_24@2x.png │ ├── Icon_StoryMute.imageset │ │ ├── Contents.json │ │ ├── speaker_muted_24.png │ │ └── speaker_muted_24@2x.png │ ├── Icon_StoryReply.imageset │ │ ├── Contents.json │ │ ├── storyreply.png │ │ └── storyreply@2x.png │ ├── Icon_StoryRepost.imageset │ │ ├── Contents.json │ │ ├── repost_36.png │ │ └── repost_36@2x.png │ ├── Icon_StoryRepostFrom.imageset │ │ ├── Contents.json │ │ ├── repost_14.png │ │ └── repost_14@2x.png │ ├── Icon_StoryShare.imageset │ │ ├── Contents.json │ │ ├── share.png │ │ └── share@2x.png │ ├── Icon_StoryUnmute.imageset │ │ ├── Contents.json │ │ ├── speaker_24.png │ │ └── speaker_24@2x.png │ ├── Icon_StoryViewReaction.imageset │ │ ├── Contents.json │ │ ├── reaction.png │ │ └── reaction@2x.png │ ├── Icon_StoryViewRead.imageset │ │ ├── Contents.json │ │ ├── icon_read.png │ │ └── icon_read@2x.png │ ├── Icon_StoryView_Repost.imageset │ │ ├── Contents.json │ │ ├── repost_12.png │ │ └── repost_12@2x.png │ ├── Icon_StoryViewers_Filter.imageset │ │ ├── Contents.json │ │ ├── Filter_24.png │ │ └── Filter_24@2x.png │ ├── Icon_Story_Contacts.imageset │ │ ├── Contacts.png │ │ ├── Contacts@2x.png │ │ └── Contents.json │ ├── Icon_Story_Forwarded.imageset │ │ ├── Contents.json │ │ ├── arrowshape_14.png │ │ └── arrowshape_14@2x.png │ ├── Icon_Story_InlineReaction.imageset │ │ ├── Contents.json │ │ └── ReactionBackground.pdf │ ├── Icon_Story_InlineReaction_Shadow.imageset │ │ ├── Contents.json │ │ └── ReactionShadow.pdf │ ├── Icon_Story_Repost.imageset │ │ ├── Contents.json │ │ ├── repost_30.png │ │ └── repost_30@2x.png │ ├── Icon_Story_Selected_Contacts.imageset │ │ ├── Contents.json │ │ ├── SelContacts.png │ │ └── SelContacts@2x.png │ ├── Icon_Story_StealthMode.imageset │ │ ├── Contents.json │ │ ├── Icon_Story_StealthMode.png │ │ └── Icon_Story_StealthMode@2x.png │ ├── Icon_Story_StealthMode_Rewind_25.imageset │ │ ├── Contents.json │ │ ├── Icon_Story_StealthMode_Rewind_25.png │ │ └── Icon_Story_StealthMode_Rewind_25@2x.png │ ├── Icon_Story_StealthMode_Rewind_5.imageset │ │ ├── Contents.json │ │ ├── Icon_Story_StealthMode_Rewind_5.png │ │ └── Icon_Story_StealthMode_Rewind_5@2x.png │ ├── Icon_Story_Viewers.imageset │ │ ├── Contents.json │ │ ├── eye_24.png │ │ └── eye_24@2x.png │ ├── Icon_StreamingDownload.imageset │ │ ├── Contents.json │ │ ├── Download.png │ │ └── Download@2x.png │ ├── Icon_SuggestPost_Approve.imageset │ │ ├── Contents.json │ │ ├── approve_16.png │ │ └── approve_16@2x.png │ ├── Icon_SuggestPost_Decline.imageset │ │ ├── Contents.json │ │ ├── decline_16.png │ │ └── decline_16@2x.png │ ├── Icon_SuggestPost_Edit.imageset │ │ ├── Contents.json │ │ ├── pen_16.png │ │ └── pen_16@2x.png │ ├── Icon_Svg_Particle_Avatars.imageset │ │ ├── Contents.json │ │ └── Profile Photos.svg │ ├── Icon_Svg_Particle_Files.imageset │ │ ├── Contents.json │ │ └── Documents.svg │ ├── Icon_Svg_Particle_Music.imageset │ │ ├── Contents.json │ │ └── Music.svg │ ├── Icon_Svg_Particle_Other.imageset │ │ ├── Contents.json │ │ └── Other.svg │ ├── Icon_Svg_Particle_Photos.imageset │ │ ├── Contents.json │ │ └── Photos.svg │ ├── Icon_Svg_Particle_Stickers.imageset │ │ ├── Contents.json │ │ └── Stickers.svg │ ├── Icon_Svg_Particle_Videos.imageset │ │ ├── Contents.json │ │ └── Videos.svg │ ├── Icon_TabChatList.imageset │ │ ├── Contents.json │ │ ├── ic_chats.png │ │ └── ic_chats@2x.png │ ├── Icon_TabChatList_Highlighted.imageset │ │ ├── Contents.json │ │ ├── ic_chats.png │ │ └── ic_chats@2x.png │ ├── Icon_TabContacts.imageset │ │ ├── Contents.json │ │ ├── ic_contacts.png │ │ └── ic_contacts@2x.png │ ├── Icon_TabRecentCalls.imageset │ │ ├── Contents.json │ │ ├── ic_calls.png │ │ └── ic_calls@2x.png │ ├── Icon_TabSettings.imageset │ │ ├── Contents.json │ │ ├── ic_settings.png │ │ └── ic_settings@2x.png │ ├── Icon_TelegramLogin.imageset │ │ ├── Contents.json │ │ ├── TelegramIcon.png │ │ └── TelegramIcon@2x.png │ ├── Icon_ThemeBubble.imageset │ │ ├── Contents.json │ │ └── themebubble@2x.png │ ├── Icon_ThemePreview_Dino.imageset │ │ ├── Contents.json │ │ ├── preview_dino.png │ │ └── preview_dino@2x.png │ ├── Icon_ThemePreview_Duck.imageset │ │ ├── Contents.json │ │ ├── preview_duck.png │ │ └── preview_duck@2x.png │ ├── Icon_Todo_Other_Check.imageset │ │ ├── Contents.json │ │ ├── check_12.png │ │ └── check_12@2x.png │ ├── Icon_Ton_Currency.imageset │ │ ├── Contents.json │ │ ├── ton_24 (1).png │ │ └── ton_24@2x (1).png │ ├── Icon_Ton_Transfer_To.imageset │ │ ├── Contents.json │ │ ├── ton_60 (2).png │ │ └── ton_60@2x (2).png │ ├── Icon_Topic_General.imageset │ │ ├── Contents.json │ │ └── ic_general.pdf │ ├── Icon_TouchBarBackgroundIcon.imageset │ │ ├── Contents.json │ │ ├── logo@1x-1.png │ │ └── logo@2x.png │ ├── Icon_TouchBar_AttachFile.imageset │ │ ├── Contents.json │ │ └── document@2x.png │ ├── Icon_TouchBar_AttachLocation.imageset │ │ ├── Contents.json │ │ └── location@2x.png │ ├── Icon_TouchBar_AttachPhotoOrVideo.imageset │ │ ├── Contents.json │ │ └── photo@2x.png │ ├── Icon_TouchBar_AttachPicture.imageset │ │ ├── Contents.json │ │ └── camera@2x.png │ ├── Icon_TouchBar_Call.imageset │ │ ├── Contents.json │ │ └── call@2x.png │ ├── Icon_TouchBar_ChatAttach.imageset │ │ ├── Contents.json │ │ └── attach@2x.png │ ├── Icon_TouchBar_ChatMore.imageset │ │ ├── Contents.json │ │ └── more@2x.png │ ├── Icon_TouchBar_Compose.imageset │ │ ├── Contents.json │ │ └── newchat@2x.png │ ├── Icon_TouchBar_ComposeChannel.imageset │ │ ├── Contents.json │ │ └── channel@2x.png │ ├── Icon_TouchBar_ComposeGroup.imageset │ │ ├── Contents.json │ │ └── group@2x.png │ ├── Icon_TouchBar_ComposeSecretChat.imageset │ │ ├── Contents.json │ │ └── secretchat@2x.png │ ├── Icon_TouchBar_Emoji.imageset │ │ ├── Contents.json │ │ └── emoji@2x.png │ ├── Icon_TouchBar_Fav.imageset │ │ ├── Contents.json │ │ └── fav@2x.png │ ├── Icon_TouchBar_IV_BigText.imageset │ │ ├── Contents.json │ │ └── bigtext@2x.png │ ├── Icon_TouchBar_IV_Font_Georgia.imageset │ │ ├── Contents.json │ │ └── georgia@2x.png │ ├── Icon_TouchBar_IV_Font_SF.imageset │ │ ├── Contents.json │ │ └── sanfrancisco@2x.png │ ├── Icon_TouchBar_IV_Safari.imageset │ │ ├── Contents.json │ │ └── safari@2x.png │ ├── Icon_TouchBar_IV_SmallText.imageset │ │ ├── Contents.json │ │ └── smalltext@2x.png │ ├── Icon_TouchBar_Info.imageset │ │ ├── Contents.json │ │ └── info@2x.png │ ├── Icon_TouchBar_MessagesDelete.imageset │ │ ├── Contents.json │ │ └── delete@2x (1).png │ ├── Icon_TouchBar_MessagesForward.imageset │ │ ├── Contents.json │ │ └── share@2x (1).png │ ├── Icon_TouchBar_Plus.imageset │ │ ├── Contents.json │ │ └── plus@2x.png │ ├── Icon_TouchBar_Search.imageset │ │ ├── Contents.json │ │ └── search@2x.png │ ├── Icon_TouchBar_Share.imageset │ │ ├── Contents.json │ │ └── share@2x.png │ ├── Icon_TouchBar_Stickers.imageset │ │ ├── Contents.json │ │ └── stickers@2x.png │ ├── Icon_TouchBar_ZoomIn.imageset │ │ ├── Contents.json │ │ └── zoomin@2x.png │ ├── Icon_TouchBar_ZoomOut.imageset │ │ ├── Contents.json │ │ └── zoomout@2x.png │ ├── Icon_TouchId.imageset │ │ ├── Contents.json │ │ └── touchid@2x.png │ ├── Icon_Transciption_Locked.imageset │ │ ├── Contents.json │ │ ├── transcription_locked.png │ │ └── transcription_locked@2x.png │ ├── Icon_TwoStepVerification_Create.imageset │ │ ├── Contents.json │ │ ├── macpass@1x.png │ │ └── macpass@2x.png │ ├── Icon_UsernameAvailability.imageset │ │ ├── Contents.json │ │ ├── ic_check.png │ │ └── ic_check@2x.png │ ├── Icon_Verified_Telegram.imageset │ │ ├── Contents.json │ │ ├── verified_tg (2).png │ │ └── verified_tg@2x (2).png │ ├── Icon_VerifyDialog.imageset │ │ ├── Contents.json │ │ ├── verifybadge_16.png │ │ └── verifybadge_16@2x.png │ ├── Icon_VerifyPeer.imageset │ │ ├── Contents.json │ │ ├── verifybadge_16.png │ │ └── verifybadge_16@2x.png │ ├── Icon_VerifyPeerActive.imageset │ │ ├── CheckWhite.png │ │ ├── CheckWhite@2x.png │ │ └── Contents.json │ ├── Icon_VideoCall.imageset │ │ ├── Contents.json │ │ ├── ic_videocallchat.png │ │ └── ic_videocallchat@2x.png │ ├── Icon_VideoCompactFetching.imageset │ │ ├── Contents.json │ │ ├── ic_download1.png │ │ └── ic_download1@2x.png │ ├── Icon_VideoMessageMutedIcon.imageset │ │ ├── Contents.json │ │ ├── ic_muted@1x.png │ │ └── ic_muted@2x.png │ ├── Icon_VideoMessageShadow.imageset │ │ ├── Contents.json │ │ └── VideoMessageShadow@2x.png │ ├── Icon_VideoMessageUnmutedIcon.imageset │ │ ├── Contents.json │ │ └── VideoMessageUnmutedIcon@2x.png │ ├── Icon_VideoPlayer_Close.imageset │ │ ├── Close.png │ │ ├── Close@2x.png │ │ └── Contents.json │ ├── Icon_VideoPlayer_EnterFullScreen.imageset │ │ ├── Contents.json │ │ ├── fullscreen.png │ │ └── fullscreen@2x.png │ ├── Icon_VideoPlayer_ExitFullScreen.imageset │ │ ├── Contents.json │ │ ├── smallscreen.png │ │ └── smallscreen@2x.png │ ├── Icon_VideoPlayer_PIPIN.imageset │ │ ├── Contents.json │ │ ├── pip.png │ │ └── pip@2x.png │ ├── Icon_VideoPlayer_PIPOUT.imageset │ │ ├── Contents.json │ │ ├── pipout.png │ │ └── pipout@2x.png │ ├── Icon_VideoPlayer_Pause.imageset │ │ ├── Contents.json │ │ ├── pause.png │ │ └── pause@2x.png │ ├── Icon_VideoPlayer_Play.imageset │ │ ├── Contents.json │ │ ├── play.png │ │ └── play@2x.png │ ├── Icon_VideoPlayer_Rewind15Backward.imageset │ │ ├── 15left.png │ │ ├── 15left@2x.png │ │ └── Contents.json │ ├── Icon_VideoPlayer_Rewind15Forward.imageset │ │ ├── 15right.png │ │ ├── 15right@2x.png │ │ └── Contents.json │ ├── Icon_VideoPlayer_Volume.imageset │ │ ├── Contents.json │ │ ├── volume.png │ │ └── volume@2x.png │ ├── Icon_VideoPlayer_VolumeOff.imageset │ │ ├── Contents.json │ │ ├── VolumeOff.png │ │ └── VolumeOff@2x.png │ ├── Icon_VideoSettings.imageset │ │ ├── Contents.json │ │ ├── gear_30.png │ │ └── gear_30@2x.png │ ├── Icon_VideoSettings_Auto.imageset │ │ ├── Contents.json │ │ ├── gear_auto.png │ │ └── gear_auto@2x.png │ ├── Icon_VideoSettings_HD.imageset │ │ ├── Contents.json │ │ ├── gear_hd.png │ │ └── gear_hd@2x.png │ ├── Icon_VideoSettings_SD.imageset │ │ ├── Contents.json │ │ ├── gear_sd.png │ │ └── gear_sd@2x.png │ ├── Icon_VimeoPlay.imageset │ │ ├── Contents.json │ │ ├── vimeo-play.png │ │ └── vimeo-play@2x.png │ ├── Icon_VoiceChat_HidePeers.imageset │ │ ├── Contents.json │ │ ├── ic_leftpanel.png │ │ └── ic_leftpanel@2x.png │ ├── Icon_VoiceChat_InviteListener.imageset │ │ ├── Contents.json │ │ ├── ic_listener.png │ │ └── ic_listener@2x.png │ ├── Icon_VoiceChat_InviteSpeaker.imageset │ │ ├── Contents.json │ │ ├── ic_speaker.png │ │ └── ic_speaker@2x.png │ ├── Icon_VoiceChat_PausedVideo.imageset │ │ ├── Contents.json │ │ ├── wait.png │ │ └── wait@2x.png │ ├── Icon_VoiceChat_PinVideo.imageset │ │ ├── Contents.json │ │ ├── ic_pin.png │ │ └── ic_pin@2x.png │ ├── Icon_VoiceChat_PinWindow.imageset │ │ ├── Contents.json │ │ ├── ic_pinwindow.png │ │ └── ic_pinwindow@2x.png │ ├── Icon_VoiceChat_Title.imageset │ │ ├── Contents.json │ │ ├── ic_voicechat.png │ │ └── ic_voicechat@2x.png │ ├── Icon_VoiceChat_Tooltip_Close.imageset │ │ ├── Contents.json │ │ ├── close.png │ │ └── close@2x.png │ ├── Icon_VoiceChat_UnpinVideo.imageset │ │ ├── Contents.json │ │ ├── ic_unpin.png │ │ └── ic_unpin@2x.png │ ├── Icon_VoiceChat_VideoLimit.imageset │ │ ├── CameraOff.png │ │ ├── CameraOff@2x.png │ │ └── Contents.json │ ├── Icon_VolumeMenu_Off.imageset │ │ ├── Contents.json │ │ ├── ic_menu_volumeoff.png │ │ └── ic_menu_volumeoff@2x.png │ ├── Icon_VolumeMenu_On.imageset │ │ ├── Contents.json │ │ ├── ic_menu_volumeon.png │ │ └── ic_menu_volumeon@2x.png │ ├── Icon_WalletClose.imageset │ │ ├── Contents.json │ │ ├── ic_close.png │ │ └── ic_close@2x.png │ ├── Icon_WalletPasscodeHidden.imageset │ │ ├── Contents.json │ │ ├── Hide.png │ │ └── Hide@2x.png │ ├── Icon_WalletPasscodeVisible.imageset │ │ ├── Contents.json │ │ ├── View.png │ │ └── View@2x.png │ ├── Icon_WalletQR.imageset │ │ ├── Contents.json │ │ ├── ic_qr.png │ │ └── ic_qr@2x.png │ ├── Icon_WalletReceive.imageset │ │ ├── Contents.json │ │ ├── ic_receive.png │ │ └── ic_receive@2x.png │ ├── Icon_WalletSend.imageset │ │ ├── Contents.json │ │ ├── ic_send.png │ │ └── ic_send@2x.png │ ├── Icon_WalletSettings.imageset │ │ ├── Contents.json │ │ ├── ic_settings.png │ │ └── ic_settings@2x.png │ ├── Icon_WalletUpdate.imageset │ │ ├── Contents.json │ │ ├── ic_update.png │ │ └── ic_update@2x.png │ ├── Icon_Wear_Locked.imageset │ │ ├── Contents.json │ │ ├── ic_pf_wear_locked.png │ │ └── ic_pf_wear_locked@2x.png │ ├── Icon_Widget_Peers_Both.imageset │ │ ├── Contents.json │ │ ├── ic_both.png │ │ └── ic_both@2x.png │ ├── Icon_Widget_Peers_Favorite.imageset │ │ ├── Contents.json │ │ ├── ic_popular.png │ │ └── ic_popular@2x.png │ ├── Icon_Widget_Peers_Recent.imageset │ │ ├── Contents.json │ │ ├── ic_recent.png │ │ └── ic_recent@2x.png │ ├── Icon_callDeclineSmall_Window.imageset │ │ ├── Contents.json │ │ ├── ic_calls_declinesmall.png │ │ └── ic_calls_declinesmall@2x.png │ ├── Icon_callNavigationHeader.imageset │ │ ├── Contents.json │ │ ├── ic_call.png │ │ └── ic_call@2x.png │ ├── Icon_loginQRCap.imageset │ │ ├── Contents.json │ │ ├── qrlogo.png │ │ └── qrlogo@2x.png │ ├── PremiumBlack.imageset │ │ ├── Contents.json │ │ ├── PremiumBlack@2x.png │ │ └── PremiumBlack@3x.png │ ├── Premium_Boarding_Feature_Next.imageset │ │ ├── Contents.json │ │ ├── premiumnext.png │ │ └── premiumnext@2x.png │ ├── StatusIcon.imageset │ │ ├── Contents.json │ │ ├── StatusIcon.png │ │ └── StatusIcon@2x.png │ ├── VideoMessagePlaceholder.imageset │ │ ├── Contents.json │ │ └── VideoMessagePlaceholder.jpg │ ├── arrow_left.imageset │ │ ├── Contents.json │ │ └── arrow_right.pdf │ ├── arrow_right.imageset │ │ ├── Contents.json │ │ └── arrow_left.pdf │ ├── group_call_share_screen.imageset │ │ ├── Contents.json │ │ ├── share_screen.png │ │ └── share_screen@2x.png │ ├── group_call_share_video.imageset │ │ ├── Contents.json │ │ ├── share_video.png │ │ └── share_video@2x.png │ ├── group_call_stop_share_screen.imageset │ │ ├── Contents.json │ │ ├── stop_share_screen.png │ │ └── stop_share_screen@2x.png │ ├── group_call_stop_share_video.imageset │ │ ├── Contents.json │ │ ├── stop_share_video.png │ │ └── stop_share_video@2x.png │ ├── icon_YouTubePlay.imageset │ │ ├── Contents.json │ │ ├── ModernMessageYoutubeButton.png │ │ └── ModernMessageYoutubeButton@2x.png │ ├── icons8-circled-play-48.imageset │ │ ├── Contents.json │ │ ├── icons8-circled-play-48.png │ │ └── icons8-circled-play-96.png │ ├── link_settings.imageset │ │ ├── Contents.json │ │ ├── link_settings.png │ │ └── link_settings@2x.png │ ├── menu_add.imageset │ │ ├── Contents.json │ │ ├── menu_add.png │ │ └── menu_add@2x.png │ ├── menu_add_gif.imageset │ │ ├── Contents.json │ │ ├── menu_add_gif.png │ │ └── menu_add_gif@2x.png │ ├── menu_add_member.imageset │ │ ├── Contents.json │ │ ├── menu_add_member.png │ │ └── menu_add_member@2x.png │ ├── menu_add_to_favorites.imageset │ │ ├── Contents.json │ │ ├── menu_add_to_favorites.png │ │ └── menu_add_to_favorites@2x.png │ ├── menu_add_to_folder.imageset │ │ ├── Contents.json │ │ ├── menu_add_to_folder.png │ │ └── menu_add_to_folder@2x.png │ ├── menu_adult.imageset │ │ ├── Contents.json │ │ ├── menu_adult.png │ │ └── menu_adult@2x.png │ ├── menu_adult_slash.imageset │ │ ├── Contents.json │ │ ├── menu_adult_slash.png │ │ └── menu_adult_slash@2x.png │ ├── menu_apps.imageset │ │ ├── Contents.json │ │ ├── menu_apps.png │ │ └── menu_apps@2x.png │ ├── menu_archive.imageset │ │ ├── Contents.json │ │ ├── menu_archive.png │ │ └── menu_archive@2x.png │ ├── menu_atsign.imageset │ │ ├── Contents.json │ │ ├── menu_atsign.png │ │ └── menu_atsign@2x.png │ ├── menu_autodelete_1d.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_1d.png │ │ └── menu_autodelete_1d@2x.png │ ├── menu_autodelete_1h.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_1h.png │ │ └── menu_autodelete_1h@2x.png │ ├── menu_autodelete_1m.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_1m.png │ │ └── menu_autodelete_1m@2x.png │ ├── menu_autodelete_1w.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_1w.png │ │ └── menu_autodelete_1w@2x.png │ ├── menu_autodelete_customize.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_customize.png │ │ └── menu_autodelete_customize@2x.png │ ├── menu_autodelete_never.imageset │ │ ├── Contents.json │ │ ├── menu_autodelete_never.png │ │ └── menu_autodelete_never@2x.png │ ├── menu_ban.imageset │ │ ├── Contents.json │ │ ├── menu_ban.png │ │ └── menu_ban@2x.png │ ├── menu_bio.imageset │ │ ├── Contents.json │ │ ├── menu_bio.png │ │ └── menu_bio@2x.png │ ├── menu_boost.imageset │ │ ├── Contents.json │ │ ├── menu_boost (1).png │ │ └── menu_boost@2x (1).png │ ├── menu_boost_plus.imageset │ │ ├── Contents.json │ │ ├── menu_boost_plus.png │ │ └── menu_boost_plus@2x.png │ ├── menu_calendar.imageset │ │ ├── Contents.json │ │ ├── menu_calendar.png │ │ └── menu_calendar@2x.png │ ├── menu_calendar_up.imageset │ │ ├── Contents.json │ │ ├── menu_calendar_up.png │ │ └── menu_calendar_up@2x.png │ ├── menu_call.imageset │ │ ├── Contents.json │ │ ├── menu_call.png │ │ └── menu_call@2x.png │ ├── menu_camera.imageset │ │ ├── Contents.json │ │ ├── menu_camera.png │ │ └── menu_camera@2x.png │ ├── menu_cash_up.imageset │ │ ├── Contents.json │ │ ├── menu_cash_up.png │ │ └── menu_cash_up@2x.png │ ├── menu_change_colors.imageset │ │ ├── Contents.json │ │ ├── menu_change_colors.png │ │ └── menu_change_colors@2x.png │ ├── menu_channel.imageset │ │ ├── Contents.json │ │ ├── menu_channel.png │ │ └── menu_channel@2x.png │ ├── menu_check.imageset │ │ ├── Contents.json │ │ ├── menu_check.png │ │ └── menu_check@2x.png │ ├── menu_check_selected.imageset │ │ ├── Contents.json │ │ ├── menu_check_selected.png │ │ └── menu_check_selected@2x.png │ ├── menu_clear_history.imageset │ │ ├── Contents.json │ │ ├── menu_clear_history.png │ │ └── menu_clear_history@2x.png │ ├── menu_clear_messages.imageset │ │ ├── Contents.json │ │ ├── menu_clear_messages.png │ │ └── menu_clear_messages@2x.png │ ├── menu_close_multiple.imageset │ │ ├── Contents.json │ │ ├── menu_close_multiple.png │ │ └── menu_close_multiple@2x.png │ ├── menu_collapse.imageset │ │ ├── Contents.json │ │ ├── menu_collapse.png │ │ └── menu_collapse@2x.png │ ├── menu_copy.imageset │ │ ├── Contents.json │ │ ├── menu_copy.png │ │ └── menu_copy@2x.png │ ├── menu_copy_link.imageset │ │ ├── Contents.json │ │ ├── menu_copy_link.png │ │ └── menu_copy_link@2x.png │ ├── menu_copy_media.imageset │ │ ├── Contents.json │ │ ├── menu_copy_media.png │ │ └── menu_copy_media@2x.png │ ├── menu_copyright.imageset │ │ ├── Contents.json │ │ ├── menu_copyright.png │ │ └── menu_copyright@2x.png │ ├── menu_create_group.imageset │ │ ├── Contents.json │ │ ├── menu_create_group.png │ │ └── menu_create_group@2x.png │ ├── menu_delete.imageset │ │ ├── Contents.json │ │ ├── menu_delete.png │ │ └── menu_delete@2x.png │ ├── menu_download_circle.imageset │ │ ├── Contents.json │ │ ├── menu_download_circle.png │ │ └── menu_download_circle@2x.png │ ├── menu_download_circle_lock.imageset │ │ ├── Contents.json │ │ ├── menu_download_circle_lock.png │ │ └── menu_download_circle_lock@2x.png │ ├── menu_drugs.imageset │ │ ├── Contents.json │ │ ├── menu_drugs.png │ │ └── menu_drugs@2x.png │ ├── menu_edit.imageset │ │ ├── Contents.json │ │ ├── menu_edit.png │ │ └── menu_edit@2x.png │ ├── menu_edited.imageset │ │ ├── Contents.json │ │ ├── menu_edited.png │ │ └── menu_edited@2x.png │ ├── menu_expand.imageset │ │ ├── Contents.json │ │ ├── menu_expand.png │ │ └── menu_expand@2x.png │ ├── menu_eye.imageset │ │ ├── Contents.json │ │ ├── menu_eye.png │ │ └── menu_eye@2x.png │ ├── menu_eye_locked.imageset │ │ ├── Contents.json │ │ ├── menu_eye_locked.png │ │ └── menu_eye_locked@2x.png │ ├── menu_eye_slash.imageset │ │ ├── Contents.json │ │ ├── menu_eye_slash.png │ │ └── menu_eye_slash@2x.png │ ├── menu_file.imageset │ │ ├── Contents.json │ │ ├── menu_file.png │ │ └── menu_file@2x.png │ ├── menu_folder.imageset │ │ ├── Contents.json │ │ ├── menu_folder.png │ │ └── menu_folder@2x.png │ ├── menu_folder_add.imageset │ │ ├── Contents.json │ │ ├── menu_folder_add.png │ │ └── menu_folder_add@2x.png │ ├── menu_folder_all_chats.imageset │ │ ├── Contents.json │ │ ├── menu_folder_all_chats.png │ │ └── menu_folder_all_chats@2x.png │ ├── menu_folder_animal.imageset │ │ ├── Contents.json │ │ ├── menu_folder_animal.png │ │ └── menu_folder_animal@2x.png │ ├── menu_folder_book.imageset │ │ ├── Contents.json │ │ ├── menu_folder_book.png │ │ └── menu_folder_book@2x.png │ ├── menu_folder_bot.imageset │ │ ├── Contents.json │ │ ├── menu_folder_bot.png │ │ └── menu_folder_bot@2x.png │ ├── menu_folder_coin.imageset │ │ ├── Contents.json │ │ ├── menu_folder_coin.png │ │ └── menu_folder_coin@2x.png │ ├── menu_folder_flash.imageset │ │ ├── Contents.json │ │ ├── menu_folder_flash.png │ │ └── menu_folder_flash@2x.png │ ├── menu_folder_folder.imageset │ │ ├── Contents.json │ │ ├── menu_folder_folder.png │ │ └── menu_folder_folder@2x.png │ ├── menu_folder_game.imageset │ │ ├── Contents.json │ │ ├── menu_folder_game.png │ │ └── menu_folder_game@2x.png │ ├── menu_folder_group.imageset │ │ ├── Contents.json │ │ ├── menu_folder_group.png │ │ └── menu_folder_group@2x.png │ ├── menu_folder_home.imageset │ │ ├── Contents.json │ │ ├── menu_folder_home.png │ │ └── menu_folder_home@2x.png │ ├── menu_folder_lamp.imageset │ │ ├── Contents.json │ │ ├── menu_folder_lamp.png │ │ └── menu_folder_lamp@2x.png │ ├── menu_folder_like.imageset │ │ ├── Contents.json │ │ ├── menu_folder_like.png │ │ └── menu_folder_like@2x.png │ ├── menu_folder_lock.imageset │ │ ├── Contents.json │ │ ├── menu_folder_lock.png │ │ └── menu_folder_lock@2x.png │ ├── menu_folder_love.imageset │ │ ├── Contents.json │ │ ├── menu_folder_love.png │ │ └── menu_folder_love@2x.png │ ├── menu_folder_math.imageset │ │ ├── Contents.json │ │ ├── menu_folder_math.png │ │ └── menu_folder_math@2x.png │ ├── menu_folder_music.imageset │ │ ├── Contents.json │ │ ├── menu_folder_music.png │ │ └── menu_folder_music@2x.png │ ├── menu_folder_paint.imageset │ │ ├── Contents.json │ │ ├── menu_folder_paint.png │ │ └── menu_folder_paint@2x.png │ ├── menu_folder_personal.imageset │ │ ├── Contents.json │ │ ├── menu_folder_personal.png │ │ └── menu_folder_personal@2x.png │ ├── menu_folder_plane.imageset │ │ ├── Contents.json │ │ ├── menu_folder_plane.png │ │ └── menu_folder_plane@2x.png │ ├── menu_folder_read.imageset │ │ ├── Contents.json │ │ ├── menu_folder_read.png │ │ └── menu_folder_read@2x.png │ ├── menu_folder_sport.imageset │ │ ├── Contents.json │ │ ├── menu_folder_sport.png │ │ └── menu_folder_sport@2x.png │ ├── menu_folder_star.imageset │ │ ├── Contents.json │ │ ├── menu_folder_star.png │ │ └── menu_folder_star@2x.png │ ├── menu_folder_student.imageset │ │ ├── Contents.json │ │ ├── menu_folder_student.png │ │ └── menu_folder_student@2x.png │ ├── menu_folder_telegram.imageset │ │ ├── Contents.json │ │ ├── menu_folder_telegram.png │ │ └── menu_folder_telegram@2x.png │ ├── menu_folder_unread.imageset │ │ ├── Contents.json │ │ ├── menu_folder_unread.png │ │ └── menu_folder_unread@2x.png │ ├── menu_folder_virus.imageset │ │ ├── Contents.json │ │ ├── menu_folder_virus.png │ │ └── menu_folder_virus@2x.png │ ├── menu_folder_work.imageset │ │ ├── Contents.json │ │ ├── menu_folder_work.png │ │ └── menu_folder_work@2x.png │ ├── menu_forever.imageset │ │ ├── Contents.json │ │ ├── menu_forever.png │ │ └── menu_forever@2x.png │ ├── menu_forward.imageset │ │ ├── Contents.json │ │ ├── menu_forward.png │ │ └── menu_forward@2x.png │ ├── menu_gear.imageset │ │ ├── Contents.json │ │ ├── menu_gear.png │ │ └── menu_gear@2x.png │ ├── menu_gift.imageset │ │ ├── Contents.json │ │ ├── menu_gift.png │ │ └── menu_gift@2x.png │ ├── menu_hashtag_up.imageset │ │ ├── Contents.json │ │ ├── menu_hashtag_up.png │ │ └── menu_hashtag_up@2x.png │ ├── menu_hd.imageset │ │ ├── Contents.json │ │ ├── menu_hd.png │ │ └── menu_hd@2x.png │ ├── menu_hd_lock.imageset │ │ ├── Contents.json │ │ ├── menu_hd_locked.png │ │ └── menu_hd_locked@2x.png │ ├── menu_hide.imageset │ │ ├── Contents.json │ │ ├── menu_hide.png │ │ └── menu_hide@2x.png │ ├── menu_leave.imageset │ │ ├── Contents.json │ │ ├── menu_leave.png │ │ └── menu_leave@2x.png │ ├── menu_list.imageset │ │ ├── Contents.json │ │ ├── menu_list.png │ │ └── menu_list@2x.png │ ├── menu_location.imageset │ │ ├── Contents.json │ │ ├── menu_location.png │ │ └── menu_location@2x.png │ ├── menu_lock.imageset │ │ ├── Contents.json │ │ ├── menu_lock.png │ │ └── menu_lock@2x.png │ ├── menu_monogram.imageset │ │ ├── Contents.json │ │ ├── menu_monogram.png │ │ └── menu_monogram@2x.png │ ├── menu_moon.imageset │ │ ├── Contents.json │ │ ├── menu_moon.png │ │ └── menu_moon@2x.png │ ├── menu_more.imageset │ │ ├── Contents.json │ │ ├── menu_more.png │ │ └── menu_more@2x.png │ ├── menu_move_to_contacts.imageset │ │ ├── Contents.json │ │ ├── menu_move_to_contacts.png │ │ └── menu_move_to_contacts@2x.png │ ├── menu_music.imageset │ │ ├── Contents.json │ │ ├── menu_music.png │ │ └── menu_music@2x.png │ ├── menu_mute.imageset │ │ ├── Contents.json │ │ ├── menu_mute.png │ │ └── menu_mute@2x.png │ ├── menu_mute_for_1_hour.imageset │ │ ├── Contents.json │ │ ├── menu_mute_for_1_hour.png │ │ └── menu_mute_for_1_hour@2x.png │ ├── menu_mute_for_2_days.imageset │ │ ├── Contents.json │ │ ├── menu_mute_for_2_days.png │ │ └── menu_mute_for_2_days@2x.png │ ├── menu_note_download.imageset │ │ ├── Contents.json │ │ ├── menu_note_download.png │ │ └── menu_note_download@2x.png │ ├── menu_note_slash.imageset │ │ ├── Contents.json │ │ ├── menu_note_slash.png │ │ └── menu_note_slash@2x.png │ ├── menu_online.imageset │ │ ├── Contents.json │ │ ├── menu_online.png │ │ └── menu_online@2x.png │ ├── menu_open_profile.imageset │ │ ├── Contents.json │ │ ├── menu_open_profile.png │ │ └── menu_open_profile@2x.png │ ├── menu_open_with.imageset │ │ ├── Contents.json │ │ ├── menu_open_with.png │ │ └── menu_open_with@2x.png │ ├── menu_paid.imageset │ │ ├── Contents.json │ │ ├── menu_paid.png │ │ └── menu_paid@2x.png │ ├── menu_pause.imageset │ │ ├── Contents.json │ │ ├── menu_pause.png │ │ └── menu_pause@2x.png │ ├── menu_pin.imageset │ │ ├── Contents.json │ │ ├── menu_pin.png │ │ └── menu_pin@2x.png │ ├── menu_play.imageset │ │ ├── Contents.json │ │ ├── menu_play.png │ │ └── menu_play@2x.png │ ├── menu_plus.imageset │ │ ├── Contents.json │ │ ├── menu_plus.png │ │ └── menu_plus@2x.png │ ├── menu_poll.imageset │ │ ├── Contents.json │ │ ├── menu_poll.png │ │ └── menu_poll@2x.png │ ├── menu_pornography.imageset │ │ ├── Contents.json │ │ ├── menu_pornography.png │ │ └── menu_pornography@2x.png │ ├── menu_promote.imageset │ │ ├── Contents.json │ │ ├── menu_promote.png │ │ └── menu_promote@2x.png │ ├── menu_quote.imageset │ │ ├── Contents.json │ │ ├── menu_quote.png │ │ └── menu_quote@2x.png │ ├── menu_reactions.imageset │ │ ├── Contents.json │ │ ├── menu_reactions.png │ │ └── menu_reactions@2x.png │ ├── menu_read.imageset │ │ ├── Contents.json │ │ ├── menu_read.png │ │ └── menu_read@2x.png │ ├── menu_reload.imageset │ │ ├── Contents.json │ │ ├── menu_reload.png │ │ └── menu_reload@2x.png │ ├── menu_remove_from_favorites.imageset │ │ ├── Contents.json │ │ ├── menu_remove_from_favorites.png │ │ └── menu_remove_from_favorites@2x.png │ ├── menu_remove_gif.imageset │ │ ├── Contents.json │ │ ├── menu_remove_gif.png │ │ └── menu_remove_gif@2x.png │ ├── menu_replace.imageset │ │ ├── Contents.json │ │ ├── menu_replace.png │ │ └── menu_replace@2x.png │ ├── menu_reply.imageset │ │ ├── Contents.json │ │ ├── menu_reply.png │ │ └── menu_reply@2x.png │ ├── menu_report.imageset │ │ ├── Contents.json │ │ ├── menu_report.png │ │ └── menu_report@2x.png │ ├── menu_report_false_positive.imageset │ │ ├── Contents.json │ │ ├── menu_report_false_positive.png │ │ └── menu_report_false_positive@2x.png │ ├── menu_reset.imageset │ │ ├── Contents.json │ │ ├── menu_reset.png │ │ └── menu_reset@2x.png │ ├── menu_restrict.imageset │ │ ├── Contents.json │ │ ├── menu_restrict.png │ │ └── menu_restrict@2x.png │ ├── menu_retract_vote.imageset │ │ ├── Contents.json │ │ ├── menu_retract_vote.png │ │ └── menu_retract_vote@2x.png │ ├── menu_save_as.imageset │ │ ├── Contents.json │ │ ├── menu_save_as.png │ │ └── menu_save_as@2x.png │ ├── menu_save_to_profile.imageset │ │ ├── Contents.json │ │ ├── menu_save_to_profile (1).png │ │ └── menu_save_to_profile@2x (1).png │ ├── menu_schedule_message.imageset │ │ ├── Contents.json │ │ ├── menu_schedule_message.png │ │ └── menu_schedule_message@2x.png │ ├── menu_sd.imageset │ │ ├── Contents.json │ │ ├── menu_sd.png │ │ └── menu_sd@2x.png │ ├── menu_search.imageset │ │ ├── Contents.json │ │ ├── menu_search.png │ │ └── menu_search@2x.png │ ├── menu_secret_chat.imageset │ │ ├── Contents.json │ │ ├── menu_secret_chat.png │ │ └── menu_secret_chat@2x.png │ ├── menu_seen.imageset │ │ ├── Contents.json │ │ ├── menu_seen.png │ │ └── menu_seen@2x.png │ ├── menu_select_messages.imageset │ │ ├── Contents.json │ │ ├── menu_select_messages.png │ │ └── menu_select_messages@2x.png │ ├── menu_select_multiple.imageset │ │ ├── Contents.json │ │ ├── menu_select_multiple.png │ │ └── menu_select_multiple@2x.png │ ├── menu_send_now.imageset │ │ ├── Contents.json │ │ ├── menu_send_now.png │ │ └── menu_send_now@2x.png │ ├── menu_send_spoiler.imageset │ │ ├── Contents.json │ │ ├── menu_send_spoiler.png │ │ └── menu_send_spoiler@2x.png │ ├── menu_share.imageset │ │ ├── Contents.json │ │ ├── menu_share.png │ │ └── menu_share@2x.png │ ├── menu_shared_media.imageset │ │ ├── Contents.json │ │ ├── menu_shared_media.png │ │ └── menu_shared_media@2x.png │ ├── menu_sharescreen.imageset │ │ ├── Contents.json │ │ ├── menu_sharescreen.png │ │ └── menu_sharescreen@2x.png │ ├── menu_sharescreen_slash.imageset │ │ ├── Contents.json │ │ ├── menu_sharescreen_slash.png │ │ └── menu_sharescreen_slash@2x.png │ ├── menu_show.imageset │ │ ├── Contents.json │ │ ├── menu_show.png │ │ └── menu_show@2x.png │ ├── menu_show_in_finder.imageset │ │ ├── Contents.json │ │ ├── menu_show_in_finder.png │ │ └── menu_show_in_finder@2x.png │ ├── menu_show_info.imageset │ │ ├── Contents.json │ │ ├── menu_show_info.png │ │ └── menu_show_info@2x.png │ ├── menu_show_message.imageset │ │ ├── Contents.json │ │ ├── menu_show_message.png │ │ └── menu_show_message@2x.png │ ├── menu_smile.imageset │ │ ├── Contents.json │ │ ├── menu_smile.png │ │ └── menu_smile@2x.png │ ├── menu_sort_down.imageset │ │ ├── Contents.json │ │ ├── menu_sort_down.png │ │ └── menu_sort_down@2x.png │ ├── menu_sort_up.imageset │ │ ├── Contents.json │ │ ├── menu_sort_up.png │ │ └── menu_sort_up@2x.png │ ├── menu_speaker.imageset │ │ ├── Contents.json │ │ ├── menu_speaker.png │ │ └── menu_speaker@2x.png │ ├── menu_speaker_muted.imageset │ │ ├── Contents.json │ │ ├── menu_speaker_muted.png │ │ └── menu_speaker_muted@2x.png │ ├── menu_speed.imageset │ │ ├── Contents.json │ │ ├── menu_speed.png │ │ └── menu_speed@2x.png │ ├── menu_statistics.imageset │ │ ├── Contents.json │ │ ├── menu_statistics.png │ │ └── menu_statistics@2x.png │ ├── menu_stop_poll.imageset │ │ ├── Contents.json │ │ ├── menu_stop_poll.png │ │ └── menu_stop_poll@2x.png │ ├── menu_stories.imageset │ │ ├── Contents.json │ │ ├── menu_stories.png │ │ └── menu_stories@2x.png │ ├── menu_sun.imageset │ │ ├── Contents.json │ │ ├── menu_sun.png │ │ └── menu_sun@2x.png │ ├── menu_tag_filter.imageset │ │ ├── Contents.json │ │ ├── menu_tag_filter.png │ │ └── menu_tag_filter@2x.png │ ├── menu_tag_remove.imageset │ │ ├── Contents.json │ │ ├── menu_tag_remove.png │ │ └── menu_tag_remove@2x.png │ ├── menu_tag_rename.imageset │ │ ├── Contents.json │ │ ├── menu_tag_rename.png │ │ └── menu_tag_rename@2x.png │ ├── menu_topics.imageset │ │ ├── Contents.json │ │ ├── menu_topics.png │ │ └── menu_topics@2x.png │ ├── menu_transfer.imageset │ │ ├── Contents.json │ │ ├── menu_transfer.png │ │ └── menu_transfer@2x.png │ ├── menu_translate.imageset │ │ ├── Contents.json │ │ ├── menu_translate.png │ │ └── menu_translate@2x.png │ ├── menu_unarchive.imageset │ │ ├── Contents.json │ │ ├── menu_unarchive.png │ │ └── menu_unarchive@2x.png │ ├── menu_unblock.imageset │ │ ├── Contents.json │ │ ├── menu_unblock.png │ │ └── menu_unblock@2x.png │ ├── menu_uncheck.imageset │ │ ├── Contents.json │ │ ├── menu_uncheck.png │ │ └── menu_uncheck@2x.png │ ├── menu_unmuted.imageset │ │ ├── Contents.json │ │ ├── menu_unmuted.png │ │ └── menu_unmuted@2x.png │ ├── menu_unpin.imageset │ │ ├── Contents.json │ │ ├── menu_unpin.png │ │ └── menu_unpin@2x.png │ ├── menu_unread.imageset │ │ ├── Contents.json │ │ ├── menu_unread.png │ │ └── menu_unread@2x.png │ ├── menu_verification.imageset │ │ ├── Contents.json │ │ ├── menu_verification.png │ │ └── menu_verification@2x.png │ ├── menu_video.imageset │ │ ├── Contents.json │ │ ├── menu_video.png │ │ └── menu_video@2x.png │ ├── menu_video_call.imageset │ │ ├── Contents.json │ │ ├── menu_video_call.png │ │ └── menu_video_call@2x.png │ ├── menu_video_chat.imageset │ │ ├── Contents.json │ │ ├── menu_video_chat.png │ │ └── menu_video_chat@2x.png │ ├── menu_view_replies.imageset │ │ ├── Contents.json │ │ ├── menu_view_replies.png │ │ └── menu_view_replies@2x.png │ ├── menu_view_sticker_set.imageset │ │ ├── Contents.json │ │ ├── menu_view_sticker_set.png │ │ └── menu_view_sticker_set@2x.png │ ├── menu_violence.imageset │ │ ├── Contents.json │ │ ├── menu_violence.png │ │ └── menu_violence@2x.png │ ├── menu_voice.imageset │ │ ├── Contents.json │ │ ├── menu_voice.png │ │ └── menu_voice@2x.png │ ├── menu_wear.imageset │ │ ├── Contents.json │ │ ├── menu_wear.png │ │ └── menu_wear@2x.png │ ├── menu_wearoff.imageset │ │ ├── Contents.json │ │ ├── menu_wearoff.png │ │ └── menu_wearoff@2x.png │ ├── menu_webapp_placeholder.imageset │ │ ├── Contents.json │ │ ├── menu_webapp_placeholder.png │ │ └── menu_webapp_placeholder@2x.png │ ├── msg_emoji_activities.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_activities.png │ │ └── msg_emoji_activities@2x.png │ ├── msg_emoji_angry.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_angry.png │ │ └── msg_emoji_angry@2x.png │ ├── msg_emoji_away.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_away.png │ │ └── msg_emoji_away@2x.png │ ├── msg_emoji_bath.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_bath.png │ │ └── msg_emoji_bath@2x.png │ ├── msg_emoji_busy.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_busy.png │ │ └── msg_emoji_busy@2x.png │ ├── msg_emoji_dislike.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_dislike.png │ │ └── msg_emoji_dislike@2x.png │ ├── msg_emoji_food.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_food.png │ │ └── msg_emoji_food@2x.png │ ├── msg_emoji_haha.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_haha.png │ │ └── msg_emoji_haha@2x.png │ ├── msg_emoji_happy.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_happy.png │ │ └── msg_emoji_happy@2x.png │ ├── msg_emoji_heart.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_heart.png │ │ └── msg_emoji_heart@2x.png │ ├── msg_emoji_hi2.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_hi2.png │ │ └── msg_emoji_hi2@2x.png │ ├── msg_emoji_home.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_home.png │ │ └── msg_emoji_home@2x.png │ ├── msg_emoji_like.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_like.png │ │ └── msg_emoji_like@2x.png │ ├── msg_emoji_neutral.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_neutral.png │ │ └── msg_emoji_neutral@2x.png │ ├── msg_emoji_omg.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_omg.png │ │ └── msg_emoji_omg@2x.png │ ├── msg_emoji_party.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_party.png │ │ └── msg_emoji_party@2x.png │ ├── msg_emoji_premium.imageset │ │ ├── Contents.json │ │ ├── premium.png │ │ └── premium@2x.png │ ├── msg_emoji_recent.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_recent.png │ │ └── msg_emoji_recent@2x.png │ ├── msg_emoji_sad.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_sad.png │ │ └── msg_emoji_sad@2x.png │ ├── msg_emoji_sleep.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_sleep.png │ │ └── msg_emoji_sleep@2x.png │ ├── msg_emoji_study.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_study.png │ │ └── msg_emoji_study@2x.png │ ├── msg_emoji_tongue.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_tongue.png │ │ └── msg_emoji_tongue@2x.png │ ├── msg_emoji_vacation.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_vacation.png │ │ └── msg_emoji_vacation@2x.png │ ├── msg_emoji_what.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_what.png │ │ └── msg_emoji_what@2x.png │ ├── msg_emoji_work.imageset │ │ ├── Contents.json │ │ ├── msg_emoji_work.png │ │ └── msg_emoji_work@2x.png │ ├── playspeed_24.imageset │ │ ├── Contents.json │ │ ├── playspeed_24.png │ │ └── playspeed_24@2x.png │ ├── playspeed_30.imageset │ │ ├── Contents.json │ │ ├── playspeed_30.png │ │ └── playspeed_30@2x.png │ ├── selection_frame_dark.imageset │ │ ├── Contents.json │ │ └── selection_frame_dark.pdf │ ├── selection_frame_light.imageset │ │ ├── Contents.json │ │ └── selection_frame_light.pdf │ ├── star_reaction_particle.imageset │ │ ├── Contents.json │ │ ├── star 22x22.png │ │ └── star 22x22@2x.png │ ├── star_small.imageset │ │ ├── Contents.json │ │ ├── star_12.png │ │ └── star_12@2x.png │ ├── stp_card_amex.imageset │ │ ├── Contents.json │ │ ├── stp_card_amex.png │ │ └── stp_card_amex@2x.png │ ├── stp_card_amex_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_amex_template.png │ │ └── stp_card_amex_template@2x.png │ ├── stp_card_applepay.imageset │ │ ├── Contents.json │ │ ├── stp_card_applepay.png │ │ └── stp_card_applepay@2x.png │ ├── stp_card_cvc.imageset │ │ ├── Contents.json │ │ ├── stp_card_cvc.png │ │ └── stp_card_cvc@2x.png │ ├── stp_card_cvc_amex.imageset │ │ ├── Contents.json │ │ ├── stp_card_cvc_amex.png │ │ └── stp_card_cvc_amex@2x.png │ ├── stp_card_diners.imageset │ │ ├── Contents.json │ │ ├── stp_card_diners.png │ │ └── stp_card_diners@2x.png │ ├── stp_card_diners_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_diners_template.png │ │ └── stp_card_diners_template@2x.png │ ├── stp_card_discover.imageset │ │ ├── Contents.json │ │ ├── stp_card_discover.png │ │ └── stp_card_discover@2x.png │ ├── stp_card_discover_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_discover_template.png │ │ └── stp_card_discover_template@2x.png │ ├── stp_card_error.imageset │ │ ├── Contents.json │ │ ├── stp_card_error.png │ │ └── stp_card_error@2x.png │ ├── stp_card_error_amex.imageset │ │ ├── Contents.json │ │ ├── stp_card_error_amex.png │ │ └── stp_card_error_amex@2x.png │ ├── stp_card_form_back.imageset │ │ ├── Contents.json │ │ ├── stp_card_form_back.png │ │ └── stp_card_form_back@2x.png │ ├── stp_card_form_front.imageset │ │ ├── Contents.json │ │ ├── stp_card_form_front.png │ │ └── stp_card_form_front@2x.png │ ├── stp_card_jcb.imageset │ │ ├── Contents.json │ │ ├── stp_card_jcb.png │ │ └── stp_card_jcb@2x.png │ ├── stp_card_jcb_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_jcb_template.png │ │ └── stp_card_jcb_template@2x.png │ ├── stp_card_mastercard.imageset │ │ ├── Contents.json │ │ ├── stp_card_mastercard.png │ │ └── stp_card_mastercard@2x.png │ ├── stp_card_mastercard_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_mastercard_template.png │ │ └── stp_card_mastercard_template@2x.png │ ├── stp_card_unknown.imageset │ │ ├── Contents.json │ │ ├── stp_card_unknown.png │ │ └── stp_card_unknown@2x.png │ ├── stp_card_visa.imageset │ │ ├── Contents.json │ │ ├── stp_card_visa.png │ │ └── stp_card_visa@2x.png │ ├── stp_card_visa_template.imageset │ │ ├── Contents.json │ │ ├── stp_card_visa_template.png │ │ └── stp_card_visa_template@2x.png │ ├── tabsselect_left_gray.imageset │ │ ├── Contents.json │ │ ├── tabsselect_left_gray.png │ │ └── tabsselect_left_gray@2x.png │ ├── tabsselect_left_systemcol.imageset │ │ ├── Contents.json │ │ ├── tabsselect_left_systemcol.png │ │ └── tabsselect_left_systemcol@2x.png │ ├── tabsselect_top_gray.imageset │ │ ├── Contents.json │ │ ├── tabsselect_top_gray.png │ │ └── tabsselect_top_gray@2x.png │ ├── tabsselect_top_systemcol.imageset │ │ ├── Contents.json │ │ ├── tabsselect_top_systemcol.png │ │ └── tabsselect_top_systemcol@2x.png │ └── textSpeckle_Normal.imageset │ │ ├── Contents.json │ │ └── textSpeckle_Normal.png ├── AudioPlayerController.swift ├── AudioWaveformView.swift ├── AuthController.swift ├── Auth_AwaitingReset.swift ├── Auth_CodeEntry.swift ├── Auth_CodeEntryContol.swift ├── Auth_Email.swift ├── Auth_Insets.swift ├── Auth_Loading.swift ├── Auth_NextView.swift ├── Auth_PasswordEntry.swift ├── Auth_PhoneNumber.swift ├── Auth_Signup.swift ├── Auth_Token.swift ├── Auth_Word.swift ├── AutoNightViewController.swift ├── AutomaticBusinessMessageSetupChatContents.swift ├── AutoremoMessagesController.swift ├── AvatarConstructorController.swift ├── AvatarContentView.swift ├── AvatarLayer.swift ├── AvatarStoryControl.swift ├── AvatarStoryIndicatorComponent.swift ├── Avatar_BgListView.swift ├── Avatar_EmojiList.swift ├── Avatar_MonogramView.swift ├── Avatar_StickersList.swift ├── BadgeStarsView.swift ├── Base.lproj │ └── MainMenu.xib ├── Beta.xcconfig ├── BlockedPeersViewController.swift ├── BoostChannelModalController.swift ├── BoostFeatureRowItem.swift ├── BoostReassignController.swift ├── Bot_VerifyAccountRowItem.swift ├── BrowserState.swift ├── BusinessChatbotController.swift ├── BusinessHoursController.swift ├── BusinessIntroController.swift ├── BusinessLinksController.swift ├── BusinessLocationController.swift ├── BusinessMessageController.swift ├── BusinessQuickReplyController.swift ├── BusinessTimezonesController.swift ├── CGChatListIndicator.swift ├── CachedChannelAdmins.swift ├── CachedFaqInstantPage.swift ├── CachedInstantPages.swift ├── CachedResourceRepresentations.swift ├── CalendarController.swift ├── CalendarMonthController.swift ├── CallAudioPlayer.swift ├── CallBridge.mm ├── CallControl.swift ├── CallFeedbackController.swift ├── CallNavigationHeaderView.swift ├── CallParticipantsView.swift ├── CallRatingModalViewController.swift ├── CallReceptionControl.swift ├── CallScreenController.swift ├── CallSettingsController.swift ├── CallSettingsModalController.swift ├── CallStatusView.swift ├── CallTooltip.swift ├── CallTooltipView.swift ├── CallWindowController.swift ├── CameraPreviewRowItem.swift ├── CameraViews.swift ├── CancelResetAccountController.swift ├── ChannelAdminController.swift ├── ChannelAdminsViewController.swift ├── ChannelBlocklistViewController.swift ├── ChannelBoostStatsController.swift ├── ChannelBotAdminController.swift ├── ChannelCommentsControls.swift ├── ChannelDiscussionInputView.swift ├── ChannelDisscussionGroup.swift ├── ChannelEventFilterModalController.swift ├── ChannelEventLogController.swift ├── ChannelEventLogItem.swift ├── ChannelInfoEntries.swift ├── ChannelIntroViewController.swift ├── ChannelMemberCategoryListContext.swift ├── ChannelMembersViewController.swift ├── ChannelOverviewStatsRowItem.swift ├── ChannelPermissionsController.swift ├── ChannelReactionsController.swift ├── ChannelRecentPostRowItem.swift ├── ChannelStatisticsController.swift ├── ChannelStatsSegmentController.swift ├── ChannelStatsViewController.swift ├── ChannelVisibilityController.swift ├── ChannelWallpapersController.swift ├── ChatAccessoryModel.swift ├── ChatActivitiesModel.swift ├── ChatAdditionController.swift ├── ChatAnimatedStickerItem.swift ├── ChatAudioContentView.swift ├── ChatAvatarView.swift ├── ChatBackgroundView.swift ├── ChatBubbleAccessoryForward.swift ├── ChatCalendarHeaderRowItem.swift ├── ChatCalendarModalController.swift ├── ChatCalendarMonthRowItem.swift ├── ChatCallRowItem.swift ├── ChatChannelSuggestView.swift ├── ChatCommentsHeaderItem.swift ├── ChatContactRowItem.swift ├── ChatController.swift ├── ChatDiceContentView.swift ├── ChatEmptyPeerItem.swift ├── ChatFileContentView.swift ├── ChatFileMediaItem.swift ├── ChatGIFMediaItem.swift ├── ChatGameContentView.swift ├── ChatGiveawayGiftRowItem.swift ├── ChatGiveawayResultRowItem.swift ├── ChatGiveawayRowItem.swift ├── ChatGradientModel.swift ├── ChatGroupedItem.swift ├── ChatHeaderController.swift ├── ChatHistoryEntry.swift ├── ChatHistoryViewForLocation.swift ├── ChatHoleRowItem.swift ├── ChatInlineReactionMenuItem.swift ├── ChatInputAccessory.swift ├── ChatInputActionsView.swift ├── ChatInputAttachView.swift ├── ChatInputMenuView.swift ├── ChatInputRecordingView.swift ├── ChatInputSendAsView.swift ├── ChatInputView.swift ├── ChatInteractiveContentView.swift ├── ChatInterfaceInputContext.swift ├── ChatInterfaceInteraction.swift ├── ChatInterfaceState.swift ├── ChatInterfaceStateContextQueries.swift ├── ChatInvoiceItem.swift ├── ChatLayoutUtils.swift ├── ChatListBirthdayItem.swift ├── ChatListController.swift ├── ChatListEmptyItem.swift ├── ChatListEmptyRowItem.swift ├── ChatListFilterController.swift ├── ChatListFilterFolderIconController.swift ├── ChatListFilterPredicate.swift ├── ChatListFilterRecommendedItem.swift ├── ChatListFiltersHeaderItem.swift ├── ChatListFiltersListController.swift ├── ChatListFolderUpdatedRowItem.swift ├── ChatListGraceRowItem.swift ├── ChatListHoleRowItem.swift ├── ChatListHoleRowView.swift ├── ChatListMessageRowItem.swift ├── ChatListMessageRowView.swift ├── ChatListNothingItem.swift ├── ChatListPresetListController.swift ├── ChatListRevealItem.swift ├── ChatListRowItem.swift ├── ChatListRowView.swift ├── ChatListSystemDeprecatedItem.swift ├── ChatListTextActionRowItem.swift ├── ChatLiveTranslateContext.swift ├── ChatMapContentView.swift ├── ChatMapRowItem.swift ├── ChatMediaAnimatedStickerView.swift ├── ChatMediaContentView.swift ├── ChatMediaDice.swift ├── ChatMediaItem.swift ├── ChatMediaPaidContentItem.swift ├── ChatMessageAccessoryView.swift ├── ChatMessageBubbleImages.swift ├── ChatMessageDateHeader.swift ├── ChatMessageItem.swift ├── ChatMessageMenuItems.swift ├── ChatMessageThrottledProcessingManager.swift ├── ChatMessageView.swift ├── ChatMusicContentView.swift ├── ChatMusicRowItem.swift ├── ChatNavigateScroller.swift ├── ChatPollItem.swift ├── ChatPresentationInputQueryResult.swift ├── ChatPresentationInterfaceState.swift ├── ChatPresentationUtils.swift ├── ChatReactionsView.swift ├── ChatRecorderOverlayWindow.swift ├── ChatRightView.swift ├── ChatRowItem.swift ├── ChatRowView.swift ├── ChatScheduleController.swift ├── ChatSearchHeader.swift ├── ChatSearchView.swift ├── ChatSelectText.swift ├── ChatSendAsMenuItem.swift ├── ChatServiceItem.swift ├── ChatServiceRowView.swift ├── ChatStarReactionUndo.swift ├── ChatStickerContentView.swift ├── ChatStoryRowItem.swift ├── ChatSuggestMessagesController.swift ├── ChatSwitchInlineController.swift ├── ChatThemeSelectorController.swift ├── ChatTitleBarView.swift ├── ChatToasterView.swift ├── ChatTodoItem.swift ├── ChatTopicSeparatorItem.swift ├── ChatUnreadRowItem.swift ├── ChatUnreadRowView.swift ├── ChatUrlPreviewModel.swift ├── ChatUserInfoRowItem.swift ├── ChatVideoMessageContentView.swift ├── ChatVideoMessageItem.swift ├── ChatVideoProcessingTooltip.swift ├── ChatVoiceContentView.swift ├── ChatVoiceRowItem.swift ├── ChatWallpaperModalController.swift ├── ChatlistFilterVisibilityItem.swift ├── CheckAppStoreUpdate.swift ├── ClearCache.swift ├── ClosureInviteLinkController.swift ├── ColdStartPasslockController.swift ├── ComplicatedReportController.swift ├── ComposeActions.swift ├── ComposeViewController.swift ├── Confetti.swift ├── ContactsController.swift ├── ContextClueRowItem.swift ├── ContextCommandRowItem.swift ├── ContextHashtagRowItem.swift ├── ContextInlineSetupQuickReplyRowItem.swift ├── ContextInlineWebViewRowItem.swift ├── ContextListRowItem.swift ├── ContextMediaRowItem.swift ├── ContextPeerMenuItem.swift ├── ContextSearchMessageItem.swift ├── ContextSearchQuickHashtag.swift ├── ContextShowPeersHolder.swift ├── ContextStickerRowItem.swift ├── ContextSwitchPeerRowItem.swift ├── ControllerExtension.swift ├── CoreExtension.swift ├── CountryManager.swift ├── CreateChannelController.swift ├── CreateGroupSignals.swift ├── CreateGroupViewController.swift ├── CurrencyUITextFieldDelegate.swift ├── CustomAccentColorModalController.swift ├── CustomEmojiController.swift ├── DataAndStorageViewController.swift ├── DataRainView.swift ├── DataStorageExceptions.swift ├── DatePickerRowItem.swift ├── DateSelectorModalController.swift ├── Debug.xcconfig ├── DeclareEncodables.swift ├── DeclineSuggestPostModalController.swift ├── DeleteGroupMessagesController.swift ├── DeleteSupergroupMessagesModalController.swift ├── DesktopCaptureListUI.swift ├── DesktopCapturePreviewItem.swift ├── DesktopCapturerWindow.swift ├── DeveloperViewController.swift ├── DevicesContext.swift ├── DiamondLayer.swift ├── DiceCache.swift ├── DiscussionSetModalController.swift ├── DisplayLink.swift ├── DockControl.swift ├── DockIconRowItem.swift ├── DownloadSettingsViewController.swift ├── DownloadsControl.swift ├── DownloadsController.swift ├── DynamicHeightRowItem.swift ├── EBlockItem.swift ├── EBlockRowView.swift ├── EStickItem.swift ├── EStickView.swift ├── EditAccountInfoController.swift ├── EditAccountInfoItem.swift ├── EditBotUsernameController.swift ├── EditImageCanvasColorPicker.swift ├── EditImageCanvasController.swift ├── EditImageCanvasControls.swift ├── EditImageControls.swift ├── EditImageModalController.swift ├── EditMessageModel.swift ├── EditPostSuggestionController.swift ├── EditTagLabelController.swift ├── EditThemeController.swift ├── EmojiAnimationEffectView.swift ├── EmojiScreenEffect.swift ├── EmojiStatusStatusRowItem.swift ├── EmojiTabsItem.swift ├── EmojiToleranceController.swift ├── EmojiesController.swift ├── EmojiesPackItem.swift ├── EmojiesSectionRowItem.swift ├── EmptyChatViewController.swift ├── EmptyComposeController.swift ├── EmptyGroupstickerSearchRowItem.swift ├── EntertainmentViewController.swift ├── ExMajorNavigationController.swift ├── ExportProxyModalController.swift ├── ExportedInvitationController.swift ├── ExportedInvitationRowItem.swift ├── Extensions.swift ├── ExternalMusicAlbumArtResources.swift ├── ExternalUsernameRowItem.swift ├── ExternalVideoLoader.swift ├── FWDNavigationAction.swift ├── FactCheckController.swift ├── FactCheckMessageView.swift ├── FastSettings.swift ├── FasterStarsView.swift ├── FeaturedStickerPacksController.swift ├── FetchCachedRepresentations.swift ├── FetchMediaUtils.swift ├── FetchVideoMediaResource.swift ├── FileDownload.swift ├── FocusFilterIntent.swift ├── FolderIcons.swift ├── FoldingTextView.swift ├── ForgotPasswordController.swift ├── ForumNameRowItem.swift ├── ForumSettingsController.swift ├── ForumTopicEmojiSelectRowItem.swift ├── ForumTopicInfoController.swift ├── ForumUIMethods.swift ├── ForwardChatListController.swift ├── ForwardPanelModel.swift ├── FragmentAdsInfoController.swift ├── FragmentMonetizationController.swift ├── FragmentMonetizationPromoController.swift ├── FragmentStarMonetizationController.swift ├── FragmentUsernameController.swift ├── Fragment_BalanceRowItem.swift ├── Fragment_OverviewRowItem.swift ├── FrozenAccountController.swift ├── GIFContainerView.swift ├── GalleryModernControls.swift ├── GalleryPageController.swift ├── GalleryRecognition.swift ├── GalleryThumbsControl.swift ├── GalleryThumbsControlView.swift ├── GalleryViewer.swift ├── GeneralActionButtonRowItem.swift ├── GeneralBlockTextRowItem.swift ├── GeneralInputRow.swift ├── GeneralInteractedRowItem.swift ├── GeneralInteractedRowView.swift ├── GeneralLineSeparatorRowItem.swift ├── GeneralLoadingRowItem.swift ├── GeneralRowItem.swift ├── GeneralRowView.swift ├── GeneralSettingsViewController.swift ├── GeneralTextRowItem.swift ├── Geocoding.swift ├── GifKeyboardController.swift ├── GifKeyboardTabRowItem.swift ├── GifPanelTabRowItem.swift ├── GifPlayerBufferView.swift ├── GiftLinkModalController.swift ├── GiftOptionsRowItem.swift ├── GiftingController.swift ├── GigagroupLanding.swift ├── GiveawayModalController.swift ├── GlobalAutoremoveMessagesController.swift ├── GlobalBadgeNode.swift ├── GlobalHandlers.swift ├── GoogleService-Info.plist ├── GroupCallAvatarMenuItem.swift ├── GroupCallAvatarView.swift ├── GroupCallController.swift ├── GroupCallControlsView.swift ├── GroupCallDisplayAsController.swift ├── GroupCallIncomingController.swift ├── GroupCallIncomingView.swift ├── GroupCallInvitation.swift ├── GroupCallInviteLinkController.swift ├── GroupCallInviteRowItem.swift ├── GroupCallMainVideoContainer.swift ├── GroupCallNavigationHeaderView.swift ├── GroupCallParticipantRowItem.swift ├── GroupCallPeerAvatarRowItem.swift ├── GroupCallPeerController.swift ├── GroupCallRecorderRowItem.swift ├── GroupCallSchedule.swift ├── GroupCallSecureEmojiView.swift ├── GroupCallSettingsController.swift ├── GroupCallSpeakButton.swift ├── GroupCallSpeakingTooltipView.swift ├── GroupCallStatusBar.swift ├── GroupCallTextAndLabelRowItem.swift ├── GroupCallTileRowItem.swift ├── GroupCallTileView.swift ├── GroupCallTitleView.swift ├── GroupCallUIState.swift ├── GroupCallVideoOrientationRowItem.swift ├── GroupCallView.swift ├── GroupCallWindow.swift ├── GroupEmojiPackController.swift ├── GroupInfoEntries.swift ├── GroupNameRowItem.swift ├── GroupStickerSetController.swift ├── GroupVideoView.swift ├── GroupedLayout.swift ├── GroupsInCommonViewController.swift ├── GroupsStatsController.swift ├── HashtagSearchGlobalChatContents.swift ├── HelloView.swift ├── ImageCompression.swift ├── ImageTransparency.swift ├── ImageUtils.swift ├── InAppLinks.swift ├── InactiveChannelsController.swift ├── Info.plist ├── InlineAudioPlayerView.swift ├── InlineAvatarLayer.swift ├── InlineStickerItemLayer.swift ├── InlineStickersContext.swift ├── InputContextHelper.swift ├── InputDataCloseItem.swift ├── InputDataController.swift ├── InputDataControllerEntries.swift ├── InputDataDataSelectorRowItem.swift ├── InputDataDateRowItem.swift ├── InputDataRowItem.swift ├── InputDataTableBasedItem.swift ├── InputPasswordController.swift ├── InputPasteboardParser.swift ├── InputSources.swift ├── InputSwapSuggestionsPanel.swift ├── InputTextDataRowItem.swift ├── InputURLFormatterModalController.swift ├── InstalledStickerPacksController.swift ├── InstantPageAnchorItem.swift ├── InstantPageArticleItem.swift ├── InstantPageAudioItem.swift ├── InstantPageAudioView.swift ├── InstantPageBrowser.swift ├── InstantPageChannelItem.swift ├── InstantPageChannelView.swift ├── InstantPageContentView.swift ├── InstantPageDetailsItem.swift ├── InstantPageImageItem.swift ├── InstantPageItem.swift ├── InstantPageLayout.swift ├── InstantPageLayoutSpacings.swift ├── InstantPageLinkSelectionView.swift ├── InstantPageMedia.swift ├── InstantPageMediaItem.swift ├── InstantPageMediaView.swift ├── InstantPagePeerReferenceItem.swift ├── InstantPageScrollableItem.swift ├── InstantPageSelectText.swift ├── InstantPageShapeItem.swift ├── InstantPageSlideshowItem.swift ├── InstantPageStoredState.swift ├── InstantPageTableItem.swift ├── InstantPageTextItem.swift ├── InstantPageTextStyleStack.swift ├── InstantPageTheme.swift ├── InstantPageTile.swift ├── InstantPageTileView.swift ├── InstantPageView.swift ├── InstantPageViewController.swift ├── InstantPageWebEmbedItem.swift ├── InstantVideoPIP.swift ├── InstantViewInBrowser.swift ├── InstantViewWindow.swift ├── InteractiveTextView.swift ├── InterfaceObserver.swift ├── InviteLinkMonthlyFeeRowItem.swift ├── InviteLinkRowItem.swift ├── InviteLinksController.swift ├── InvitePrivacyLimitedController.swift ├── IsEqualMessages.swift ├── JoinGroupCallController.swift ├── JoinLinkPreviewModalController.swift ├── JoinVoiceChatAlertController.swift ├── JoinVoiceChatAlertRowItem.swift ├── LAnimationButton.swift ├── LanguageController.swift ├── LanguageRowItem.swift ├── LeftSidebarController.swift ├── LeftSidebarFolderItem.swift ├── LinkInvationController.swift ├── ListViewIntermediateState.swift ├── LiteModeController.swift ├── LiveLocationViewController.swift ├── LoadingTableItem.swift ├── LocalAuth.swift ├── LocalizationPreviewModalController.swift ├── LocationModalController.swift ├── LocationPlaceSuggestionRowItem.swift ├── LocationPreviewController.swift ├── LocationPreviewMapRowItem.swift ├── LocationRequest.swift ├── LocationSendCurrentItem.swift ├── LoginErrorStateView.swift ├── LogoutViewController.swift ├── LottieLocalAnimations.swift ├── MGalleryExternalVideoItem.swift ├── MGalleryGIFItem.swift ├── MGalleryItem.swift ├── MGalleryPeerPhotoItem.swift ├── MGalleryPhotoItem.swift ├── MGalleryVideoItem.swift ├── MMMenuItem.swift ├── MainViewController.swift ├── MajorBackNavigationBar.swift ├── ManageSharedAccountInfo.swift ├── MapResources.swift ├── MediaAnimatedStickerView.swift ├── MediaGroupPreviewRowItem.swift ├── MediaObjectToAvatar.swift ├── MediaPaidSetterController.swift ├── MediaPreviewEditControl.swift ├── MediaPreviewRowItem.swift ├── MediaResources.swift ├── MediaUtils.swift ├── MergedAvatarsView.swift ├── MessageActionsPanelView.swift ├── MessageReadMenuItem.swift ├── MessageSharedRowItem.swift ├── MessageStatsController.swift ├── MessageTimecode.swift ├── MessagesPrivacyController.swift ├── MetalEngineTestController.swift ├── MetalFunctions.metal ├── MicroListenerController.swift ├── MicrophonePreviewRowItem.swift ├── MimeTypes.swift ├── ModalAlertController.swift ├── ModalOptionSetController.swift ├── ModalPreviewViews.swift ├── ModalPreviews.swift ├── MultiGiftPremium.swift ├── NativeMediaPlayer.swift ├── NetworkStatusManager.swift ├── NetworkUsageStatsController.swift ├── NewContactController.swift ├── NewPollController.swift ├── NewThemeController.swift ├── NewTodoController.swift ├── Notices.swift ├── NotificationPreferencesController.swift ├── NotificationSoundController.swift ├── NumberSelectorController.swift ├── OngoingCallContext.swift ├── OpmizeDatabaseView.swift ├── PCallSession.swift ├── PIPVideoWindow.swift ├── PamentsSelectMethodController.swift ├── PanelUtils.swift ├── ParseAppearanceColors.swift ├── PasscodeControllers.swift ├── PasscodeLockController.swift ├── PasscodeSettingsViewController.swift ├── PassportAcceptRowItem.swift ├── PassportController.swift ├── PassportDocumentRowItem.swift ├── PassportHeaderItem.swift ├── PassportInsertPasswordItem.swift ├── PassportNewPhoneNumberRowItem.swift ├── PassportSettingsHeader.swift ├── PassportSettingsHeaderItem.swift ├── PassportTwoStepVerificationIntroItem.swift ├── PassportWindowController.swift ├── PaymentMethodController.swift ├── PaymentWebInteractionController.swift ├── PaymentsCheckoutController.swift ├── PaymentsCheckoutPreviewRowItem.swift ├── PaymentsCheckoutPriceItem.swift ├── PaymentsCheckoutRecurrentRowItem.swift ├── PaymentsPaymentMethodController.swift ├── PaymentsReceiptController.swift ├── PaymentsShippingInfoController.swift ├── PaymentsShippingMethodController.swift ├── PaymentsTipsRowItem.swift ├── PeerChannelMemberCategoriesContextsManager.swift ├── PeerEmptyHolderItem.swift ├── PeerInfoBusinessItems.swift ├── PeerInfoController.swift ├── PeerInfoEntries.swift ├── PeerInfoHeadItem.swift ├── PeerInfoSpawnEmojiView.swift ├── PeerInfoUtils.swift ├── PeerMediaBlockRowItem.swift ├── PeerMediaCollectionInterfaceState.swift ├── PeerMediaController.swift ├── PeerMediaDateItem.swift ├── PeerMediaEmptyRowItem.swift ├── PeerMediaFileRowContent.swift ├── PeerMediaGifsController.swift ├── PeerMediaGiftsController.swift ├── PeerMediaGroupPeersController.swift ├── PeerMediaListController.swift ├── PeerMediaMusicRowContent.swift ├── PeerMediaPhotosController.swift ├── PeerMediaPlayerAnimationView.swift ├── PeerMediaRowContent.swift ├── PeerMediaSavedMessagesController.swift ├── PeerMediaVoiceRowItem.swift ├── PeerMediaWebpageRowContent.swift ├── PeerPhotos.swift ├── PeerPhotosMonthItem.swift ├── PeerPresenceStatusManager.swift ├── PeerRatingView.swift ├── PeerRequestJoinRowItem.swift ├── PeerUtils.swift ├── PeersListController.swift ├── PeersStatusView.swift ├── PersonalChannelController.swift ├── PersonalChannelRowItem.swift ├── PhoneCallWindowController.swift ├── PhoneCountries.txt ├── PhoneNumberConfirmCodeController.swift ├── PhoneNumberConfirmController.swift ├── PhoneNumberIntroController.swift ├── PhoneNumberUtils.swift ├── PhotoCache.swift ├── PicturePicker.swift ├── PinchToZoom.swift ├── PlayerListController.swift ├── PollResultController.swift ├── PollResultStickItem.swift ├── PopularPeersRowItem.swift ├── PreHistoryControllerStructures.swift ├── PreHistorySettingsController.swift ├── PreciseSliderRowItem.swift ├── Preferences.swift ├── PremiumAboutRowItem.swift ├── PremiumBoardingController.swift ├── PremiumBoardingDoubleController.swift ├── PremiumBoardingDoubleRowItem.swift ├── PremiumBoardingExtraFeatures.swift ├── PremiumBoardingFeaturesController.swift ├── PremiumBoardingHeaderItem.swift ├── PremiumBoardingRowItem.swift ├── PremiumCoinSceneView.swift ├── PremiumDemoLegacyPhoneView.swift ├── PremiumDemoPhoneControl.swift ├── PremiumDiamondSceneView.swift ├── PremiumFeatureSlideView.swift ├── PremiumGiftController.swift ├── PremiumGiftHeaderItem.swift ├── PremiumGiftRowItem.swift ├── PremiumGiftStarSceneView.swift ├── PremiumGiftingController.swift ├── PremiumLimitConfig.swift ├── PremiumLimitController.swift ├── PremiumLimitRowItem.swift ├── PremiumLockModalController.swift ├── PremiumReactionsModal.swift ├── PremiumSelectPeriodRowItem.swift ├── PremiumShowStatusController.swift ├── PremiumStarSceneView.swift ├── PremiumStatusControl.swift ├── PremiumStatusController.swift ├── PremiumStickersDemoView.swift ├── PresenceStrings.swift ├── PresentationGroupCall.swift ├── PresentationGroupCallManager.swift ├── PrettyGridUtils.swift ├── PreviewSenderController.swift ├── PreviewStarGiftController.swift ├── PrivacyAndSecurityViewController.swift ├── ProxyListController.swift ├── ProxyListRowItem.swift ├── ProxyQRCodeRowItem.swift ├── PushToTalk.swift ├── PushToTalkRowItem.swift ├── QRCode.swift ├── QRLoginConfiguration.swift ├── QuickLookPreview.swift ├── QuickReactionRowItem.swift ├── QuickSwitcherModalController.swift ├── RTMPStartController.swift ├── ReactionCarouselView.swift ├── ReactionsSettingsController.swift ├── ReactionsWindowController.swift ├── RecentCallsLocation.swift ├── RecentCallsViewController.swift ├── RecentGIFRowItem.swift ├── RecentPeerRowItem.swift ├── RecentSessionRowItem.swift ├── RecentSessionsController.swift ├── Release.xcconfig ├── RepliesHeaderRowItem.swift ├── ReplyMarkupNode.swift ├── ReplyModel.swift ├── Report.swift ├── ReportDetailsController.swift ├── ReportReasonModalController.swift ├── RequestJoinChatModalController.swift ├── RequestJoinChatRowItem.swift ├── RequestJoinMemberListController.swift ├── RestictedModalViewController.swift ├── RightView.temp_caseinsensitive_rename.swift ├── SFCompactRounded-Semibold.otf ├── SImageView.swift ├── SPPreviewController.swift ├── SVideoController.swift ├── SVideoView.swift ├── SaveModalController.swift ├── SavedPeersController.swift ├── SearchAdAboutController.swift ├── SearchController.swift ├── SearchEmptyRowItem.swift ├── SearchPeerMembers.swift ├── SearchRowItem.swift ├── SearchSettingsController.swift ├── SearchSettingsEmptyItem.swift ├── SearchStoryFoundItem.swift ├── SearchTopicRowItem.swift ├── SearchUtils.swift ├── SecretChatKeyViewController.swift ├── SecureIdVerificationDocument.swift ├── SecureIdVerificationDocumentsContext.swift ├── SelectBotRequestChat.swift ├── SelectColorController.swift ├── SelectCountryModalController.swift ├── SelectGiftsModalController.swift ├── SelectPeersController.swift ├── SelectSizeRowItem.swift ├── SelectStoryModalController.swift ├── SelectivePrivacySettingsController.swift ├── SelectivePrivacySettingsPeersController.swift ├── SenderController.swift ├── SendingClockProgress.swift ├── SeparatorRowItem.swift ├── SessionModalController.swift ├── SettingsSearchRecentQueries.swift ├── SettingsSearchableItems.swift ├── ShareCloudFolderController.swift ├── ShareInlineResultNavigationAction.swift ├── ShareModalController.swift ├── SharedAccountContext.swift ├── SharedAccountInfo.swift ├── SharedFolderClosureController.swift ├── SharedNotificationManager.swift ├── SharedWakeupManager.swift ├── ShimmerEffect.swift ├── ShortPeerRowItem.swift ├── ShortPeerRowView.swift ├── ShortcutListController.swift ├── SidebarCapViewController.swift ├── SignalUtils.swift ├── SimilarBotsController.swift ├── SimilarChannelsController.swift ├── SingleTimeMediaViewer.swift ├── SliderContextMenuItem.swift ├── SlotMachineValue.swift ├── SlotsMediaContentView.swift ├── SmartThemeListRowItem.swift ├── SmartThemePreviewRowItem.swift ├── SoftwareVideoThumbnailLayer.swift ├── SoundEffectPlayQueue.swift ├── SoundEffects.swift ├── Spotlight.swift ├── StarGift_MarketplaceController.swift ├── StarGift_Nft_Controller.swift ├── StarUsePromoController.swift ├── Star_AppExamples.swift ├── Star_GoldenStar.swift ├── Star_ListScreen.swift ├── Star_PurchaseInApp.swift ├── Star_ReactionsController.swift ├── Star_Subscription.swift ├── Star_SubscriptionRowItem.swift ├── Star_Transaction.swift ├── Star_TransactionRowItem.swift ├── StatisticRowItem.swift ├── StatisticsLoadingRowItem.swift ├── StickerMediaContentView.swift ├── StickerPackItems.swift ├── StickerPackPanelRowItem.swift ├── StickerPackPreviewModalController.swift ├── StickerPackTrendingItem.swift ├── StickerPremiumHolderView.swift ├── StickerPreviewHandler.swift ├── StickerSetTableRowItem.swift ├── StickerShimmerEffectView.swift ├── StickersCarouselView.swift ├── StickersPackPreviewModalController.swift ├── StickersViewController.swift ├── StoragePieChartItem.swift ├── StorageUsageBlockController.swift ├── StorageUsageBlockItem.swift ├── StorageUsageCategoryItem.swift ├── StorageUsageCleanProgressRowItem.swift ├── StorageUsageClearButtonItem.swift ├── StorageUsageClearedItem.swift ├── StorageUsageController.swift ├── StorageUsageHeaderItem.swift ├── StorageUsageMediaCells.swift ├── StorageUsageMediaItem.swift ├── StorageUsage_Block_Chats.swift ├── StorageUsage_Block_MediaList.swift ├── StoreDownloadedMedia.swift ├── StoredMessageFromSearchPeer.swift ├── StoryBotInputView.swift ├── StoryChannelInputView.swift ├── StoryChatContent.swift ├── StoryChatListView.swift ├── StoryContactHiddenItem.swift ├── StoryControlsView.swift ├── StoryFetchManager.swift ├── StoryFoundListController.swift ├── StoryInputView.swift ├── StoryLayoutView.swift ├── StoryListNavigationView.swift ├── StoryListView.swift ├── StoryMediaController.swift ├── StoryModalController.swift ├── StoryMonthRowItem.swift ├── StoryMyEmptyRowItem.swift ├── StoryMyInputView.swift ├── StoryNoReplyInput.swift ├── StoryPosterState.swift ├── StoryPremRequiredInput.swift ├── StoryPrivacyModalController.swift ├── StoryRecordingView.swift ├── StoryStealthModeController.swift ├── StoryViewMediaAreaViewer.swift ├── StoryViewersModalController.swift ├── StringFormat.swift ├── SuggestPostPanelModel.swift ├── SuggestionLocalizationViewController.swift ├── SupportAccountContext.swift ├── SuspiciousAuthRowItem.swift ├── SuspiciousRevokeModal.swift ├── SwirlStarsView.swift ├── SyncCoreExtension.swift ├── System.swift ├── TabBadgeItem.swift ├── TableUtils.swift ├── Telegram-Mac-Bridging-Header.h ├── Telegram-Mac.entitlements ├── Telegram-Sandbox.entitlements ├── TelegramAccountAuxiliaryMethods.swift ├── TelegramShare-Objc-Bridge-Header.h ├── TemplateController.swift ├── TermsModalController.swift ├── TextAndLabelItem.swift ├── TextInputController.swift ├── TextUtils.swift ├── ThemeGridControllerItem.swift ├── ThemeListRowItem.swift ├── ThemePreviewModalController.swift ├── ThemePreviewRowItem.swift ├── ThumbUtils.swift ├── TimeRangeSelectorController.swift ├── TitleAndInfoAlertItem.swift ├── TopicInfoEntries.swift ├── TopicReplyItemView.swift ├── TouchBarThumbailItemView.swift ├── TranscribeAudioTextView.swift ├── TransformOutgoingMessageMedia.swift ├── TranslateModalController.swift ├── TranslateTableRowItem.swift ├── TwoStepVerification.swift ├── TwoStepVerificationUnlockController.swift ├── UIInputView.swift ├── UITextField.swift ├── UNUserNotifications.swift ├── UpdateModalController.swift ├── UpdaterNotifySettings.swift ├── UpgradedAccount.swift ├── UserInfoEntries.swift ├── UserInfoPhotoConfirmController.swift ├── UserInfoResetPhotoItem.swift ├── UserInfoSuggestPhotoItem.swift ├── UsernameController.swift ├── VCardModalController.swift ├── ValuesSelectorModalController.swift ├── VerifyAgeAlertController.swift ├── VerticalTabsView.swift ├── VideoAvatarModalController.swift ├── VideoCallsConfiguration.swift ├── VideoCameraStructures.swift ├── VideoEditorScrubbler.swift ├── VideoEditorThumbs.swift ├── VideoMessage.fsh ├── VideoMessage.vsh ├── VideoMessageConfig.swift ├── VideoRecorderModalController.swift ├── VideoRecorderModalView.swift ├── VideoRecorderPipeline.swift ├── VideoStickerContentView.swift ├── Views.swift ├── VoiceChatActionButton.swift ├── VoiceTranscriptionControl.swift ├── VoipDerivedState.swift ├── VolumeControllerPopover.swift ├── VolumeMenuItemView.swift ├── WPArticleContentView.swift ├── WPArticleLayout.swift ├── WPContentView.swift ├── WPLayout.swift ├── WPMediaContentView.swift ├── WPMediaLayout.swift ├── WalletIntroRowItem.swift ├── WallpaperAdditionColorView.swift ├── WallpaperCheckboxView.swift ├── WallpaperColorPicker.swift ├── WallpaperColorPickerContainerView.swift ├── WallpaperPatternPreviewController.swift ├── WallpaperPatternPreviewView.swift ├── WallpaperPreviewController.swift ├── Wallpapers.swift ├── WaveView.swift ├── WebAppPermissionsState.swift ├── WebAppSecureStorage.swift ├── WebAuthorizationRowItem.swift ├── WebGameViewController.swift ├── WebSessionsController.swift ├── WebappBrowser.swift ├── WebappTransferDataController.swift ├── WebbotEmojisetModal.swift ├── WebbotShareMessageModal.swift ├── WebpageModalController.swift ├── WebsiteController.swift ├── WidgetAppIconController.swift ├── WidgetAppearance.swift ├── WidgetButton.swift ├── WidgetController.swift ├── WidgetRecentPeersController.swift ├── WidgetStickersController.swift ├── WidgetStorageController.swift ├── WidgetView.swift ├── affiliate │ ├── Affiliate_LinkPreview.swift │ ├── Affiliate_PeerController.swift │ ├── Affiliate_ProgramPreview.swift │ └── Affiliate_StartController.swift ├── begin_record.caf ├── builtin-wallpaper-svg ├── common.xcconfig ├── countries ├── currencies.json ├── de.lproj │ ├── Localizable.strings │ ├── MainMenu.strings │ └── MainMenu.xib ├── dsa_pub.pem ├── dsa_pub_prod.pem ├── durgerking.placeholder ├── emoji │ ├── emoji.txt │ ├── emoji1014.txt │ ├── emoji1016.txt │ ├── emoji14.txt │ └── emoji144.txt ├── en.lproj │ ├── Localizable.strings │ └── MainMenu.xib ├── es.lproj │ ├── Localizable.strings │ ├── MainMenu.strings │ └── MainMenu.xib ├── hls │ ├── headless_prologue.js │ └── index │ │ ├── index.bundle.js │ │ ├── index.bundle.js.LICENSE.txt │ │ └── index.html ├── instantPageWebEmbedView.swift ├── it.lproj │ ├── Localizable.strings │ ├── MainMenu.strings │ └── MainMenu.xib ├── lottie │ ├── anim_archive.json │ ├── anim_delete.json │ ├── anim_group.json │ ├── anim_hide.json │ ├── anim_mute.json │ ├── anim_pause.json │ ├── anim_pin.json │ ├── anim_play.json │ ├── anim_read.json │ ├── anim_unarchive.json │ ├── anim_ungroup.json │ ├── anim_unmute.json │ ├── anim_unpin.json │ ├── anim_unread.json │ ├── archiveAvatar.json │ ├── group_call_chatlist_typing.json │ ├── group_call_member_mute.json │ ├── group_call_member_unmute.json │ ├── group_call_speaker_mute.json │ ├── group_call_speaker_unmute.json │ └── maccheck.json ├── mime-types.txt ├── monoforum │ ├── MonoforumHorizontalView.swift │ └── MonoforumVerticalView.swift ├── nl.lproj │ ├── Localizable.strings │ ├── MainMenu.strings │ └── MainMenu.xib ├── notifies │ ├── 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 ├── ocr_nn.bin ├── opening.m4a ├── opening.mp3 ├── premium │ ├── back.png │ ├── badge.scn │ ├── badgestar.png │ ├── bottom.png │ ├── business.png │ ├── business.scn │ ├── coin.png │ ├── coin.scn │ ├── coin_anim.png │ ├── coin_edge.png │ ├── darkerTexture.jpg │ ├── diagonal_shine.png │ ├── diamond.scn │ ├── flecks.jpg │ ├── front.png │ ├── gift.scn │ ├── left.png │ ├── lighterTexture.jpg │ ├── lightspeed.scn │ ├── lightstreak.png │ ├── matrix │ │ ├── chars.png │ │ └── random.jpg │ ├── particle.png │ ├── particles.png │ ├── right.png │ ├── shine.png │ ├── star.scn │ ├── star2.scn │ ├── swirl.scn │ ├── texture.jpg │ └── top.png ├── pt-BR.lproj │ ├── Localizable.strings │ ├── MainMenu.strings │ └── MainMenu.xib ├── ru.lproj │ ├── Localizable.strings │ └── MainMenu.strings ├── sent.mp3 ├── sound_a.caf ├── sounds │ ├── Pop.wav │ ├── Purr.wav │ ├── call down.mp3 │ ├── call up.mp3 │ ├── confetti.mp3 │ ├── quiz-correct.mp3 │ ├── quiz-incorrect.mp3 │ ├── reconnecting.mp3 │ ├── voip_group_recording_started.mp3 │ └── voip_group_unmuted.mp3 ├── suggest-post │ ├── SuggestPostController.swift │ └── SuggetMessageModalController.swift ├── tgs │ ├── affiliate_link.tgs │ ├── bot_close_menu.tgs │ ├── bot_menu_close.tgs │ ├── bot_menu_web_app.tgs │ ├── brilliant_loading.tgs │ ├── brilliant_static.tgs │ ├── browser_back_to_close.tgs │ ├── browser_close_to_back.tgs │ ├── browser_more.tgs │ ├── bulb.tgs │ ├── business_away_message.tgs │ ├── business_chatbot.tgs │ ├── business_greeting_message.tgs │ ├── business_hours.tgs │ ├── business_links.tgs │ ├── business_location.tgs │ ├── business_quick_reply.tgs │ ├── cameraoff.tgs │ ├── cameraon.tgs │ ├── change_sim.tgs │ ├── chatlist │ │ ├── chatlist_game.tgs │ │ ├── chatlist_music.tgs │ │ ├── chatlist_poll.tgs │ │ └── chatlist_voice.tgs │ ├── chiken_born.tgs │ ├── code_note.tgs │ ├── countdown5s.tgs │ ├── custom_reaction.tgs │ ├── dart_idle.tgs │ ├── destructor.tgs │ ├── device_android.tgs │ ├── device_chrome.tgs │ ├── device_edge.tgs │ ├── device_firefox.tgs │ ├── device_ipad.tgs │ ├── device_iphone.tgs │ ├── device_linux.tgs │ ├── device_mac.tgs │ ├── device_safari.tgs │ ├── device_ubuntu.tgs │ ├── device_windows.tgs │ ├── diamond.tgs │ ├── dice_idle.tgs │ ├── direct_messages.tgs │ ├── discussion.tgs │ ├── duck_empty.tgs │ ├── duck_passcode.tgs │ ├── duck_upload_complete.tgs │ ├── duck_uploads.tgs │ ├── duck_webapp_error.tgs │ ├── email_recovery.tgs │ ├── emojies │ │ ├── activity.tgs │ │ ├── animals.tgs │ │ ├── categories │ │ │ ├── emoji_category_activities.tgs │ │ │ ├── emoji_category_angry.tgs │ │ │ ├── emoji_category_arrow_to_search.tgs │ │ │ ├── emoji_category_away.tgs │ │ │ ├── emoji_category_bath.tgs │ │ │ ├── emoji_category_busy.tgs │ │ │ ├── emoji_category_dislike.tgs │ │ │ ├── emoji_category_food.tgs │ │ │ ├── emoji_category_happy.tgs │ │ │ ├── emoji_category_heart.tgs │ │ │ ├── emoji_category_hi.tgs │ │ │ ├── emoji_category_home.tgs │ │ │ ├── emoji_category_like.tgs │ │ │ ├── emoji_category_neutral.tgs │ │ │ ├── emoji_category_omg.tgs │ │ │ ├── emoji_category_party.tgs │ │ │ ├── emoji_category_recent.tgs │ │ │ ├── emoji_category_sad.tgs │ │ │ ├── emoji_category_search_to_arrow.tgs │ │ │ ├── emoji_category_sleep.tgs │ │ │ ├── emoji_category_study.tgs │ │ │ ├── emoji_category_tongue.tgs │ │ │ ├── emoji_category_vacation.tgs │ │ │ ├── emoji_category_what.tgs │ │ │ └── emoji_category_work.tgs │ │ ├── flags.tgs │ │ ├── food.tgs │ │ ├── objects.tgs │ │ ├── places.tgs │ │ ├── smiles.tgs │ │ └── symbols.tgs │ ├── expired_story.tgs │ ├── fly_dollar.tgs │ ├── folder.tgs │ ├── folder_empty.tgs │ ├── forum_topic.tgs │ ├── fragment.tgs │ ├── fragment_username.tgs │ ├── freeze_duck.tgs │ ├── gift.tgs │ ├── gigagroup.tgs │ ├── global_autoremove.tgs │ ├── graph_loading.tgs │ ├── group_call_maxmin.tgs │ ├── group_call_minmax.tgs │ ├── group_call_share.tgs │ ├── group_call_stream_empty │ ├── hand_animation.tgs │ ├── improving_video.tgs │ ├── invitations.tgs │ ├── keyboard_typing.tgs │ ├── keychain.tgs │ ├── login_airplane.tgs │ ├── login_word.tgs │ ├── menu │ │ ├── folders │ │ │ ├── menu_folder_all_chats.tgs │ │ │ ├── menu_folder_animal.tgs │ │ │ ├── menu_folder_book.tgs │ │ │ ├── menu_folder_bot.tgs │ │ │ ├── menu_folder_coin.tgs │ │ │ ├── menu_folder_flash.tgs │ │ │ ├── menu_folder_folder.tgs │ │ │ ├── menu_folder_game.tgs │ │ │ ├── menu_folder_group.tgs │ │ │ ├── menu_folder_home.tgs │ │ │ ├── menu_folder_lamp.tgs │ │ │ ├── menu_folder_like.tgs │ │ │ ├── menu_folder_lock.tgs │ │ │ ├── menu_folder_love.tgs │ │ │ ├── menu_folder_math.tgs │ │ │ ├── menu_folder_music.tgs │ │ │ ├── menu_folder_paint.tgs │ │ │ ├── menu_folder_personal.tgs │ │ │ ├── menu_folder_plane.tgs │ │ │ ├── menu_folder_read.tgs │ │ │ ├── menu_folder_sport.tgs │ │ │ ├── menu_folder_star.tgs │ │ │ ├── menu_folder_student.tgs │ │ │ ├── menu_folder_telegram.tgs │ │ │ ├── menu_folder_unread.tgs │ │ │ ├── menu_folder_virus.tgs │ │ │ └── menu_folder_work.tgs │ │ ├── menu_add.tgs │ │ ├── menu_add_gif.tgs │ │ ├── menu_add_member.tgs │ │ ├── menu_add_to_favorites.tgs │ │ ├── menu_add_to_folder.tgs │ │ ├── menu_adult.tgs │ │ ├── menu_adult_slash.tgs │ │ ├── menu_archive.tgs │ │ ├── menu_atsign.tgs │ │ ├── menu_autodelete_1d.tgs │ │ ├── menu_autodelete_1h.tgs │ │ ├── menu_autodelete_1m.tgs │ │ ├── menu_autodelete_1w.tgs │ │ ├── menu_autodelete_customize.tgs │ │ ├── menu_autodelete_never.tgs │ │ ├── menu_ban.tgs │ │ ├── menu_bio.tgs │ │ ├── menu_boost.tgs │ │ ├── menu_boost_plus.tgs │ │ ├── menu_calendar.tgs │ │ ├── menu_calendar_up.tgs │ │ ├── menu_call.tgs │ │ ├── menu_camera.tgs │ │ ├── menu_cash_up.tgs │ │ ├── menu_change_colors.tgs │ │ ├── menu_channel.tgs │ │ ├── menu_check.tgs │ │ ├── menu_check_selected.tgs │ │ ├── menu_clear_history.tgs │ │ ├── menu_clear_messages.tgs │ │ ├── menu_close_multiple.tgs │ │ ├── menu_collapse.tgs │ │ ├── menu_copy.tgs │ │ ├── menu_copy_link.tgs │ │ ├── menu_copy_media.tgs │ │ ├── menu_copyright.tgs │ │ ├── menu_create_group.tgs │ │ ├── menu_delete.tgs │ │ ├── menu_download_circle.tgs │ │ ├── menu_download_circle_lock.tgs │ │ ├── menu_drugs.tgs │ │ ├── menu_edit.tgs │ │ ├── menu_edited.tgs │ │ ├── menu_expand.tgs │ │ ├── menu_eye.tgs │ │ ├── menu_eye_locked.tgs │ │ ├── menu_eye_slash.tgs │ │ ├── menu_file.tgs │ │ ├── menu_folder.tgs │ │ ├── menu_folder_add.tgs │ │ ├── menu_forever.tgs │ │ ├── menu_forward.tgs │ │ ├── menu_gear.tgs │ │ ├── menu_gift.tgs │ │ ├── menu_hashtag_up.tgs │ │ ├── menu_hd.tgs │ │ ├── menu_hd_lock.tgs │ │ ├── menu_hide.tgs │ │ ├── menu_leave.tgs │ │ ├── menu_lighting.tgs │ │ ├── menu_list.tgs │ │ ├── menu_location.tgs │ │ ├── menu_lock.tgs │ │ ├── menu_monogram.tgs │ │ ├── menu_moon.tgs │ │ ├── menu_more.tgs │ │ ├── menu_move_to_contacts.tgs │ │ ├── menu_music.tgs │ │ ├── menu_mute.tgs │ │ ├── menu_mute_for_1_hour.tgs │ │ ├── menu_mute_for_2_days.tgs │ │ ├── menu_note_download.tgs │ │ ├── menu_note_slash.tgs │ │ ├── menu_online.tgs │ │ ├── menu_open_profile.tgs │ │ ├── menu_open_with.tgs │ │ ├── menu_pause.tgs │ │ ├── menu_pin.tgs │ │ ├── menu_play.tgs │ │ ├── menu_plus.tgs │ │ ├── menu_poll.tgs │ │ ├── menu_pornography.tgs │ │ ├── menu_promote.tgs │ │ ├── menu_quote.tgs │ │ ├── menu_reactions.tgs │ │ ├── menu_read.tgs │ │ ├── menu_reload.tgs │ │ ├── menu_remove_from_favorites.tgs │ │ ├── menu_remove_gif.tgs │ │ ├── menu_replace.tgs │ │ ├── menu_reply.tgs │ │ ├── menu_report.tgs │ │ ├── menu_report_false_positive.tgs │ │ ├── menu_reset.tgs │ │ ├── menu_restrict.tgs │ │ ├── menu_retract_vote.tgs │ │ ├── menu_save_as.tgs │ │ ├── menu_save_to_profile.tgs │ │ ├── menu_schedule_message.tgs │ │ ├── menu_sd.tgs │ │ ├── menu_search.tgs │ │ ├── menu_secret_chat.tgs │ │ ├── menu_seen.tgs │ │ ├── menu_select_messages.tgs │ │ ├── menu_select_multiple.tgs │ │ ├── menu_send_now.tgs │ │ ├── menu_send_spoiler.tgs │ │ ├── menu_share.tgs │ │ ├── menu_shared_media.tgs │ │ ├── menu_sharescreen.tgs │ │ ├── menu_sharescreen_slash.tgs │ │ ├── menu_show.tgs │ │ ├── menu_show_in_finder.tgs │ │ ├── menu_show_info.tgs │ │ ├── menu_show_message.tgs │ │ ├── menu_smile.tgs │ │ ├── menu_sort_down.tgs │ │ ├── menu_sort_up.tgs │ │ ├── menu_speaker.tgs │ │ ├── menu_speaker_muted.tgs │ │ ├── menu_speed.tgs │ │ ├── menu_statistics.tgs │ │ ├── menu_stop_poll.tgs │ │ ├── menu_stories.tgs │ │ ├── menu_success.tgs │ │ ├── menu_sun.tgs │ │ ├── menu_tag_filter.tgs │ │ ├── menu_tag_remove.tgs │ │ ├── menu_tag_rename.tgs │ │ ├── menu_topics.tgs │ │ ├── menu_translate.tgs │ │ ├── menu_unarchive.tgs │ │ ├── menu_unblock.tgs │ │ ├── menu_uncheck.tgs │ │ ├── menu_unlock.tgs │ │ ├── menu_unmuted.tgs │ │ ├── menu_unpin.tgs │ │ ├── menu_unread.tgs │ │ ├── menu_verification.tgs │ │ ├── menu_video.tgs │ │ ├── menu_video_call.tgs │ │ ├── menu_video_chat.tgs │ │ ├── menu_view_replies.tgs │ │ ├── menu_view_sticker_set.tgs │ │ ├── menu_violence.tgs │ │ ├── menu_voice.tgs │ │ └── menu_webapp_placeholder.tgs │ ├── menu_apps.tgs │ ├── menu_paid.tgs │ ├── menu_transfer.tgs │ ├── menu_wear.tgs │ ├── menu_wearoff.tgs │ ├── monkey_see.tgs │ ├── monkey_unsee.tgs │ ├── new_folder.tgs │ ├── pirate_flag.tgs │ ├── playlist_pause_play.tgs │ ├── playlist_play_pause.tgs │ ├── police.tgs │ ├── premium_addone.tgs │ ├── premium_double.tgs │ ├── premium_gift_12.tgs │ ├── premium_gift_3.tgs │ ├── premium_gift_6.tgs │ ├── premium_reactions │ │ ├── premium_reaction_6.tgs │ │ ├── premium_reaction_effect_1.tgs │ │ ├── premium_reaction_effect_2.tgs │ │ ├── premium_reaction_effect_3.tgs │ │ ├── premium_reaction_effect_4.tgs │ │ └── premium_reaction_effect_5.tgs │ ├── premium_unlock.tgs │ ├── qrcode_matrix.tgs │ ├── request_join_link.tgs │ ├── sad_man.tgs │ ├── screenoff.tgs │ ├── screenon.tgs │ ├── share_folder.tgs │ ├── show_status_profile.tgs │ ├── show_status_read.tgs │ ├── single_voice_fire.tgs │ ├── smart_guy.tgs │ ├── star_currency_new.tgs │ ├── star_currency_part_new.tgs │ ├── stories_archive.tgs │ ├── success_saved.tgs │ ├── swap_money.tgs │ ├── text_to_voice.tgs │ ├── think_spectacular.tgs │ ├── thumbsup.tgs │ ├── ton_gift_blue.tgs │ ├── ton_gift_green.tgs │ ├── ton_gift_red.tgs │ ├── ton_logo.tgs │ ├── topics.tgs │ ├── transcription_locked.tgs │ ├── voice_chat_cancel_reminder.tgs │ ├── voice_chat_cancel_reminder_to_mute.tgs │ ├── voice_chat_cancel_reminder_to_raise_hand.tgs │ ├── voice_chat_hand_off.tgs │ ├── voice_chat_hand_on_muted.tgs │ ├── voice_chat_hand_on_unmuted.tgs │ ├── voice_chat_mute.tgs │ ├── voice_chat_raise_hand_1.tgs │ ├── voice_chat_raise_hand_2.tgs │ ├── voice_chat_raise_hand_3.tgs │ ├── voice_chat_raise_hand_4.tgs │ ├── voice_chat_raise_hand_5.tgs │ ├── voice_chat_raise_hand_6.tgs │ ├── voice_chat_raise_hand_7.tgs │ ├── voice_chat_set_reminder.tgs │ ├── voice_chat_set_reminder_to_mute.tgs │ ├── voice_chat_set_reminder_to_raise_hand.tgs │ ├── voice_chat_start_chat_to_mute.tgs │ ├── voice_chat_unmute.tgs │ ├── voice_dots.tgs │ ├── voice_to_text.tgs │ ├── wallet_success_created.tgs │ ├── write_words.tgs │ └── zoom.tgs ├── uk.lproj │ ├── Localizable.strings │ └── MainMenu.strings ├── url-schemes.txt ├── voip_busy.caf ├── voip_connecting.mp3 ├── voip_end.caf ├── voip_fail.caf └── voip_ringback.caf ├── Telegram.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── Telegram.xcscmblueprint │ └── xcuserdata │ │ └── mikhailfilimonov.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcshareddata │ └── xcschemes │ ├── Release.xcscheme │ ├── Telegram.xcscheme │ └── TelegramShare.xcscheme ├── TelegramShare ├── Base.lproj │ └── ShareViewController.xib ├── Info.plist ├── SEFoldersRowItem.swift ├── SELottiePlayer.swift ├── SEModalProgressView.swift ├── SEPasslockController.swift ├── SESelectController.swift ├── SEUIInputView.swift ├── SEUnauthorizedViewController.swift ├── SE_TopicRowItem.swift ├── ShareApplicationContext.swift ├── ShareViewController.swift ├── TelegramShare.entitlements ├── de.lproj │ ├── Localizable.strings │ └── ShareViewController.strings ├── en.lproj │ └── Localizable.strings ├── es.lproj │ ├── Localizable.strings │ └── ShareViewController.strings ├── icon.icns ├── it.lproj │ ├── Localizable.strings │ └── ShareViewController.strings ├── nl.lproj │ ├── Localizable.strings │ └── ShareViewController.strings └── pt-BR.lproj │ ├── Localizable.strings │ └── ShareViewController.strings ├── configurations ├── Alpha.xcconfig ├── AppStore.xcconfig ├── Beta.xcconfig └── Stable.xcconfig ├── core-xprojects ├── Mozjpeg │ ├── Mozjpeg.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Mozjpeg.xcscheme │ └── Mozjpeg │ │ ├── Info.plist │ │ ├── Mozjpeg.h │ │ └── build.sh ├── OpenH264 │ ├── OpenH264.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── OpenH264.xcscheme │ └── OpenH264 │ │ ├── Info.plist │ │ ├── OpenH264.h │ │ └── build.sh ├── Stripe │ ├── .swiftpm │ │ └── xcode │ │ │ └── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── Images │ │ ├── stp_card_amex.png │ │ ├── stp_card_amex@2x.png │ │ ├── stp_card_amex_template.png │ │ ├── stp_card_amex_template@2x.png │ │ ├── stp_card_applepay.png │ │ ├── stp_card_applepay@2x.png │ │ ├── stp_card_cvc.png │ │ ├── stp_card_cvc@2x.png │ │ ├── stp_card_cvc_amex.png │ │ ├── stp_card_cvc_amex@2x.png │ │ ├── stp_card_cvc_amex@3x.png │ │ ├── stp_card_diners.png │ │ ├── stp_card_diners@2x.png │ │ ├── stp_card_diners_template.png │ │ ├── stp_card_diners_template@2x.png │ │ ├── stp_card_discover.png │ │ ├── stp_card_discover@2x.png │ │ ├── stp_card_discover_template.png │ │ ├── stp_card_discover_template@2x.png │ │ ├── stp_card_error.png │ │ ├── stp_card_error@2x.png │ │ ├── stp_card_error_amex.png │ │ ├── stp_card_error_amex@2x.png │ │ ├── stp_card_form_back.png │ │ ├── stp_card_form_back@2x.png │ │ ├── stp_card_form_front.png │ │ ├── stp_card_form_front@2x.png │ │ ├── stp_card_jcb.png │ │ ├── stp_card_jcb@2x.png │ │ ├── stp_card_jcb_template.png │ │ ├── stp_card_jcb_template@2x.png │ │ ├── stp_card_mastercard.png │ │ ├── stp_card_mastercard@2x.png │ │ ├── stp_card_mastercard_template.png │ │ ├── stp_card_mastercard_template@2x.png │ │ ├── stp_card_unknown.png │ │ ├── stp_card_unknown@2x.png │ │ ├── stp_card_visa.png │ │ ├── stp_card_visa@2x.png │ │ ├── stp_card_visa_template.png │ │ └── stp_card_visa_template@2x.png │ ├── Package.swift │ ├── PublicHeaders │ │ └── Stripe │ │ │ ├── STPAPIClient.h │ │ │ ├── STPAPIResponseDecodable.h │ │ │ ├── STPAddress.h │ │ │ ├── STPBINRange.h │ │ │ ├── STPBackendAPIAdapter.h │ │ │ ├── STPBankAccount.h │ │ │ ├── STPBankAccountParams.h │ │ │ ├── STPBlocks.h │ │ │ ├── STPCard.h │ │ │ ├── STPCardBrand.h │ │ │ ├── STPCardParams.h │ │ │ ├── STPCardValidationState.h │ │ │ ├── STPCardValidator.h │ │ │ ├── STPCustomer.h │ │ │ ├── STPFormEncodable.h │ │ │ ├── STPImageLibrary.h │ │ │ ├── STPPaymentConfiguration.h │ │ │ ├── STPPaymentMethod.h │ │ │ ├── STPPhoneNumberValidator.h │ │ │ ├── STPPostalCodeValidator.h │ │ │ ├── STPSource.h │ │ │ ├── STPToken.h │ │ │ ├── Stripe.h │ │ │ └── StripeError.h │ ├── Sources │ │ ├── NSDictionary+Stripe.h │ │ ├── NSDictionary+Stripe.m │ │ ├── NSString+Stripe.h │ │ ├── NSString+Stripe.m │ │ ├── NSString+Stripe_CardBrands.h │ │ ├── NSString+Stripe_CardBrands.m │ │ ├── PKPayment+Stripe.h │ │ ├── PKPayment+Stripe.m │ │ ├── STPAPIClient+Private.h │ │ ├── STPAPIClient.m │ │ ├── STPAPIPostRequest.h │ │ ├── STPAPIPostRequest.m │ │ ├── STPAddress.m │ │ ├── STPBINRange.m │ │ ├── STPBankAccount.m │ │ ├── STPBankAccountParams.m │ │ ├── STPCard.m │ │ ├── STPCardParams.m │ │ ├── STPCardValidator.m │ │ ├── STPCustomer.m │ │ ├── STPDelegateProxy.h │ │ ├── STPDelegateProxy.m │ │ ├── STPDispatchFunctions.h │ │ ├── STPDispatchFunctions.m │ │ ├── STPFormEncoder.h │ │ ├── STPFormEncoder.m │ │ ├── STPImageLibrary+Private.h │ │ ├── STPImageLibrary.m │ │ ├── STPPaymentCardTextFieldViewModel.h │ │ ├── STPPaymentCardTextFieldViewModel.m │ │ ├── STPPaymentConfiguration+Private.h │ │ ├── STPPaymentConfiguration.m │ │ ├── STPPhoneNumberValidator.m │ │ ├── STPPostalCodeValidator.m │ │ ├── STPToken.m │ │ ├── STPWeakStrongMacros.h │ │ └── StripeError.m │ ├── Stripe.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── Stripe │ │ ├── Info.plist │ │ └── Stripe.h ├── dav1d │ ├── dav1d-arm64.meson │ ├── dav1d-x86_64.meson │ ├── dav1d.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── dav1d.xcscheme │ └── dav1d │ │ ├── Info.plist │ │ ├── build.sh │ │ └── dav1d.h ├── ffmpeg │ ├── ffmpeg.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ffmpeg.xcscheme │ └── ffmpeg │ │ ├── Info.plist │ │ ├── build.sh │ │ └── ffmpeg.h ├── libopus │ ├── libopus.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── libopus.xcscheme │ ├── libopus │ │ ├── Info.plist │ │ ├── build.sh │ │ └── libopus.h │ └── opus-1.3.1.tar.gz ├── libvpx │ ├── libvpx.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── libvpx.xcscheme │ ├── libvpx │ │ ├── Info.plist │ │ ├── build.sh │ │ └── libvpx.h │ └── source │ │ ├── .clang-format │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .mailmap │ │ ├── AUTHORS │ │ ├── CHANGELOG │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── README │ │ ├── args.c │ │ ├── args.h │ │ ├── build │ │ └── make │ │ │ ├── Android.mk │ │ │ ├── Makefile │ │ │ ├── ads2armasm_ms.pl │ │ │ ├── ads2gas.pl │ │ │ ├── ads2gas_apple.pl │ │ │ ├── armlink_adapter.sh │ │ │ ├── configure.sh │ │ │ ├── gen_asm_deps.sh │ │ │ ├── gen_msvs_def.sh │ │ │ ├── gen_msvs_sln.sh │ │ │ ├── gen_msvs_vcxproj.sh │ │ │ ├── ios-Info.plist │ │ │ ├── iosbuild.sh │ │ │ ├── msvs_common.sh │ │ │ ├── rtcd.pl │ │ │ ├── thumb.pm │ │ │ └── version.sh │ │ ├── build_debug │ │ └── non_greedy_mv_test_files │ │ │ ├── cur_frame_16x16.txt │ │ │ ├── estimation_16x16.txt │ │ │ ├── exhaust_16x16.txt │ │ │ ├── ground_truth_16x16.txt │ │ │ ├── localVar_16x16.txt │ │ │ ├── raw_1.png │ │ │ ├── raw_1_12_12.png │ │ │ └── ref_frame_16x16.txt │ │ ├── codereview.settings │ │ ├── configure │ │ ├── docs.mk │ │ ├── examples.mk │ │ ├── examples │ │ ├── decode_to_md5.c │ │ ├── decode_with_drops.c │ │ ├── postproc.c │ │ ├── resize_util.c │ │ ├── set_maps.c │ │ ├── simple_decoder.c │ │ ├── simple_encoder.c │ │ ├── svc_context.h │ │ ├── svc_encodeframe.c │ │ ├── twopass_encoder.c │ │ ├── vp8_multi_resolution_encoder.c │ │ ├── vp8cx_set_ref.c │ │ ├── vp9_lossless_encoder.c │ │ ├── vp9_spatial_svc_encoder.c │ │ ├── vp9cx_set_ref.c │ │ ├── vpx_dec_fuzzer.cc │ │ └── vpx_temporal_svc_encoder.c │ │ ├── ivfdec.c │ │ ├── ivfdec.h │ │ ├── ivfenc.c │ │ ├── ivfenc.h │ │ ├── keywords.dox │ │ ├── libs.doxy_template │ │ ├── libs.mk │ │ ├── mainpage.dox │ │ ├── md5_utils.c │ │ ├── md5_utils.h │ │ ├── rate_hist.c │ │ ├── rate_hist.h │ │ ├── solution.mk │ │ ├── test │ │ ├── acm_random.h │ │ ├── active_map_refresh_test.cc │ │ ├── active_map_test.cc │ │ ├── add_noise_test.cc │ │ ├── alt_ref_aq_segment_test.cc │ │ ├── altref_test.cc │ │ ├── android │ │ │ ├── Android.mk │ │ │ ├── README │ │ │ ├── get_files.py │ │ │ └── scrape_gtest_log.py │ │ ├── aq_segment_test.cc │ │ ├── avg_test.cc │ │ ├── bench.cc │ │ ├── bench.h │ │ ├── blockiness_test.cc │ │ ├── borders_test.cc │ │ ├── buffer.h │ │ ├── byte_alignment_test.cc │ │ ├── clear_system_state.h │ │ ├── codec_factory.h │ │ ├── comp_avg_pred_test.cc │ │ ├── config_test.cc │ │ ├── consistency_test.cc │ │ ├── convolve_test.cc │ │ ├── cpu_speed_test.cc │ │ ├── cq_test.cc │ │ ├── cx_set_ref.sh │ │ ├── dct16x16_test.cc │ │ ├── dct32x32_test.cc │ │ ├── dct_partial_test.cc │ │ ├── dct_test.cc │ │ ├── decode_api_test.cc │ │ ├── decode_corrupted.cc │ │ ├── decode_perf_test.cc │ │ ├── decode_svc_test.cc │ │ ├── decode_test_driver.cc │ │ ├── decode_test_driver.h │ │ ├── decode_to_md5.sh │ │ ├── decode_with_drops.sh │ │ ├── encode_api_test.cc │ │ ├── encode_perf_test.cc │ │ ├── encode_test_driver.cc │ │ ├── encode_test_driver.h │ │ ├── error_resilience_test.cc │ │ ├── examples.sh │ │ ├── external_frame_buffer_test.cc │ │ ├── fdct8x8_test.cc │ │ ├── frame_size_tests.cc │ │ ├── hadamard_test.cc │ │ ├── i420_video_source.h │ │ ├── idct8x8_test.cc │ │ ├── idct_test.cc │ │ ├── invalid_file_test.cc │ │ ├── ivf_video_source.h │ │ ├── keyframe_test.cc │ │ ├── level_test.cc │ │ ├── lpf_test.cc │ │ ├── md5_helper.h │ │ ├── minmax_test.cc │ │ ├── non_greedy_mv_test.cc │ │ ├── partial_idct_test.cc │ │ ├── postproc.sh │ │ ├── pp_filter_test.cc │ │ ├── predict_test.cc │ │ ├── quantize_test.cc │ │ ├── ratectrl_rtc_test.cc │ │ ├── realtime_test.cc │ │ ├── register_state_check.h │ │ ├── resize_test.cc │ │ ├── resize_util.sh │ │ ├── sad_test.cc │ │ ├── set_maps.sh │ │ ├── set_roi.cc │ │ ├── simple_decoder.sh │ │ ├── simple_encode_test.cc │ │ ├── simple_encoder.sh │ │ ├── stress.sh │ │ ├── sum_squares_test.cc │ │ ├── superframe_test.cc │ │ ├── svc_datarate_test.cc │ │ ├── svc_end_to_end_test.cc │ │ ├── svc_test.cc │ │ ├── svc_test.h │ │ ├── test-data.mk │ │ ├── test-data.sha1 │ │ ├── test.mk │ │ ├── test_intra_pred_speed.cc │ │ ├── test_libvpx.cc │ │ ├── test_vector_test.cc │ │ ├── test_vectors.cc │ │ ├── test_vectors.h │ │ ├── tile_independence_test.cc │ │ ├── timestamp_test.cc │ │ ├── tools_common.sh │ │ ├── twopass_encoder.sh │ │ ├── user_priv_test.cc │ │ ├── util.h │ │ ├── variance_test.cc │ │ ├── video_source.h │ │ ├── vp8_boolcoder_test.cc │ │ ├── vp8_datarate_test.cc │ │ ├── vp8_decrypt_test.cc │ │ ├── vp8_denoiser_sse2_test.cc │ │ ├── vp8_fdct4x4_test.cc │ │ ├── vp8_fragments_test.cc │ │ ├── vp8_multi_resolution_encoder.sh │ │ ├── vp9_arf_freq_test.cc │ │ ├── vp9_block_error_test.cc │ │ ├── vp9_boolcoder_test.cc │ │ ├── vp9_datarate_test.cc │ │ ├── vp9_decrypt_test.cc │ │ ├── vp9_denoiser_test.cc │ │ ├── vp9_encoder_parms_get_to_decoder.cc │ │ ├── vp9_end_to_end_test.cc │ │ ├── vp9_ethread_test.cc │ │ ├── vp9_ext_ratectrl_test.cc │ │ ├── vp9_intrapred_test.cc │ │ ├── vp9_lossless_test.cc │ │ ├── vp9_motion_vector_test.cc │ │ ├── vp9_quantize_test.cc │ │ ├── vp9_scale_test.cc │ │ ├── vp9_skip_loopfilter_test.cc │ │ ├── vp9_subtract_test.cc │ │ ├── vp9_thread_test.cc │ │ ├── vpx_scale_test.cc │ │ ├── vpx_scale_test.h │ │ ├── vpx_temporal_svc_encoder.sh │ │ ├── vpxdec.sh │ │ ├── vpxenc.sh │ │ ├── webm_video_source.h │ │ ├── y4m_test.cc │ │ ├── y4m_video_source.h │ │ ├── yuv_temporal_filter_test.cc │ │ └── yuv_video_source.h │ │ ├── third_party │ │ ├── googletest │ │ │ ├── README.libvpx │ │ │ ├── gtest.mk │ │ │ └── src │ │ │ │ ├── CONTRIBUTORS │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── include │ │ │ │ └── gtest │ │ │ │ │ ├── gtest-death-test.h │ │ │ │ │ ├── gtest-matchers.h │ │ │ │ │ ├── gtest-message.h │ │ │ │ │ ├── gtest-param-test.h │ │ │ │ │ ├── gtest-printers.h │ │ │ │ │ ├── gtest-spi.h │ │ │ │ │ ├── gtest-test-part.h │ │ │ │ │ ├── gtest-typed-test.h │ │ │ │ │ ├── gtest.h │ │ │ │ │ ├── gtest_pred_impl.h │ │ │ │ │ ├── gtest_prod.h │ │ │ │ │ └── internal │ │ │ │ │ ├── custom │ │ │ │ │ ├── README.md │ │ │ │ │ ├── gtest-port.h │ │ │ │ │ ├── gtest-printers.h │ │ │ │ │ └── gtest.h │ │ │ │ │ ├── gtest-death-test-internal.h │ │ │ │ │ ├── gtest-filepath.h │ │ │ │ │ ├── gtest-internal.h │ │ │ │ │ ├── gtest-param-util.h │ │ │ │ │ ├── gtest-port-arch.h │ │ │ │ │ ├── gtest-port.h │ │ │ │ │ ├── gtest-string.h │ │ │ │ │ └── gtest-type-util.h │ │ │ │ └── src │ │ │ │ ├── gtest-all.cc │ │ │ │ ├── gtest-death-test.cc │ │ │ │ ├── gtest-filepath.cc │ │ │ │ ├── gtest-internal-inl.h │ │ │ │ ├── gtest-matchers.cc │ │ │ │ ├── gtest-port.cc │ │ │ │ ├── gtest-printers.cc │ │ │ │ ├── gtest-test-part.cc │ │ │ │ ├── gtest-typed-test.cc │ │ │ │ ├── gtest.cc │ │ │ │ └── gtest_main.cc │ │ ├── libwebm │ │ │ ├── AUTHORS.TXT │ │ │ ├── Android.mk │ │ │ ├── LICENSE.TXT │ │ │ ├── PATENTS.TXT │ │ │ ├── README.libvpx │ │ │ ├── common │ │ │ │ ├── file_util.cc │ │ │ │ ├── file_util.h │ │ │ │ ├── hdr_util.cc │ │ │ │ ├── hdr_util.h │ │ │ │ └── webmids.h │ │ │ ├── mkvmuxer │ │ │ │ ├── mkvmuxer.cc │ │ │ │ ├── mkvmuxer.h │ │ │ │ ├── mkvmuxertypes.h │ │ │ │ ├── mkvmuxerutil.cc │ │ │ │ ├── mkvmuxerutil.h │ │ │ │ ├── mkvwriter.cc │ │ │ │ └── mkvwriter.h │ │ │ └── mkvparser │ │ │ │ ├── mkvparser.cc │ │ │ │ ├── mkvparser.h │ │ │ │ ├── mkvreader.cc │ │ │ │ └── mkvreader.h │ │ ├── libyuv │ │ │ ├── LICENSE │ │ │ ├── README.libvpx │ │ │ ├── include │ │ │ │ └── libyuv │ │ │ │ │ ├── basic_types.h │ │ │ │ │ ├── compare.h │ │ │ │ │ ├── convert.h │ │ │ │ │ ├── convert_argb.h │ │ │ │ │ ├── convert_from.h │ │ │ │ │ ├── convert_from_argb.h │ │ │ │ │ ├── cpu_id.h │ │ │ │ │ ├── macros_msa.h │ │ │ │ │ ├── mjpeg_decoder.h │ │ │ │ │ ├── planar_functions.h │ │ │ │ │ ├── rotate.h │ │ │ │ │ ├── rotate_argb.h │ │ │ │ │ ├── rotate_row.h │ │ │ │ │ ├── row.h │ │ │ │ │ ├── scale.h │ │ │ │ │ ├── scale_argb.h │ │ │ │ │ ├── scale_row.h │ │ │ │ │ ├── version.h │ │ │ │ │ └── video_common.h │ │ │ └── source │ │ │ │ ├── compare.cc │ │ │ │ ├── compare_common.cc │ │ │ │ ├── compare_gcc.cc │ │ │ │ ├── compare_msa.cc │ │ │ │ ├── compare_neon.cc │ │ │ │ ├── compare_neon64.cc │ │ │ │ ├── compare_win.cc │ │ │ │ ├── convert.cc │ │ │ │ ├── convert_argb.cc │ │ │ │ ├── convert_from.cc │ │ │ │ ├── convert_from_argb.cc │ │ │ │ ├── convert_jpeg.cc │ │ │ │ ├── convert_to_argb.cc │ │ │ │ ├── convert_to_i420.cc │ │ │ │ ├── cpu_id.cc │ │ │ │ ├── mjpeg_decoder.cc │ │ │ │ ├── mjpeg_validate.cc │ │ │ │ ├── planar_functions.cc │ │ │ │ ├── rotate.cc │ │ │ │ ├── rotate_any.cc │ │ │ │ ├── rotate_argb.cc │ │ │ │ ├── rotate_common.cc │ │ │ │ ├── rotate_gcc.cc │ │ │ │ ├── rotate_msa.cc │ │ │ │ ├── rotate_neon.cc │ │ │ │ ├── rotate_neon64.cc │ │ │ │ ├── rotate_win.cc │ │ │ │ ├── row_any.cc │ │ │ │ ├── row_common.cc │ │ │ │ ├── row_gcc.cc │ │ │ │ ├── row_msa.cc │ │ │ │ ├── row_neon.cc │ │ │ │ ├── row_neon64.cc │ │ │ │ ├── row_win.cc │ │ │ │ ├── scale.cc │ │ │ │ ├── scale_any.cc │ │ │ │ ├── scale_argb.cc │ │ │ │ ├── scale_common.cc │ │ │ │ ├── scale_gcc.cc │ │ │ │ ├── scale_msa.cc │ │ │ │ ├── scale_neon.cc │ │ │ │ ├── scale_neon64.cc │ │ │ │ ├── scale_win.cc │ │ │ │ └── video_common.cc │ │ └── x86inc │ │ │ ├── LICENSE │ │ │ ├── README.libvpx │ │ │ └── x86inc.asm │ │ ├── tools.mk │ │ ├── tools │ │ ├── 3D-Reconstruction │ │ │ ├── MotionEST │ │ │ │ ├── Anandan.py │ │ │ │ ├── Exhaust.py │ │ │ │ ├── GroundTruth.py │ │ │ │ ├── HornSchunck.py │ │ │ │ ├── MotionEST.py │ │ │ │ ├── SearchSmooth.py │ │ │ │ └── Util.py │ │ │ ├── genY4M │ │ │ │ └── genY4M.py │ │ │ └── sketch_3D_reconstruction │ │ │ │ ├── BVH.pde │ │ │ │ ├── Camera.pde │ │ │ │ ├── MotionField.pde │ │ │ │ ├── PointCloud.pde │ │ │ │ ├── Ray_Tracing.pde │ │ │ │ ├── Scene.pde │ │ │ │ ├── Transform.pde │ │ │ │ ├── Util.pde │ │ │ │ └── sketch_3D_reconstruction.pde │ │ ├── cpplint.py │ │ ├── diff.py │ │ ├── gen_authors.sh │ │ ├── intersect-diffs.py │ │ ├── lint-hunks.py │ │ ├── non_greedy_mv │ │ │ └── non_greedy_mv.py │ │ ├── set_analyzer_env.sh │ │ ├── tiny_ssim.c │ │ └── wrap-commit-msg.py │ │ ├── tools_common.c │ │ ├── tools_common.h │ │ ├── usage.dox │ │ ├── usage_cx.dox │ │ ├── usage_dx.dox │ │ ├── video_common.h │ │ ├── video_reader.c │ │ ├── video_reader.h │ │ ├── video_writer.c │ │ ├── video_writer.h │ │ ├── vp8 │ │ ├── common │ │ │ ├── alloccommon.c │ │ │ ├── alloccommon.h │ │ │ ├── arm │ │ │ │ ├── loopfilter_arm.c │ │ │ │ ├── loopfilter_arm.h │ │ │ │ └── neon │ │ │ │ │ ├── bilinearpredict_neon.c │ │ │ │ │ ├── copymem_neon.c │ │ │ │ │ ├── dc_only_idct_add_neon.c │ │ │ │ │ ├── dequant_idct_neon.c │ │ │ │ │ ├── dequantizeb_neon.c │ │ │ │ │ ├── idct_blk_neon.c │ │ │ │ │ ├── iwalsh_neon.c │ │ │ │ │ ├── loopfiltersimplehorizontaledge_neon.c │ │ │ │ │ ├── loopfiltersimpleverticaledge_neon.c │ │ │ │ │ ├── mbloopfilter_neon.c │ │ │ │ │ ├── shortidct4x4llm_neon.c │ │ │ │ │ ├── sixtappredict_neon.c │ │ │ │ │ └── vp8_loopfilter_neon.c │ │ │ ├── blockd.c │ │ │ ├── blockd.h │ │ │ ├── coefupdateprobs.h │ │ │ ├── common.h │ │ │ ├── context.c │ │ │ ├── debugmodes.c │ │ │ ├── default_coef_probs.h │ │ │ ├── dequantize.c │ │ │ ├── entropy.c │ │ │ ├── entropy.h │ │ │ ├── entropymode.c │ │ │ ├── entropymode.h │ │ │ ├── entropymv.c │ │ │ ├── entropymv.h │ │ │ ├── extend.c │ │ │ ├── extend.h │ │ │ ├── filter.c │ │ │ ├── filter.h │ │ │ ├── findnearmv.c │ │ │ ├── findnearmv.h │ │ │ ├── generic │ │ │ │ └── systemdependent.c │ │ │ ├── header.h │ │ │ ├── idct_blk.c │ │ │ ├── idctllm.c │ │ │ ├── invtrans.h │ │ │ ├── loopfilter.h │ │ │ ├── loopfilter_filters.c │ │ │ ├── mbpitch.c │ │ │ ├── mfqe.c │ │ │ ├── mips │ │ │ │ ├── dspr2 │ │ │ │ │ ├── dequantize_dspr2.c │ │ │ │ │ ├── filter_dspr2.c │ │ │ │ │ ├── idct_blk_dspr2.c │ │ │ │ │ ├── idctllm_dspr2.c │ │ │ │ │ ├── reconinter_dspr2.c │ │ │ │ │ └── vp8_loopfilter_filters_dspr2.c │ │ │ │ ├── mmi │ │ │ │ │ ├── copymem_mmi.c │ │ │ │ │ ├── dequantize_mmi.c │ │ │ │ │ ├── idct_blk_mmi.c │ │ │ │ │ ├── idctllm_mmi.c │ │ │ │ │ ├── loopfilter_filters_mmi.c │ │ │ │ │ └── sixtap_filter_mmi.c │ │ │ │ └── msa │ │ │ │ │ ├── bilinear_filter_msa.c │ │ │ │ │ ├── copymem_msa.c │ │ │ │ │ ├── idct_msa.c │ │ │ │ │ ├── loopfilter_filters_msa.c │ │ │ │ │ ├── mfqe_msa.c │ │ │ │ │ ├── sixtap_filter_msa.c │ │ │ │ │ └── vp8_macros_msa.h │ │ │ ├── modecont.c │ │ │ ├── modecont.h │ │ │ ├── mv.h │ │ │ ├── onyx.h │ │ │ ├── onyxc_int.h │ │ │ ├── onyxd.h │ │ │ ├── postproc.c │ │ │ ├── postproc.h │ │ │ ├── ppflags.h │ │ │ ├── quant_common.c │ │ │ ├── quant_common.h │ │ │ ├── reconinter.c │ │ │ ├── reconinter.h │ │ │ ├── reconintra.c │ │ │ ├── reconintra.h │ │ │ ├── reconintra4x4.c │ │ │ ├── reconintra4x4.h │ │ │ ├── rtcd.c │ │ │ ├── rtcd_defs.pl │ │ │ ├── setupintrarecon.c │ │ │ ├── setupintrarecon.h │ │ │ ├── swapyv12buffer.c │ │ │ ├── swapyv12buffer.h │ │ │ ├── systemdependent.h │ │ │ ├── threading.h │ │ │ ├── treecoder.c │ │ │ ├── treecoder.h │ │ │ ├── vp8_entropymodedata.h │ │ │ ├── vp8_loopfilter.c │ │ │ ├── vp8_skin_detection.c │ │ │ ├── vp8_skin_detection.h │ │ │ └── x86 │ │ │ │ ├── bilinear_filter_sse2.c │ │ │ │ ├── dequantize_mmx.asm │ │ │ │ ├── idct_blk_mmx.c │ │ │ │ ├── idct_blk_sse2.c │ │ │ │ ├── idctllm_mmx.asm │ │ │ │ ├── idctllm_sse2.asm │ │ │ │ ├── iwalsh_sse2.asm │ │ │ │ ├── loopfilter_block_sse2_x86_64.asm │ │ │ │ ├── loopfilter_sse2.asm │ │ │ │ ├── loopfilter_x86.c │ │ │ │ ├── mfqe_sse2.asm │ │ │ │ ├── recon_mmx.asm │ │ │ │ ├── recon_sse2.asm │ │ │ │ ├── subpixel_mmx.asm │ │ │ │ ├── subpixel_sse2.asm │ │ │ │ ├── subpixel_ssse3.asm │ │ │ │ └── vp8_asm_stubs.c │ │ ├── decoder │ │ │ ├── dboolhuff.c │ │ │ ├── dboolhuff.h │ │ │ ├── decodeframe.c │ │ │ ├── decodemv.c │ │ │ ├── decodemv.h │ │ │ ├── decoderthreading.h │ │ │ ├── detokenize.c │ │ │ ├── detokenize.h │ │ │ ├── ec_types.h │ │ │ ├── error_concealment.c │ │ │ ├── error_concealment.h │ │ │ ├── onyxd_if.c │ │ │ ├── onyxd_int.h │ │ │ ├── threading.c │ │ │ └── treereader.h │ │ ├── encoder │ │ │ ├── arm │ │ │ │ └── neon │ │ │ │ │ ├── denoising_neon.c │ │ │ │ │ ├── fastquantizeb_neon.c │ │ │ │ │ ├── shortfdct_neon.c │ │ │ │ │ └── vp8_shortwalsh4x4_neon.c │ │ │ ├── bitstream.c │ │ │ ├── bitstream.h │ │ │ ├── block.h │ │ │ ├── boolhuff.c │ │ │ ├── boolhuff.h │ │ │ ├── copy_c.c │ │ │ ├── dct.c │ │ │ ├── dct_value_cost.h │ │ │ ├── dct_value_tokens.h │ │ │ ├── defaultcoefcounts.h │ │ │ ├── denoising.c │ │ │ ├── denoising.h │ │ │ ├── encodeframe.c │ │ │ ├── encodeframe.h │ │ │ ├── encodeintra.c │ │ │ ├── encodeintra.h │ │ │ ├── encodemb.c │ │ │ ├── encodemb.h │ │ │ ├── encodemv.c │ │ │ ├── encodemv.h │ │ │ ├── ethreading.c │ │ │ ├── ethreading.h │ │ │ ├── firstpass.c │ │ │ ├── firstpass.h │ │ │ ├── lookahead.c │ │ │ ├── lookahead.h │ │ │ ├── mcomp.c │ │ │ ├── mcomp.h │ │ │ ├── mips │ │ │ │ ├── mmi │ │ │ │ │ ├── dct_mmi.c │ │ │ │ │ └── vp8_quantize_mmi.c │ │ │ │ └── msa │ │ │ │ │ ├── dct_msa.c │ │ │ │ │ ├── denoising_msa.c │ │ │ │ │ ├── encodeopt_msa.c │ │ │ │ │ ├── quantize_msa.c │ │ │ │ │ └── temporal_filter_msa.c │ │ │ ├── modecosts.c │ │ │ ├── modecosts.h │ │ │ ├── mr_dissim.c │ │ │ ├── mr_dissim.h │ │ │ ├── onyx_if.c │ │ │ ├── onyx_int.h │ │ │ ├── pickinter.c │ │ │ ├── pickinter.h │ │ │ ├── picklpf.c │ │ │ ├── picklpf.h │ │ │ ├── quantize.h │ │ │ ├── ratectrl.c │ │ │ ├── ratectrl.h │ │ │ ├── rdopt.c │ │ │ ├── rdopt.h │ │ │ ├── segmentation.c │ │ │ ├── segmentation.h │ │ │ ├── temporal_filter.c │ │ │ ├── temporal_filter.h │ │ │ ├── tokenize.c │ │ │ ├── tokenize.h │ │ │ ├── treewriter.c │ │ │ ├── treewriter.h │ │ │ ├── vp8_quantize.c │ │ │ └── x86 │ │ │ │ ├── block_error_sse2.asm │ │ │ │ ├── copy_sse2.asm │ │ │ │ ├── copy_sse3.asm │ │ │ │ ├── dct_sse2.asm │ │ │ │ ├── denoising_sse2.c │ │ │ │ ├── fwalsh_sse2.asm │ │ │ │ ├── quantize_sse4.c │ │ │ │ ├── temporal_filter_apply_sse2.asm │ │ │ │ ├── vp8_enc_stubs_sse2.c │ │ │ │ ├── vp8_quantize_sse2.c │ │ │ │ └── vp8_quantize_ssse3.c │ │ ├── exports_dec │ │ ├── exports_enc │ │ ├── vp8_common.mk │ │ ├── vp8_cx_iface.c │ │ ├── vp8_dx_iface.c │ │ ├── vp8cx.mk │ │ └── vp8dx.mk │ │ ├── vp9 │ │ ├── common │ │ │ ├── arm │ │ │ │ └── neon │ │ │ │ │ ├── vp9_highbd_iht16x16_add_neon.c │ │ │ │ │ ├── vp9_highbd_iht4x4_add_neon.c │ │ │ │ │ ├── vp9_highbd_iht8x8_add_neon.c │ │ │ │ │ ├── vp9_iht16x16_add_neon.c │ │ │ │ │ ├── vp9_iht4x4_add_neon.c │ │ │ │ │ ├── vp9_iht8x8_add_neon.c │ │ │ │ │ └── vp9_iht_neon.h │ │ │ ├── mips │ │ │ │ ├── dspr2 │ │ │ │ │ ├── vp9_itrans16_dspr2.c │ │ │ │ │ ├── vp9_itrans4_dspr2.c │ │ │ │ │ └── vp9_itrans8_dspr2.c │ │ │ │ └── msa │ │ │ │ │ ├── vp9_idct16x16_msa.c │ │ │ │ │ ├── vp9_idct4x4_msa.c │ │ │ │ │ ├── vp9_idct8x8_msa.c │ │ │ │ │ └── vp9_mfqe_msa.c │ │ │ ├── ppc │ │ │ │ └── vp9_idct_vsx.c │ │ │ ├── vp9_alloccommon.c │ │ │ ├── vp9_alloccommon.h │ │ │ ├── vp9_blockd.c │ │ │ ├── vp9_blockd.h │ │ │ ├── vp9_common.h │ │ │ ├── vp9_common_data.c │ │ │ ├── vp9_common_data.h │ │ │ ├── vp9_debugmodes.c │ │ │ ├── vp9_entropy.c │ │ │ ├── vp9_entropy.h │ │ │ ├── vp9_entropymode.c │ │ │ ├── vp9_entropymode.h │ │ │ ├── vp9_entropymv.c │ │ │ ├── vp9_entropymv.h │ │ │ ├── vp9_enums.h │ │ │ ├── vp9_filter.c │ │ │ ├── vp9_filter.h │ │ │ ├── vp9_frame_buffers.c │ │ │ ├── vp9_frame_buffers.h │ │ │ ├── vp9_idct.c │ │ │ ├── vp9_idct.h │ │ │ ├── vp9_loopfilter.c │ │ │ ├── vp9_loopfilter.h │ │ │ ├── vp9_mfqe.c │ │ │ ├── vp9_mfqe.h │ │ │ ├── vp9_mv.h │ │ │ ├── vp9_mvref_common.c │ │ │ ├── vp9_mvref_common.h │ │ │ ├── vp9_onyxc_int.h │ │ │ ├── vp9_postproc.c │ │ │ ├── vp9_postproc.h │ │ │ ├── vp9_ppflags.h │ │ │ ├── vp9_pred_common.c │ │ │ ├── vp9_pred_common.h │ │ │ ├── vp9_quant_common.c │ │ │ ├── vp9_quant_common.h │ │ │ ├── vp9_reconinter.c │ │ │ ├── vp9_reconinter.h │ │ │ ├── vp9_reconintra.c │ │ │ ├── vp9_reconintra.h │ │ │ ├── vp9_rtcd.c │ │ │ ├── vp9_rtcd_defs.pl │ │ │ ├── vp9_scale.c │ │ │ ├── vp9_scale.h │ │ │ ├── vp9_scan.c │ │ │ ├── vp9_scan.h │ │ │ ├── vp9_seg_common.c │ │ │ ├── vp9_seg_common.h │ │ │ ├── vp9_thread_common.c │ │ │ ├── vp9_thread_common.h │ │ │ ├── vp9_tile_common.c │ │ │ ├── vp9_tile_common.h │ │ │ └── x86 │ │ │ │ ├── vp9_highbd_iht16x16_add_sse4.c │ │ │ │ ├── vp9_highbd_iht4x4_add_sse4.c │ │ │ │ ├── vp9_highbd_iht8x8_add_sse4.c │ │ │ │ ├── vp9_idct_intrin_sse2.c │ │ │ │ └── vp9_mfqe_sse2.asm │ │ ├── decoder │ │ │ ├── vp9_decodeframe.c │ │ │ ├── vp9_decodeframe.h │ │ │ ├── vp9_decodemv.c │ │ │ ├── vp9_decodemv.h │ │ │ ├── vp9_decoder.c │ │ │ ├── vp9_decoder.h │ │ │ ├── vp9_detokenize.c │ │ │ ├── vp9_detokenize.h │ │ │ ├── vp9_dsubexp.c │ │ │ ├── vp9_dsubexp.h │ │ │ ├── vp9_job_queue.c │ │ │ └── vp9_job_queue.h │ │ ├── encoder │ │ │ ├── arm │ │ │ │ └── neon │ │ │ │ │ ├── vp9_denoiser_neon.c │ │ │ │ │ ├── vp9_error_neon.c │ │ │ │ │ ├── vp9_frame_scale_neon.c │ │ │ │ │ └── vp9_quantize_neon.c │ │ │ ├── mips │ │ │ │ └── msa │ │ │ │ │ ├── vp9_error_msa.c │ │ │ │ │ ├── vp9_fdct16x16_msa.c │ │ │ │ │ ├── vp9_fdct4x4_msa.c │ │ │ │ │ ├── vp9_fdct8x8_msa.c │ │ │ │ │ └── vp9_fdct_msa.h │ │ │ ├── ppc │ │ │ │ └── vp9_quantize_vsx.c │ │ │ ├── vp9_alt_ref_aq.c │ │ │ ├── vp9_alt_ref_aq.h │ │ │ ├── vp9_aq_360.c │ │ │ ├── vp9_aq_360.h │ │ │ ├── vp9_aq_complexity.c │ │ │ ├── vp9_aq_complexity.h │ │ │ ├── vp9_aq_cyclicrefresh.c │ │ │ ├── vp9_aq_cyclicrefresh.h │ │ │ ├── vp9_aq_variance.c │ │ │ ├── vp9_aq_variance.h │ │ │ ├── vp9_bitstream.c │ │ │ ├── vp9_bitstream.h │ │ │ ├── vp9_block.h │ │ │ ├── vp9_blockiness.c │ │ │ ├── vp9_blockiness.h │ │ │ ├── vp9_context_tree.c │ │ │ ├── vp9_context_tree.h │ │ │ ├── vp9_cost.c │ │ │ ├── vp9_cost.h │ │ │ ├── vp9_dct.c │ │ │ ├── vp9_denoiser.c │ │ │ ├── vp9_denoiser.h │ │ │ ├── vp9_encodeframe.c │ │ │ ├── vp9_encodeframe.h │ │ │ ├── vp9_encodemb.c │ │ │ ├── vp9_encodemb.h │ │ │ ├── vp9_encodemv.c │ │ │ ├── vp9_encodemv.h │ │ │ ├── vp9_encoder.c │ │ │ ├── vp9_encoder.h │ │ │ ├── vp9_ethread.c │ │ │ ├── vp9_ethread.h │ │ │ ├── vp9_ext_ratectrl.c │ │ │ ├── vp9_ext_ratectrl.h │ │ │ ├── vp9_extend.c │ │ │ ├── vp9_extend.h │ │ │ ├── vp9_firstpass.c │ │ │ ├── vp9_firstpass.h │ │ │ ├── vp9_frame_scale.c │ │ │ ├── vp9_job_queue.h │ │ │ ├── vp9_lookahead.c │ │ │ ├── vp9_lookahead.h │ │ │ ├── vp9_mbgraph.c │ │ │ ├── vp9_mbgraph.h │ │ │ ├── vp9_mcomp.c │ │ │ ├── vp9_mcomp.h │ │ │ ├── vp9_multi_thread.c │ │ │ ├── vp9_multi_thread.h │ │ │ ├── vp9_noise_estimate.c │ │ │ ├── vp9_noise_estimate.h │ │ │ ├── vp9_non_greedy_mv.c │ │ │ ├── vp9_non_greedy_mv.h │ │ │ ├── vp9_partition_models.h │ │ │ ├── vp9_picklpf.c │ │ │ ├── vp9_picklpf.h │ │ │ ├── vp9_pickmode.c │ │ │ ├── vp9_pickmode.h │ │ │ ├── vp9_quantize.c │ │ │ ├── vp9_quantize.h │ │ │ ├── vp9_ratectrl.c │ │ │ ├── vp9_ratectrl.h │ │ │ ├── vp9_rd.c │ │ │ ├── vp9_rd.h │ │ │ ├── vp9_rdopt.c │ │ │ ├── vp9_rdopt.h │ │ │ ├── vp9_resize.c │ │ │ ├── vp9_resize.h │ │ │ ├── vp9_segmentation.c │ │ │ ├── vp9_segmentation.h │ │ │ ├── vp9_skin_detection.c │ │ │ ├── vp9_skin_detection.h │ │ │ ├── vp9_speed_features.c │ │ │ ├── vp9_speed_features.h │ │ │ ├── vp9_subexp.c │ │ │ ├── vp9_subexp.h │ │ │ ├── vp9_svc_layercontext.c │ │ │ ├── vp9_svc_layercontext.h │ │ │ ├── vp9_temporal_filter.c │ │ │ ├── vp9_temporal_filter.h │ │ │ ├── vp9_tokenize.c │ │ │ ├── vp9_tokenize.h │ │ │ ├── vp9_treewriter.c │ │ │ ├── vp9_treewriter.h │ │ │ └── x86 │ │ │ │ ├── highbd_temporal_filter_sse4.c │ │ │ │ ├── temporal_filter_constants.h │ │ │ │ ├── temporal_filter_sse4.c │ │ │ │ ├── vp9_dct_intrin_sse2.c │ │ │ │ ├── vp9_dct_sse2.asm │ │ │ │ ├── vp9_denoiser_sse2.c │ │ │ │ ├── vp9_diamond_search_sad_avx.c │ │ │ │ ├── vp9_error_avx2.c │ │ │ │ ├── vp9_error_sse2.asm │ │ │ │ ├── vp9_frame_scale_ssse3.c │ │ │ │ ├── vp9_highbd_block_error_intrin_sse2.c │ │ │ │ ├── vp9_quantize_avx2.c │ │ │ │ ├── vp9_quantize_sse2.c │ │ │ │ └── vp9_quantize_ssse3_x86_64.asm │ │ ├── exports_dec │ │ ├── exports_enc │ │ ├── ratectrl_rtc.cc │ │ ├── ratectrl_rtc.h │ │ ├── simple_encode.cc │ │ ├── simple_encode.h │ │ ├── vp9_common.mk │ │ ├── vp9_cx_iface.c │ │ ├── vp9_cx_iface.h │ │ ├── vp9_dx_iface.c │ │ ├── vp9_dx_iface.h │ │ ├── vp9_iface_common.c │ │ ├── vp9_iface_common.h │ │ ├── vp9cx.mk │ │ └── vp9dx.mk │ │ ├── vpx │ │ ├── exports_com │ │ ├── exports_dec │ │ ├── exports_enc │ │ ├── internal │ │ │ └── vpx_codec_internal.h │ │ ├── src │ │ │ ├── vpx_codec.c │ │ │ ├── vpx_decoder.c │ │ │ ├── vpx_encoder.c │ │ │ └── vpx_image.c │ │ ├── vp8.h │ │ ├── vp8cx.h │ │ ├── vp8dx.h │ │ ├── vpx_codec.h │ │ ├── vpx_codec.mk │ │ ├── vpx_decoder.h │ │ ├── vpx_encoder.h │ │ ├── vpx_ext_ratectrl.h │ │ ├── vpx_frame_buffer.h │ │ ├── vpx_image.h │ │ └── vpx_integer.h │ │ ├── vpx_dsp │ │ ├── add_noise.c │ │ ├── arm │ │ │ ├── avg_neon.c │ │ │ ├── avg_pred_neon.c │ │ │ ├── deblock_neon.c │ │ │ ├── fdct16x16_neon.c │ │ │ ├── fdct32x32_neon.c │ │ │ ├── fdct_neon.c │ │ │ ├── fdct_partial_neon.c │ │ │ ├── fwd_txfm_neon.c │ │ │ ├── hadamard_neon.c │ │ │ ├── highbd_idct16x16_add_neon.c │ │ │ ├── highbd_idct32x32_1024_add_neon.c │ │ │ ├── highbd_idct32x32_135_add_neon.c │ │ │ ├── highbd_idct32x32_34_add_neon.c │ │ │ ├── highbd_idct32x32_add_neon.c │ │ │ ├── highbd_idct4x4_add_neon.c │ │ │ ├── highbd_idct8x8_add_neon.c │ │ │ ├── highbd_idct_neon.h │ │ │ ├── highbd_intrapred_neon.c │ │ │ ├── highbd_loopfilter_neon.c │ │ │ ├── highbd_vpx_convolve8_neon.c │ │ │ ├── highbd_vpx_convolve_avg_neon.c │ │ │ ├── highbd_vpx_convolve_copy_neon.c │ │ │ ├── highbd_vpx_convolve_neon.c │ │ │ ├── idct16x16_1_add_neon.c │ │ │ ├── idct16x16_add_neon.c │ │ │ ├── idct32x32_135_add_neon.c │ │ │ ├── idct32x32_1_add_neon.c │ │ │ ├── idct32x32_34_add_neon.c │ │ │ ├── idct32x32_add_neon.c │ │ │ ├── idct4x4_1_add_neon.asm │ │ │ ├── idct4x4_1_add_neon.c │ │ │ ├── idct4x4_add_neon.asm │ │ │ ├── idct4x4_add_neon.c │ │ │ ├── idct8x8_1_add_neon.c │ │ │ ├── idct8x8_add_neon.c │ │ │ ├── idct_neon.asm │ │ │ ├── idct_neon.h │ │ │ ├── intrapred_neon.c │ │ │ ├── intrapred_neon_asm.asm │ │ │ ├── loopfilter_16_neon.asm │ │ │ ├── loopfilter_4_neon.asm │ │ │ ├── loopfilter_8_neon.asm │ │ │ ├── loopfilter_neon.c │ │ │ ├── mem_neon.h │ │ │ ├── quantize_neon.c │ │ │ ├── sad4d_neon.c │ │ │ ├── sad_neon.c │ │ │ ├── save_reg_neon.asm │ │ │ ├── subpel_variance_neon.c │ │ │ ├── subtract_neon.c │ │ │ ├── sum_neon.h │ │ │ ├── sum_squares_neon.c │ │ │ ├── transpose_neon.h │ │ │ ├── variance_neon.c │ │ │ ├── vpx_convolve8_avg_horiz_filter_type1_neon.asm │ │ │ ├── vpx_convolve8_avg_horiz_filter_type2_neon.asm │ │ │ ├── vpx_convolve8_avg_vert_filter_type1_neon.asm │ │ │ ├── vpx_convolve8_avg_vert_filter_type2_neon.asm │ │ │ ├── vpx_convolve8_horiz_filter_type1_neon.asm │ │ │ ├── vpx_convolve8_horiz_filter_type2_neon.asm │ │ │ ├── vpx_convolve8_neon.c │ │ │ ├── vpx_convolve8_neon.h │ │ │ ├── vpx_convolve8_neon_asm.c │ │ │ ├── vpx_convolve8_neon_asm.h │ │ │ ├── vpx_convolve8_vert_filter_type1_neon.asm │ │ │ ├── vpx_convolve8_vert_filter_type2_neon.asm │ │ │ ├── vpx_convolve_avg_neon.c │ │ │ ├── vpx_convolve_avg_neon_asm.asm │ │ │ ├── vpx_convolve_copy_neon.c │ │ │ ├── vpx_convolve_copy_neon_asm.asm │ │ │ ├── vpx_convolve_neon.c │ │ │ └── vpx_scaled_convolve8_neon.c │ │ ├── avg.c │ │ ├── bitreader.c │ │ ├── bitreader.h │ │ ├── bitreader_buffer.c │ │ ├── bitreader_buffer.h │ │ ├── bitwriter.c │ │ ├── bitwriter.h │ │ ├── bitwriter_buffer.c │ │ ├── bitwriter_buffer.h │ │ ├── deblock.c │ │ ├── fastssim.c │ │ ├── fwd_txfm.c │ │ ├── fwd_txfm.h │ │ ├── intrapred.c │ │ ├── inv_txfm.c │ │ ├── inv_txfm.h │ │ ├── loopfilter.c │ │ ├── mips │ │ │ ├── add_noise_msa.c │ │ │ ├── avg_msa.c │ │ │ ├── common_dspr2.c │ │ │ ├── common_dspr2.h │ │ │ ├── convolve2_avg_dspr2.c │ │ │ ├── convolve2_avg_horiz_dspr2.c │ │ │ ├── convolve2_dspr2.c │ │ │ ├── convolve2_horiz_dspr2.c │ │ │ ├── convolve2_vert_dspr2.c │ │ │ ├── convolve8_avg_dspr2.c │ │ │ ├── convolve8_avg_horiz_dspr2.c │ │ │ ├── convolve8_dspr2.c │ │ │ ├── convolve8_horiz_dspr2.c │ │ │ ├── convolve8_vert_dspr2.c │ │ │ ├── convolve_common_dspr2.h │ │ │ ├── deblock_msa.c │ │ │ ├── fwd_dct32x32_msa.c │ │ │ ├── fwd_txfm_msa.c │ │ │ ├── fwd_txfm_msa.h │ │ │ ├── idct16x16_msa.c │ │ │ ├── idct32x32_msa.c │ │ │ ├── idct4x4_msa.c │ │ │ ├── idct8x8_msa.c │ │ │ ├── intrapred16_dspr2.c │ │ │ ├── intrapred4_dspr2.c │ │ │ ├── intrapred8_dspr2.c │ │ │ ├── intrapred_msa.c │ │ │ ├── inv_txfm_dspr2.h │ │ │ ├── inv_txfm_msa.h │ │ │ ├── itrans16_dspr2.c │ │ │ ├── itrans32_cols_dspr2.c │ │ │ ├── itrans32_dspr2.c │ │ │ ├── itrans4_dspr2.c │ │ │ ├── itrans8_dspr2.c │ │ │ ├── loopfilter_16_msa.c │ │ │ ├── loopfilter_4_msa.c │ │ │ ├── loopfilter_8_msa.c │ │ │ ├── loopfilter_filters_dspr2.c │ │ │ ├── loopfilter_filters_dspr2.h │ │ │ ├── loopfilter_macros_dspr2.h │ │ │ ├── loopfilter_masks_dspr2.h │ │ │ ├── loopfilter_mb_dspr2.c │ │ │ ├── loopfilter_mb_horiz_dspr2.c │ │ │ ├── loopfilter_mb_vert_dspr2.c │ │ │ ├── loopfilter_msa.h │ │ │ ├── macros_msa.h │ │ │ ├── sad_mmi.c │ │ │ ├── sad_msa.c │ │ │ ├── sub_pixel_variance_msa.c │ │ │ ├── subtract_mmi.c │ │ │ ├── subtract_msa.c │ │ │ ├── sum_squares_msa.c │ │ │ ├── txfm_macros_msa.h │ │ │ ├── variance_mmi.c │ │ │ ├── variance_msa.c │ │ │ ├── vpx_convolve8_avg_horiz_msa.c │ │ │ ├── vpx_convolve8_avg_msa.c │ │ │ ├── vpx_convolve8_avg_vert_msa.c │ │ │ ├── vpx_convolve8_horiz_msa.c │ │ │ ├── vpx_convolve8_mmi.c │ │ │ ├── vpx_convolve8_msa.c │ │ │ ├── vpx_convolve8_vert_msa.c │ │ │ ├── vpx_convolve_avg_msa.c │ │ │ ├── vpx_convolve_copy_msa.c │ │ │ └── vpx_convolve_msa.h │ │ ├── postproc.h │ │ ├── ppc │ │ │ ├── bitdepth_conversion_vsx.h │ │ │ ├── deblock_vsx.c │ │ │ ├── fdct32x32_vsx.c │ │ │ ├── hadamard_vsx.c │ │ │ ├── intrapred_vsx.c │ │ │ ├── inv_txfm_vsx.c │ │ │ ├── inv_txfm_vsx.h │ │ │ ├── quantize_vsx.c │ │ │ ├── sad_vsx.c │ │ │ ├── subtract_vsx.c │ │ │ ├── transpose_vsx.h │ │ │ ├── txfm_common_vsx.h │ │ │ ├── types_vsx.h │ │ │ ├── variance_vsx.c │ │ │ └── vpx_convolve_vsx.c │ │ ├── prob.c │ │ ├── prob.h │ │ ├── psnr.c │ │ ├── psnr.h │ │ ├── psnrhvs.c │ │ ├── quantize.c │ │ ├── quantize.h │ │ ├── sad.c │ │ ├── skin_detection.c │ │ ├── skin_detection.h │ │ ├── ssim.c │ │ ├── ssim.h │ │ ├── subtract.c │ │ ├── sum_squares.c │ │ ├── txfm_common.h │ │ ├── variance.c │ │ ├── variance.h │ │ ├── vpx_convolve.c │ │ ├── vpx_convolve.h │ │ ├── vpx_dsp.mk │ │ ├── vpx_dsp_common.h │ │ ├── vpx_dsp_rtcd.c │ │ ├── vpx_dsp_rtcd_defs.pl │ │ ├── vpx_filter.h │ │ └── x86 │ │ │ ├── add_noise_sse2.asm │ │ │ ├── avg_intrin_avx2.c │ │ │ ├── avg_intrin_sse2.c │ │ │ ├── avg_pred_sse2.c │ │ │ ├── avg_ssse3_x86_64.asm │ │ │ ├── bitdepth_conversion_avx2.h │ │ │ ├── bitdepth_conversion_sse2.asm │ │ │ ├── bitdepth_conversion_sse2.h │ │ │ ├── convolve.h │ │ │ ├── convolve_avx2.h │ │ │ ├── convolve_sse2.h │ │ │ ├── convolve_ssse3.h │ │ │ ├── deblock_sse2.asm │ │ │ ├── fwd_dct32x32_impl_avx2.h │ │ │ ├── fwd_dct32x32_impl_sse2.h │ │ │ ├── fwd_txfm_avx2.c │ │ │ ├── fwd_txfm_impl_sse2.h │ │ │ ├── fwd_txfm_sse2.c │ │ │ ├── fwd_txfm_sse2.h │ │ │ ├── fwd_txfm_ssse3_x86_64.asm │ │ │ ├── highbd_convolve_avx2.c │ │ │ ├── highbd_idct16x16_add_sse2.c │ │ │ ├── highbd_idct16x16_add_sse4.c │ │ │ ├── highbd_idct32x32_add_sse2.c │ │ │ ├── highbd_idct32x32_add_sse4.c │ │ │ ├── highbd_idct4x4_add_sse2.c │ │ │ ├── highbd_idct4x4_add_sse4.c │ │ │ ├── highbd_idct8x8_add_sse2.c │ │ │ ├── highbd_idct8x8_add_sse4.c │ │ │ ├── highbd_intrapred_intrin_sse2.c │ │ │ ├── highbd_intrapred_intrin_ssse3.c │ │ │ ├── highbd_intrapred_sse2.asm │ │ │ ├── highbd_inv_txfm_sse2.h │ │ │ ├── highbd_inv_txfm_sse4.h │ │ │ ├── highbd_loopfilter_sse2.c │ │ │ ├── highbd_quantize_intrin_sse2.c │ │ │ ├── highbd_sad4d_sse2.asm │ │ │ ├── highbd_sad_sse2.asm │ │ │ ├── highbd_subpel_variance_impl_sse2.asm │ │ │ ├── highbd_variance_impl_sse2.asm │ │ │ ├── highbd_variance_sse2.c │ │ │ ├── intrapred_sse2.asm │ │ │ ├── intrapred_ssse3.asm │ │ │ ├── inv_txfm_sse2.c │ │ │ ├── inv_txfm_sse2.h │ │ │ ├── inv_txfm_ssse3.c │ │ │ ├── inv_txfm_ssse3.h │ │ │ ├── inv_wht_sse2.asm │ │ │ ├── loopfilter_avx2.c │ │ │ ├── loopfilter_sse2.c │ │ │ ├── mem_sse2.h │ │ │ ├── post_proc_sse2.c │ │ │ ├── quantize_avx.c │ │ │ ├── quantize_sse2.c │ │ │ ├── quantize_sse2.h │ │ │ ├── quantize_ssse3.c │ │ │ ├── quantize_ssse3.h │ │ │ ├── sad4d_avx2.c │ │ │ ├── sad4d_avx512.c │ │ │ ├── sad4d_sse2.asm │ │ │ ├── sad_avx2.c │ │ │ ├── sad_sse2.asm │ │ │ ├── sad_sse3.asm │ │ │ ├── sad_sse4.asm │ │ │ ├── sad_ssse3.asm │ │ │ ├── ssim_opt_x86_64.asm │ │ │ ├── subpel_variance_sse2.asm │ │ │ ├── subtract_sse2.asm │ │ │ ├── sum_squares_sse2.c │ │ │ ├── transpose_sse2.h │ │ │ ├── txfm_common_sse2.h │ │ │ ├── variance_avx2.c │ │ │ ├── variance_sse2.c │ │ │ ├── vpx_convolve_copy_sse2.asm │ │ │ ├── vpx_high_subpixel_8t_sse2.asm │ │ │ ├── vpx_high_subpixel_bilinear_sse2.asm │ │ │ ├── vpx_subpixel_4t_intrin_sse2.c │ │ │ ├── vpx_subpixel_8t_intrin_avx2.c │ │ │ ├── vpx_subpixel_8t_intrin_ssse3.c │ │ │ ├── vpx_subpixel_8t_sse2.asm │ │ │ ├── vpx_subpixel_8t_ssse3.asm │ │ │ ├── vpx_subpixel_bilinear_sse2.asm │ │ │ └── vpx_subpixel_bilinear_ssse3.asm │ │ ├── vpx_mem │ │ ├── include │ │ │ └── vpx_mem_intrnl.h │ │ ├── vpx_mem.c │ │ ├── vpx_mem.h │ │ └── vpx_mem.mk │ │ ├── vpx_ports │ │ ├── arm.h │ │ ├── arm_cpudetect.c │ │ ├── asmdefs_mmi.h │ │ ├── bitops.h │ │ ├── compiler_attributes.h │ │ ├── emmintrin_compat.h │ │ ├── emms_mmx.asm │ │ ├── emms_mmx.c │ │ ├── float_control_word.asm │ │ ├── mem.h │ │ ├── mem_ops.h │ │ ├── mem_ops_aligned.h │ │ ├── mips.h │ │ ├── mips_cpudetect.c │ │ ├── msvc.h │ │ ├── ppc.h │ │ ├── ppc_cpudetect.c │ │ ├── static_assert.h │ │ ├── system_state.h │ │ ├── vpx_once.h │ │ ├── vpx_ports.mk │ │ ├── vpx_timer.h │ │ ├── x86.h │ │ └── x86_abi_support.asm │ │ ├── vpx_scale │ │ ├── generic │ │ │ ├── gen_scalers.c │ │ │ ├── vpx_scale.c │ │ │ ├── yv12config.c │ │ │ └── yv12extend.c │ │ ├── mips │ │ │ └── dspr2 │ │ │ │ └── yv12extend_dspr2.c │ │ ├── vpx_scale.h │ │ ├── vpx_scale.mk │ │ ├── vpx_scale_rtcd.c │ │ ├── vpx_scale_rtcd.pl │ │ └── yv12config.h │ │ ├── vpx_util │ │ ├── endian_inl.h │ │ ├── vpx_atomics.h │ │ ├── vpx_debug_util.c │ │ ├── vpx_debug_util.h │ │ ├── vpx_thread.c │ │ ├── vpx_thread.h │ │ ├── vpx_timestamp.h │ │ ├── vpx_util.mk │ │ ├── vpx_write_yuv_frame.c │ │ └── vpx_write_yuv_frame.h │ │ ├── vpxdec.c │ │ ├── vpxenc.c │ │ ├── vpxenc.h │ │ ├── vpxstats.c │ │ ├── vpxstats.h │ │ ├── warnings.c │ │ ├── warnings.h │ │ ├── webmdec.cc │ │ ├── webmdec.h │ │ ├── webmenc.cc │ │ ├── webmenc.h │ │ ├── y4menc.c │ │ ├── y4menc.h │ │ ├── y4minput.c │ │ └── y4minput.h ├── libwebp │ ├── libwebp-master.zip │ ├── libwebp.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── libwebp.xcscheme │ └── libwebp │ │ ├── Info.plist │ │ ├── build-cmake.sh │ │ ├── build.sh │ │ └── libwebp.h ├── openssl │ ├── OpenSSLEncryption.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── OpenSSLEncryption.xcscheme │ └── OpenSSLEncryption │ │ ├── Info.plist │ │ ├── OpenSSLEncryption.h │ │ ├── build.sh │ │ └── patch-conf.diff ├── rnnoise │ ├── rnnoise.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── rnnoise │ │ ├── Info.plist │ │ └── _rnnoise.h ├── tde2e │ ├── tde2e.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── tde2e.xcscheme │ └── tde2e │ │ ├── Info.plist │ │ ├── build.sh │ │ └── tde2e.h └── webrtc │ ├── webrtc.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── webrtc.xcscheme │ └── webrtc │ ├── Info.plist │ ├── build-gn.sh │ ├── build.sh │ └── webrtc.h ├── fastlane └── Fastfile ├── images ├── mas_badge.png └── tg.png ├── packages ├── ApiCredentials │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ApiCredentials.xcscheme │ ├── Package.swift │ └── Sources │ │ └── ApiCredentials │ │ ├── Config.swift │ │ ├── Configuration.swift │ │ └── Signature.swift ├── CAPortal │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── CAPortal │ │ ├── CAPortalLayer.h │ │ └── CAPortalLayer.m ├── CalendarUtils │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── CalendarUtils.xcscheme │ ├── Package.swift │ └── Sources │ │ └── CalendarUtils │ │ ├── CalendarUtils.h │ │ └── CalendarUtils.m ├── CallVideoLayer │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── Animation │ │ └── Animation.swift │ │ ├── CallBackgroundLayer.swift │ │ ├── CallBlobView.swift │ │ ├── CallBlobsLayer.swift │ │ ├── CallScreenShaders.metal │ │ ├── Math.swift │ │ ├── MetalCallVideoView.swift │ │ ├── PrivateCallVideoLayer.swift │ │ └── VideoSource.swift ├── ColorPalette │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ColorPalette.xcscheme │ ├── Package.swift │ └── Sources │ │ └── ColorPalette │ │ ├── ColorPalette.swift │ │ └── PeerNamesColor.swift ├── Colors │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Colors.xcscheme │ ├── Package.swift │ └── Sources │ │ └── Colors │ │ └── Colors.swift ├── CrashHandler │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── CrashHandler.xcscheme │ ├── Package.swift │ └── Sources │ │ └── CrashHandler │ │ └── CrashHandler.swift ├── CurrencyFormat │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── CurrencyFormat │ │ ├── Currency.swift │ │ ├── CurrencyFormat.swift │ │ ├── CurrencyFormatter.swift │ │ ├── CurrencyLocale.swift │ │ └── String.swift ├── DateUtils │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── DateUtils.xcscheme │ ├── Package.swift │ └── Sources │ │ └── DateUtils │ │ ├── DateUtils.h │ │ └── DateUtils.mm ├── DetectSpeech │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ObjcUtils.xcscheme │ ├── Package.swift │ └── Sources │ │ └── DetectSpeech │ │ ├── DetectSpeech.h │ │ └── DetectSpeech.m ├── Dock │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ └── Dock.swift ├── DustLayer │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── DustEffectShaders.metal │ │ ├── DustLayer.swift │ │ ├── loki.metal │ │ └── loki_header.metal ├── EDSunriseSet │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── EDSunriseSet.xcscheme │ ├── Package.swift │ └── Sources │ │ └── EDSunriseSet │ │ ├── EDSunriseSet.h │ │ └── EDSunriseSet.m ├── EmojiSuggestions │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── EmojiSuggestions.xcscheme │ ├── Package.swift │ ├── PublicHeaders │ │ └── EmojiSuggestions │ │ │ └── EmojiSuggestionBridge.h │ └── Sources │ │ ├── EmojiSuggestionBridge.mm │ │ ├── emoji_suggestions.cpp │ │ ├── emoji_suggestions.h │ │ ├── emoji_suggestions_data.cpp │ │ └── emoji_suggestions_data.h ├── FastBlur │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── FastBlur.xcscheme │ ├── Package.swift │ └── Sources │ │ └── FastBlur │ │ ├── FastBlur.h │ │ └── FastBlur.m ├── FetchManager │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── FetchManager │ │ ├── DownloadedMediaStoreManager.swift │ │ ├── FetchManager.swift │ │ ├── FetchManagerImpl.swift │ │ └── PreloadVideoResource.swift ├── FoundationUtils │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── FoundationUtils │ │ └── Tuple.swift ├── GZIP │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── GZIP.xcscheme │ ├── Package.swift │ └── Sources │ │ └── GZIP │ │ ├── GZip.h │ │ └── GZip.m ├── GraphUI │ ├── .swiftpm │ │ └── xcode │ │ │ ├── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── GraphUI.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── Charts │ │ └── views │ │ │ ├── ChartDetailsView.swift │ │ │ ├── ChartStackSection.swift │ │ │ ├── ChartView.swift │ │ │ ├── ChartVisibilityItemView.swift │ │ │ ├── ChartVisibilityView.swift │ │ │ └── RangeChartView.swift │ │ └── Helpers │ │ ├── UIImage+Utils.swift │ │ ├── UIImageView+Utils.swift │ │ ├── UILabel+Utils.swift │ │ └── UIView+Extensions.swift ├── HackUtils │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── HackUtils.xcscheme │ ├── Package.swift │ └── Sources │ │ └── HackUtils │ │ ├── HackUtils.h │ │ └── HackUtils.m ├── HotKey │ ├── .swiftpm │ │ └── xcode │ │ │ ├── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── HotKey.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── HotKeyUtilities.m │ │ └── include │ │ └── HotKey │ │ └── HotKeyUtilities.h ├── InAppPurchaseManager │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── package.xcworkspace │ │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ ├── Package.swift │ └── Sources │ │ └── InAppPurchaseManager │ │ ├── InAppPurchaseManager.swift │ │ └── Receipt.swift ├── InAppSettings │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ └── InAppSettings │ │ ├── AdditionalSettings.swift │ │ ├── ApplicationSpecificPreferencesKeys.swift │ │ ├── AutomaticMediaDownloadCategoryPeers.swift │ │ ├── AutoplayPreferences.swift │ │ ├── BaseApplicationSettings.swift │ │ ├── ChatListFilterPreferences.swift │ │ ├── DockSettings.swift │ │ ├── DownloadedFilesPaths.swift │ │ ├── InAppNotificationSettings.swift │ │ ├── InstantViewAppearance.swift │ │ ├── PasscodeSettings.swift │ │ ├── RecentUsedEmoji.swift │ │ ├── RenderedTotalUnreadCount.swift │ │ ├── SomeAccountSettings.swift │ │ ├── StickerSettings.swift │ │ ├── UnauthorizedConfiguration.swift │ │ └── VoiceCallSettings.swift ├── InAppVideoServices │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppVideoServices.xcscheme │ ├── Package.swift │ ├── PublicHeaders │ │ └── InAppVideoServices │ │ │ ├── XCDYouTubeClient.h │ │ │ ├── XCDYouTubeError.h │ │ │ ├── XCDYouTubeLogger.h │ │ │ ├── XCDYouTubeOperation.h │ │ │ ├── XCDYouTubePlayerScript.h │ │ │ ├── XCDYouTubeVideo.h │ │ │ ├── XCDYouTubeVideoOperation.h │ │ │ ├── YTVimeoError.h │ │ │ ├── YTVimeoExtractor.h │ │ │ ├── YTVimeoExtractorOperation.h │ │ │ ├── YTVimeoURLParser.h │ │ │ └── YTVimeoVideo.h │ └── Sources │ │ ├── vimeo │ │ ├── YTVimeoExtractor.m │ │ ├── YTVimeoExtractorOperation.m │ │ ├── YTVimeoURLParser.m │ │ ├── YTVimeoVideo+Private.h │ │ └── YTVimeoVideo.m │ │ └── youtube │ │ ├── XCDYouTubeClient.m │ │ ├── XCDYouTubeLogger+Private.h │ │ ├── XCDYouTubeLogger.m │ │ ├── XCDYouTubePlayerScript.m │ │ ├── XCDYouTubeVideo+Private.h │ │ ├── XCDYouTubeVideo.m │ │ ├── XCDYouTubeVideoOperation.m │ │ ├── XCDYouTubeVideoWebpage.h │ │ └── XCDYouTubeVideoWebpage.m ├── InputView │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ ├── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── KeyboardKey.xcscheme │ ├── Package.swift │ └── Sources │ │ └── InputView │ │ ├── ChatInputTextView.swift │ │ ├── ChatTextInputAttribute.swift │ │ ├── ChatTextInputFormat.swift │ │ └── ChatTextInputState.swift ├── KeyboardKey │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── KeyboardKey.xcscheme │ ├── Package.swift │ └── Sources │ │ └── KeyboardKey │ │ └── KeyboardKey.swift ├── Localization │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Localization.xcscheme │ ├── Package.swift │ ├── README.md │ └── Sources │ │ └── Localization │ │ ├── Localizable.swift │ │ ├── LocalizableExtension.swift │ │ └── StringPluralization.swift ├── MergeLists │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── MergeLists.xcscheme │ ├── Package.swift │ └── Sources │ │ └── MergeLists │ │ └── MergeLists.swift ├── NumberPluralization │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── NumberPluralization.xcscheme │ ├── Package.swift │ └── Sources │ │ └── NumberPluralization │ │ ├── NumberPluralizationForm.h │ │ └── NumberPluralizationForm.m ├── OCR │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── OCR.xcscheme │ ├── Package.swift │ ├── PublicHeaders │ │ └── ocr │ │ │ └── ocr.h │ └── Sources │ │ ├── fast-edge.cpp │ │ ├── fast-edge.h │ │ ├── genann.c │ │ ├── genann.h │ │ └── ocr.mm ├── ObjcUtils │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ObjcUtils.xcscheme │ ├── Package.swift │ └── Sources │ │ └── ObjcUtils │ │ ├── ObjcUtils.h │ │ └── ObjcUtils.m ├── PrivateCallScreen │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── InAppSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── PeerCallAction.swift │ │ ├── PeerCallArguments.swift │ │ ├── PeerCallParticipantsView.swift │ │ ├── PeerCallPhotoView.swift │ │ ├── PeerCallRevealedSecretKeyView.swift │ │ ├── PeerCallScreen.swift │ │ ├── PeerCallScreenView.swift │ │ ├── PeerCallSecretKeyView.swift │ │ ├── PeerCallStatusView.swift │ │ ├── PeerCallTooltipStatusView.swift │ │ ├── Resources │ │ └── Assets.xcassets │ │ │ ├── Contents.json │ │ │ ├── ic_accept.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_accept.png │ │ │ └── ic_accept@2x.png │ │ │ ├── ic_add_people.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_addPeople (2).png │ │ │ └── ic_addPeople@2x (2).png │ │ │ ├── ic_decline.imageset │ │ │ ├── Contents.json │ │ │ ├── xmark.png │ │ │ └── xmark@2x.png │ │ │ ├── ic_microphoneoff.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_call_microphoneoff.png │ │ │ └── ic_call_microphoneoff@2x.png │ │ │ ├── ic_mute.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_mute.png │ │ │ └── ic_mute@2x.png │ │ │ ├── ic_redial.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_redial.png │ │ │ └── ic_redial@2x.png │ │ │ ├── ic_screen.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_screen.png │ │ │ └── ic_screen@2x.png │ │ │ ├── ic_settings.imageset │ │ │ ├── Contents.json │ │ │ ├── callsettings.png │ │ │ └── callsettings@2x.png │ │ │ └── ic_video.imageset │ │ │ ├── Contents.json │ │ │ ├── ic_video.png │ │ │ └── ic_video@2x.png │ │ └── State.swift ├── Reactions │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── Reactions │ │ └── Reactions.swift ├── RingBuffer │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── RingBuffer.xcscheme │ ├── Package.swift │ └── Sources │ │ └── RingBuffer │ │ ├── RingBuffer.h │ │ └── RingBuffer.m ├── Spotlight │ ├── .gitignore │ ├── Package.swift │ └── Sources │ │ └── Spotlight │ │ └── Spotlight.swift ├── Strings │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Strings.xcscheme │ ├── Package.swift │ └── Sources │ │ └── Strings │ │ ├── Strings.swift │ │ └── SubstringSearch.swift ├── Svg │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Svg.xcscheme │ ├── Package.swift │ ├── PublicHeaders │ │ └── Svg │ │ │ └── Svg.h │ └── Sources │ │ ├── Svg.h │ │ ├── Svg.m │ │ ├── nanosvg.c │ │ └── nanosvg.h ├── TGCurrencyFormatter │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGCurrencyFormatter.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TGCurrencyFormatter │ │ ├── TGCurrencyFormatter.h │ │ └── TGCurrencyFormatter.m ├── TGGifConverter │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGGifConverter.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TGGifConverter │ │ ├── TGGifConverter.h │ │ └── TGGifConverter.m ├── TGModernGrowingTextView │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGModernGrowingTextView.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TGModernGrowingTextView │ │ ├── TGInputTextTag.h │ │ ├── TGInputTextTag.m │ │ ├── TGModernGrowingTextView.h │ │ └── TGModernGrowingTextView.m ├── TGPassportMRZ │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGPassportMRZ.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TGPassportMRZ │ │ ├── TGPassportMRZ.h │ │ └── TGPassportMRZ.m ├── TGUIKit │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGUIKit.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── AnimatableProperty.swift │ │ ├── AnimationBlockDelegate.swift │ │ ├── AnimationStyle.swift │ │ ├── AppMenu.swift │ │ ├── AppMenuController.swift │ │ ├── AppMenuRowItem.swift │ │ ├── BackNavigationBar.swift │ │ ├── BadgeNode.swift │ │ ├── BarView.swift │ │ ├── Button.swift │ │ ├── CAAnimationUtils.swift │ │ ├── CatalinaStyledSegmentController.swift │ │ ├── CheckBox.swift │ │ ├── ConfettiDustInkView.swift │ │ ├── ContainableController.swift │ │ ├── ContextMenu.swift │ │ ├── Control.swift │ │ ├── DatePicker.swift │ │ ├── DisplayLinkAnimator.swift │ │ ├── DisplayLinkDispatcher.swift │ │ ├── DraggingView.swift │ │ ├── DrawingContext.swift │ │ ├── DynamicCounterTextView.swift │ │ ├── EditableViewController.swift │ │ ├── EmojiFitzModifier.swift │ │ ├── Extensions.swift │ │ ├── FireTimerControl.swift │ │ ├── GenerateSvgThumb.swift │ │ ├── GridItem.swift │ │ ├── GridItemNode.swift │ │ ├── GridNode.swift │ │ ├── HorizontalRowView.swift │ │ ├── HorizontalScrollView.swift │ │ ├── HorizontalSliderControl.swift │ │ ├── HorizontalTableView.swift │ │ ├── Image.swift │ │ ├── ImageBarView.swift │ │ ├── ImageButton.swift │ │ ├── ImageView.swift │ │ ├── InfiniteProgressView.swift │ │ ├── InternalBattery.swift │ │ ├── InternalFinder.swift │ │ ├── InvisibleInkDustView.swift │ │ ├── Layer.swift │ │ ├── LinearProgressControl.swift │ │ ├── MagnifyView.swift │ │ ├── MajorNavigationController.swift │ │ ├── Markdown.swift │ │ ├── MergeLists.swift │ │ ├── Modal.swift │ │ ├── ModalTouchBar.swift │ │ ├── NavigationBarView.swift │ │ ├── NavigationModalAction.swift │ │ ├── NavigationModalView.swift │ │ ├── NavigationViewController.swift │ │ ├── NinePathImage.swift │ │ ├── Node.swift │ │ ├── OverlayControl.swift │ │ ├── PieChart.swift │ │ ├── PollTimerView.swift │ │ ├── Popover.swift │ │ ├── PortalView.swift │ │ ├── PresentationResourceCache.swift │ │ ├── PresentationTheme.swift │ │ ├── ProgressIndicator.swift │ │ ├── ProgressModal.swift │ │ ├── RadialProgressContainerView.swift │ │ ├── RadialProgressView.swift │ │ ├── SImageLayer.swift │ │ ├── SPopoverRowItem.swift │ │ ├── SPopoverViewController.swift │ │ ├── ScrollView.swift │ │ ├── ScrollableSegmentView.swift │ │ ├── SearchView.swift │ │ ├── SectionViewController.swift │ │ ├── SegmentController.swift │ │ ├── SelectingControl.swift │ │ ├── SelectionRectView.swift │ │ ├── ShadowView.swift │ │ ├── ShimmerLayer.swift │ │ ├── SimpleLayer.swift │ │ ├── SliderView.swift │ │ ├── SoftwareGradientBackground.swift │ │ ├── SpinningProgressView.swift │ │ ├── Style.swift │ │ ├── SwitchView.swift │ │ ├── System.swift │ │ ├── TGClipView.swift │ │ ├── TGColor.swift │ │ ├── TGFont.swift │ │ ├── TGSplitView.swift │ │ ├── TGUIKit.swift │ │ ├── TabBarController.swift │ │ ├── TabBarView.swift │ │ ├── TabItem.swift │ │ ├── TableAnimationInterface.swift │ │ ├── TableRowItem.swift │ │ ├── TableRowView.swift │ │ ├── TableStickItem.swift │ │ ├── TableStickView.swift │ │ ├── TableView.swift │ │ ├── TableViewController.swift │ │ ├── TextButtonBarView.swift │ │ ├── TextLabelNode.swift │ │ ├── TextNode.swift │ │ ├── TextView.swift │ │ ├── TextViewLabel.swift │ │ ├── TimableProgressView.swift │ │ ├── TitleButton.swift │ │ ├── TitledBarView.swift │ │ ├── TokenizedView.swift │ │ ├── TooltipController.swift │ │ ├── TransactionHandler.swift │ │ ├── TransformImageArguments.swift │ │ ├── TransformImageView.swift │ │ ├── UIUtils.swift │ │ ├── VerticalParticleListControl.swift │ │ ├── View.swift │ │ ├── ViewController.swift │ │ ├── ViewUtils.swift │ │ ├── VisualEffectView.swift │ │ ├── VoiceBlobView.swift │ │ ├── VolumeMenuItemView.swift │ │ ├── WeakReference.swift │ │ ├── WeatherFormat.swift │ │ ├── Window.swift │ │ ├── WindowSaver.swift │ │ └── XAttr.swift ├── TGVideoCameraMovie │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TGVideoCameraMovie.xcscheme │ ├── Package.swift │ ├── PublicHeaders │ │ └── TGVideoCameraMovie │ │ │ ├── TGVideoCameraGLRenderer.h │ │ │ └── TGVideoCameraMovieRecorder.h │ └── Sources │ │ ├── TGPaintShader.h │ │ ├── TGPaintShader.m │ │ ├── TGVideoCameraGLRenderer.m │ │ └── TGVideoCameraMovieRecorder.m ├── TelegramIconsTheme │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TelegramIconsTheme.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TelegramIconsTheme.swift ├── TelegramMedia │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── TGUIKit.xcscheme │ │ │ └── TelegramMedia.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── AudioRecorder.swift │ │ ├── AudioWaveform.swift │ │ ├── ChunkMediaPlayer.swift │ │ ├── ChunkMediaPlayerDirectFetchSourceImpl.swift │ │ ├── ChunkMediaPlayerV2.swift │ │ ├── DataItem.swift │ │ ├── GIFPlayerView.swift │ │ ├── HLSVideoContent.swift │ │ ├── HLSVideoJSNativeContentView.swift │ │ ├── JsCorePolyfillsExport.swift │ │ ├── LottieBufferCompressor.swift │ │ ├── LottiePlayer.swift │ │ ├── ManagedAudioSession.swift │ │ ├── MediaPlaybackStoredState.swift │ │ ├── MediaPlayer.swift │ │ ├── MediaPlayerAudioRenderer.swift │ │ ├── MediaPlayerFramePreview.swift │ │ ├── MediaPlayerView.swift │ │ ├── MediaUtils.swift │ │ ├── MetalVideoRenderView.swift │ │ ├── PreUploadManager.swift │ │ ├── SampleBufferPool.swift │ │ ├── SoftwareVideoLayerFrameManager.swift │ │ ├── SoftwareVideoSource.swift │ │ ├── UniversalVideoContentVideoQuality.swift │ │ └── VideoPlayerProxy.swift ├── TelegramSystem │ ├── Package.swift │ └── Sources │ │ └── TelegramSystem │ │ └── TelegramSystem.swift ├── TelegramUI │ └── .swiftpm │ │ └── xcode │ │ └── package.xcworkspace │ │ └── contents.xcworkspacedata ├── TextRecognizing │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── TextRecognizing.xcscheme │ ├── Package.swift │ └── Sources │ │ └── TextRecognizing │ │ ├── DrawRects.swift │ │ ├── ImageTextSelector.swift │ │ └── TextRecognizing.swift ├── ThemeSettings │ ├── .gitignore │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── ThemeSettings.xcscheme │ ├── Package.swift │ └── Sources │ │ └── ThemeSettings │ │ ├── AutoNightThemePreferences.swift │ │ └── ThemeSettings.swift └── Translate │ ├── .gitignore │ ├── .swiftpm │ └── xcode │ │ └── package.xcworkspace │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ ├── Package.swift │ └── Sources │ └── Translate │ └── Translate.swift ├── scripts ├── configure_frameworks.sh ├── flatc └── rebuild ├── submodules ├── AppCenter │ ├── AppCenter.framework │ │ ├── AppCenter │ │ ├── Headers │ │ ├── Modules │ │ ├── PrivateHeaders │ │ ├── Resources │ │ └── Versions │ │ │ ├── A │ │ │ ├── AppCenter │ │ │ ├── Headers │ │ │ │ ├── AppCenter.h │ │ │ │ ├── MSACAbstractLog.h │ │ │ │ ├── MSACAppCenter.h │ │ │ │ ├── MSACAppCenterErrors.h │ │ │ │ ├── MSACChannelGroupProtocol.h │ │ │ │ ├── MSACChannelProtocol.h │ │ │ │ ├── MSACConstants+Flags.h │ │ │ │ ├── MSACConstants.h │ │ │ │ ├── MSACDevice.h │ │ │ │ ├── MSACEnable.h │ │ │ │ ├── MSACLog.h │ │ │ │ ├── MSACLogWithProperties.h │ │ │ │ ├── MSACLogger.h │ │ │ │ ├── MSACSerializableObject.h │ │ │ │ ├── MSACService.h │ │ │ │ ├── MSACServiceAbstract.h │ │ │ │ ├── MSACWrapperLogger.h │ │ │ │ └── MSACWrapperSdk.h │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ ├── PrivateHeaders │ │ │ │ └── MSACChannelDelegate.h │ │ │ └── Resources │ │ │ │ ├── Info.plist │ │ │ │ └── PrivacyInfo.xcprivacy │ │ │ └── Current │ └── AppCenterCrashes.framework │ │ ├── AppCenterCrashes │ │ ├── Headers │ │ ├── Modules │ │ ├── Resources │ │ └── Versions │ │ ├── A │ │ ├── AppCenterCrashes │ │ ├── Headers │ │ │ ├── AppCenterCrashes.h │ │ │ ├── MSACCrashHandlerSetupDelegate.h │ │ │ ├── MSACCrashes.h │ │ │ ├── MSACCrashesDelegate.h │ │ │ ├── MSACErrorAttachmentLog+Utility.h │ │ │ ├── MSACErrorAttachmentLog.h │ │ │ ├── MSACErrorReport.h │ │ │ ├── MSACExceptionModel.h │ │ │ ├── MSACStackFrame.h │ │ │ ├── MSACWrapperCrashesHelper.h │ │ │ └── MSACWrapperExceptionModel.h │ │ ├── Modules │ │ │ └── module.modulemap │ │ └── Resources │ │ │ ├── Info.plist │ │ │ └── PrivacyInfo.xcprivacy │ │ └── Current ├── BuildConfig │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── BuildConfig.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── BuildConfig.m │ │ └── include │ │ └── BuildConfig │ │ └── BuildConfig.h ├── CodeSyntax │ └── CodeSyntax │ │ ├── CodeSyntax.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── CodeSyntax.xcscheme │ │ └── CodeSyntax │ │ ├── CodeSyntax.h │ │ ├── Syntaxer.h │ │ └── Syntaxer.mm ├── Mozjpeg │ ├── .swiftpm │ │ └── xcode │ │ │ ├── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Mozjpeg.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── Mozjpeg.h │ │ └── Mozjpeg.m ├── RLottie_Xcode │ ├── RLottie │ │ ├── Info.plist │ │ └── RLottie.h │ ├── RLottie_Xcode.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ └── overtake.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ └── overtake.xcuserdatad │ │ │ └── xcschemes │ │ │ ├── RLottie.xcscheme │ │ │ └── xcschememanagement.plist │ └── Sources │ │ ├── RLottieBridge.h │ │ └── RLottieBridge.mm ├── Stripe │ ├── .swiftpm │ │ └── xcode │ │ │ └── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── Package.swift │ ├── PublicHeaders │ │ └── Stripe │ │ │ ├── STPAPIClient.h │ │ │ ├── STPAPIResponseDecodable.h │ │ │ ├── STPAddress.h │ │ │ ├── STPBINRange.h │ │ │ ├── STPBackendAPIAdapter.h │ │ │ ├── STPBankAccount.h │ │ │ ├── STPBankAccountParams.h │ │ │ ├── STPBlocks.h │ │ │ ├── STPCard.h │ │ │ ├── STPCardBrand.h │ │ │ ├── STPCardParams.h │ │ │ ├── STPCardValidationState.h │ │ │ ├── STPCardValidator.h │ │ │ ├── STPCustomer.h │ │ │ ├── STPFormEncodable.h │ │ │ ├── STPImageLibrary.h │ │ │ ├── STPPaymentConfiguration.h │ │ │ ├── STPPaymentMethod.h │ │ │ ├── STPPhoneNumberValidator.h │ │ │ ├── STPPostalCodeValidator.h │ │ │ ├── STPSource.h │ │ │ ├── STPToken.h │ │ │ ├── Stripe.h │ │ │ └── StripeError.h │ └── Sources │ │ ├── NSDictionary+Stripe.h │ │ ├── NSDictionary+Stripe.m │ │ ├── NSString+Stripe.h │ │ ├── NSString+Stripe.m │ │ ├── NSString+Stripe_CardBrands.h │ │ ├── NSString+Stripe_CardBrands.m │ │ ├── PKPayment+Stripe.h │ │ ├── PKPayment+Stripe.m │ │ ├── STPAPIClient+Private.h │ │ ├── STPAPIClient.m │ │ ├── STPAPIPostRequest.h │ │ ├── STPAPIPostRequest.m │ │ ├── STPAddress.m │ │ ├── STPBINRange.m │ │ ├── STPBankAccount.m │ │ ├── STPBankAccountParams.m │ │ ├── STPCard.m │ │ ├── STPCardParams.m │ │ ├── STPCardValidator.m │ │ ├── STPCustomer.m │ │ ├── STPDelegateProxy.h │ │ ├── STPDelegateProxy.m │ │ ├── STPDispatchFunctions.h │ │ ├── STPDispatchFunctions.m │ │ ├── STPFormEncoder.h │ │ ├── STPFormEncoder.m │ │ ├── STPImageLibrary+Private.h │ │ ├── STPImageLibrary.m │ │ ├── STPPaymentCardTextFieldViewModel.h │ │ ├── STPPaymentCardTextFieldViewModel.m │ │ ├── STPPaymentConfiguration+Private.h │ │ ├── STPPaymentConfiguration.m │ │ ├── STPPhoneNumberValidator.m │ │ ├── STPPostalCodeValidator.m │ │ ├── STPToken.m │ │ ├── STPWeakStrongMacros.h │ │ └── StripeError.m ├── Zip │ ├── .swiftpm │ │ └── xcode │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Zip.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── QuickZip.swift │ │ ├── Zip.swift │ │ └── ZipUtilities.swift ├── libwebp │ ├── .swiftpm │ │ └── xcode │ │ │ ├── package.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── libwebp.xcscheme │ ├── Package.swift │ └── Sources │ │ ├── WebPImageCoder.h │ │ ├── WebPImageCoder.m │ │ ├── libwebp.h │ │ └── libwebp.m └── minizip │ ├── .swiftpm │ └── xcode │ │ └── xcshareddata │ │ └── xcschemes │ │ └── minizip.xcscheme │ ├── Package.swift │ └── Sources │ ├── crypt.h │ ├── ioapi.c │ ├── ioapi.h │ ├── unzip.c │ ├── unzip.h │ ├── zip.c │ └── zip.h └── tools ├── bump_build_number.sh ├── cloud.strings ├── generate-images.swift ├── strings.stencil ├── swiftgen.sh └── sync_share_version.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/.gitmodules -------------------------------------------------------------------------------- /FocusIntents/FocusIntents.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/FocusIntents/FocusIntents.entitlements -------------------------------------------------------------------------------- /FocusIntents/FocusIntents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/FocusIntents/FocusIntents.swift -------------------------------------------------------------------------------- /FocusIntents/FocusIntentsExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/FocusIntents/FocusIntentsExtension.swift -------------------------------------------------------------------------------- /FocusIntents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/FocusIntents/Info.plist -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/README.md -------------------------------------------------------------------------------- /Telegram-Mac/AboutModalController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AboutModalController.swift -------------------------------------------------------------------------------- /Telegram-Mac/AccentColorRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AccentColorRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/AccountContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AccountContext.swift -------------------------------------------------------------------------------- /Telegram-Mac/AccountInfoItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AccountInfoItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/AccountUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AccountUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/AccountViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AccountViewController.swift -------------------------------------------------------------------------------- /Telegram-Mac/AddContactTableItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AddContactTableItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/AddReactionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AddReactionManager.swift -------------------------------------------------------------------------------- /Telegram-Mac/AnimatedBadgeView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AnimatedBadgeView.swift -------------------------------------------------------------------------------- /Telegram-Mac/AnimatedStickerUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AnimatedStickerUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppDelegate.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppIntentDataModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppIntentDataModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppIntentsData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppIntentsData.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppMenuAnimatedImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppMenuAnimatedImage.swift -------------------------------------------------------------------------------- /Telegram-Mac/Appearance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Appearance.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppearanceMoreItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppearanceMoreItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/AppearanceThumbs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AppearanceThumbs.swift -------------------------------------------------------------------------------- /Telegram-Mac/ApplicationContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ApplicationContext.swift -------------------------------------------------------------------------------- /Telegram-Mac/ArchiverContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ArchiverContext.swift -------------------------------------------------------------------------------- /Telegram-Mac/AudioPlayerController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AudioPlayerController.swift -------------------------------------------------------------------------------- /Telegram-Mac/AudioWaveformView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AudioWaveformView.swift -------------------------------------------------------------------------------- /Telegram-Mac/AuthController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AuthController.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_AwaitingReset.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_AwaitingReset.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_CodeEntry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_CodeEntry.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_CodeEntryContol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_CodeEntryContol.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Email.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Email.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Insets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Insets.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Loading.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Loading.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_NextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_NextView.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_PasswordEntry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_PasswordEntry.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_PhoneNumber.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_PhoneNumber.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Signup.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Signup.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Token.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Token.swift -------------------------------------------------------------------------------- /Telegram-Mac/Auth_Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Auth_Word.swift -------------------------------------------------------------------------------- /Telegram-Mac/AvatarContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AvatarContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/AvatarLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AvatarLayer.swift -------------------------------------------------------------------------------- /Telegram-Mac/AvatarStoryControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/AvatarStoryControl.swift -------------------------------------------------------------------------------- /Telegram-Mac/Avatar_BgListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Avatar_BgListView.swift -------------------------------------------------------------------------------- /Telegram-Mac/Avatar_EmojiList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Avatar_EmojiList.swift -------------------------------------------------------------------------------- /Telegram-Mac/Avatar_MonogramView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Avatar_MonogramView.swift -------------------------------------------------------------------------------- /Telegram-Mac/Avatar_StickersList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Avatar_StickersList.swift -------------------------------------------------------------------------------- /Telegram-Mac/BadgeStarsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/BadgeStarsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/Beta.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Beta.xcconfig -------------------------------------------------------------------------------- /Telegram-Mac/BoostFeatureRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/BoostFeatureRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/BrowserState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/BrowserState.swift -------------------------------------------------------------------------------- /Telegram-Mac/CGChatListIndicator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CGChatListIndicator.swift -------------------------------------------------------------------------------- /Telegram-Mac/CachedChannelAdmins.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CachedChannelAdmins.swift -------------------------------------------------------------------------------- /Telegram-Mac/CachedFaqInstantPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CachedFaqInstantPage.swift -------------------------------------------------------------------------------- /Telegram-Mac/CachedInstantPages.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CachedInstantPages.swift -------------------------------------------------------------------------------- /Telegram-Mac/CalendarController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CalendarController.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallAudioPlayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallAudioPlayer.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallBridge.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallBridge.mm -------------------------------------------------------------------------------- /Telegram-Mac/CallControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallControl.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallParticipantsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallParticipantsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallReceptionControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallReceptionControl.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallScreenController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallScreenController.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallStatusView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallStatusView.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallTooltip.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallTooltip.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallTooltipView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallTooltipView.swift -------------------------------------------------------------------------------- /Telegram-Mac/CallWindowController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CallWindowController.swift -------------------------------------------------------------------------------- /Telegram-Mac/CameraPreviewRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CameraPreviewRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/CameraViews.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CameraViews.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChannelEventLogItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChannelEventLogItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChannelInfoEntries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChannelInfoEntries.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatAccessoryModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatAccessoryModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatActivitiesModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatActivitiesModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatAudioContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatAudioContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatAvatarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatAvatarView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatBackgroundView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatBackgroundView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatCallRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatCallRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatContactRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatContactRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatController.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatDiceContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatDiceContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatEmptyPeerItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatEmptyPeerItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatFileContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatFileContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatFileMediaItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatFileMediaItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatGIFMediaItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatGIFMediaItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatGameContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatGameContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatGiveawayRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatGiveawayRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatGradientModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatGradientModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatGroupedItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatGroupedItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatHeaderController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatHeaderController.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatHistoryEntry.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatHistoryEntry.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatHoleRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatHoleRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputAccessory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputAccessory.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputActionsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputActionsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputAttachView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputAttachView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputMenuView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputMenuView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputSendAsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputSendAsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInputView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInterfaceState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInterfaceState.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatInvoiceItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatInvoiceItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatLayoutUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatLayoutUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListBirthdayItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListBirthdayItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListController.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListEmptyItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListEmptyItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListEmptyRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListEmptyRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListGraceRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListGraceRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListHoleRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListHoleRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListHoleRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListHoleRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListNothingItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListNothingItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListRevealItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListRevealItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatListRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatListRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMapContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMapContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMapRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMapRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMediaContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMediaContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMediaDice.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMediaDice.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMediaItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMediaItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMessageDateHeader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMessageDateHeader.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMessageItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMessageItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMessageMenuItems.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMessageMenuItems.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMessageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMessageView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMusicContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMusicContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatMusicRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatMusicRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatNavigateScroller.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatNavigateScroller.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatPollItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatPollItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatReactionsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatReactionsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatRightView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatRightView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatSearchHeader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatSearchHeader.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatSearchView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatSearchView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatSelectText.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatSelectText.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatSendAsMenuItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatSendAsMenuItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatServiceItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatServiceItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatServiceRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatServiceRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatStoryRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatStoryRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatTitleBarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatTitleBarView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatToasterView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatToasterView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatTodoItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatTodoItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatUnreadRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatUnreadRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatUnreadRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatUnreadRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ChatVoiceRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ChatVoiceRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ClearCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ClearCache.swift -------------------------------------------------------------------------------- /Telegram-Mac/ComposeActions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ComposeActions.swift -------------------------------------------------------------------------------- /Telegram-Mac/Confetti.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Confetti.swift -------------------------------------------------------------------------------- /Telegram-Mac/ContactsController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ContactsController.swift -------------------------------------------------------------------------------- /Telegram-Mac/ContextClueRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ContextClueRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ContextListRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ContextListRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/CoreExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CoreExtension.swift -------------------------------------------------------------------------------- /Telegram-Mac/CountryManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CountryManager.swift -------------------------------------------------------------------------------- /Telegram-Mac/CreateGroupSignals.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/CreateGroupSignals.swift -------------------------------------------------------------------------------- /Telegram-Mac/DataRainView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DataRainView.swift -------------------------------------------------------------------------------- /Telegram-Mac/DatePickerRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DatePickerRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Debug.xcconfig -------------------------------------------------------------------------------- /Telegram-Mac/DeclareEncodables.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DeclareEncodables.swift -------------------------------------------------------------------------------- /Telegram-Mac/DevicesContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DevicesContext.swift -------------------------------------------------------------------------------- /Telegram-Mac/DiamondLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DiamondLayer.swift -------------------------------------------------------------------------------- /Telegram-Mac/DiceCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DiceCache.swift -------------------------------------------------------------------------------- /Telegram-Mac/DisplayLink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DisplayLink.swift -------------------------------------------------------------------------------- /Telegram-Mac/DockControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DockControl.swift -------------------------------------------------------------------------------- /Telegram-Mac/DockIconRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DockIconRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/DownloadsControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/DownloadsControl.swift -------------------------------------------------------------------------------- /Telegram-Mac/EBlockItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EBlockItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/EBlockRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EBlockRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/EStickItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EStickItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/EStickView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EStickView.swift -------------------------------------------------------------------------------- /Telegram-Mac/EditImageControls.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EditImageControls.swift -------------------------------------------------------------------------------- /Telegram-Mac/EditMessageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EditMessageModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/EmojiScreenEffect.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EmojiScreenEffect.swift -------------------------------------------------------------------------------- /Telegram-Mac/EmojiTabsItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EmojiTabsItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/EmojiesController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EmojiesController.swift -------------------------------------------------------------------------------- /Telegram-Mac/EmojiesPackItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/EmojiesPackItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Extensions.swift -------------------------------------------------------------------------------- /Telegram-Mac/FastSettings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FastSettings.swift -------------------------------------------------------------------------------- /Telegram-Mac/FasterStarsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FasterStarsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/FetchMediaUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FetchMediaUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/FileDownload.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FileDownload.swift -------------------------------------------------------------------------------- /Telegram-Mac/FocusFilterIntent.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FocusFilterIntent.swift -------------------------------------------------------------------------------- /Telegram-Mac/FolderIcons.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FolderIcons.swift -------------------------------------------------------------------------------- /Telegram-Mac/FoldingTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/FoldingTextView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ForumNameRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ForumNameRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ForumUIMethods.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ForumUIMethods.swift -------------------------------------------------------------------------------- /Telegram-Mac/ForwardPanelModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ForwardPanelModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/GIFContainerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GIFContainerView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GalleryRecognition.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GalleryRecognition.swift -------------------------------------------------------------------------------- /Telegram-Mac/GalleryViewer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GalleryViewer.swift -------------------------------------------------------------------------------- /Telegram-Mac/GeneralInputRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GeneralInputRow.swift -------------------------------------------------------------------------------- /Telegram-Mac/GeneralRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GeneralRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/GeneralRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GeneralRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GeneralTextRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GeneralTextRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/Geocoding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Geocoding.swift -------------------------------------------------------------------------------- /Telegram-Mac/GifPanelTabRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GifPanelTabRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/GiftOptionsRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GiftOptionsRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/GiftingController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GiftingController.swift -------------------------------------------------------------------------------- /Telegram-Mac/GigagroupLanding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GigagroupLanding.swift -------------------------------------------------------------------------------- /Telegram-Mac/GlobalBadgeNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GlobalBadgeNode.swift -------------------------------------------------------------------------------- /Telegram-Mac/GlobalHandlers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GlobalHandlers.swift -------------------------------------------------------------------------------- /Telegram-Mac/GoogleService-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GoogleService-Info.plist -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallSchedule.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallSchedule.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallStatusBar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallStatusBar.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallTileView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallTileView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallTitleView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallTitleView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallUIState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallUIState.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupCallWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupCallWindow.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupInfoEntries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupInfoEntries.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupNameRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupNameRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupVideoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupVideoView.swift -------------------------------------------------------------------------------- /Telegram-Mac/GroupedLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/GroupedLayout.swift -------------------------------------------------------------------------------- /Telegram-Mac/HelloView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/HelloView.swift -------------------------------------------------------------------------------- /Telegram-Mac/ImageCompression.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ImageCompression.swift -------------------------------------------------------------------------------- /Telegram-Mac/ImageTransparency.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ImageTransparency.swift -------------------------------------------------------------------------------- /Telegram-Mac/ImageUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ImageUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/InAppLinks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InAppLinks.swift -------------------------------------------------------------------------------- /Telegram-Mac/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Info.plist -------------------------------------------------------------------------------- /Telegram-Mac/InlineAvatarLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InlineAvatarLayer.swift -------------------------------------------------------------------------------- /Telegram-Mac/InputContextHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InputContextHelper.swift -------------------------------------------------------------------------------- /Telegram-Mac/InputDataCloseItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InputDataCloseItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/InputDataRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InputDataRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/InputSources.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InputSources.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageBrowser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageBrowser.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageLayout.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageMedia.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageMedia.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageTheme.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageTheme.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageTile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageTile.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantPageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantPageView.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantVideoPIP.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantVideoPIP.swift -------------------------------------------------------------------------------- /Telegram-Mac/InstantViewWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InstantViewWindow.swift -------------------------------------------------------------------------------- /Telegram-Mac/InterfaceObserver.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InterfaceObserver.swift -------------------------------------------------------------------------------- /Telegram-Mac/InviteLinkRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/InviteLinkRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/IsEqualMessages.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/IsEqualMessages.swift -------------------------------------------------------------------------------- /Telegram-Mac/LAnimationButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LAnimationButton.swift -------------------------------------------------------------------------------- /Telegram-Mac/LanguageController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LanguageController.swift -------------------------------------------------------------------------------- /Telegram-Mac/LanguageRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LanguageRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/LiteModeController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LiteModeController.swift -------------------------------------------------------------------------------- /Telegram-Mac/LoadingTableItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LoadingTableItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/LocalAuth.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LocalAuth.swift -------------------------------------------------------------------------------- /Telegram-Mac/LocationRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/LocationRequest.swift -------------------------------------------------------------------------------- /Telegram-Mac/MGalleryGIFItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MGalleryGIFItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/MGalleryItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MGalleryItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/MGalleryPhotoItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MGalleryPhotoItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/MGalleryVideoItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MGalleryVideoItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/MMMenuItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MMMenuItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/MainViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MainViewController.swift -------------------------------------------------------------------------------- /Telegram-Mac/MapResources.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MapResources.swift -------------------------------------------------------------------------------- /Telegram-Mac/MediaResources.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MediaResources.swift -------------------------------------------------------------------------------- /Telegram-Mac/MediaUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MediaUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/MergedAvatarsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MergedAvatarsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/MessageTimecode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MessageTimecode.swift -------------------------------------------------------------------------------- /Telegram-Mac/MetalFunctions.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MetalFunctions.metal -------------------------------------------------------------------------------- /Telegram-Mac/MimeTypes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MimeTypes.swift -------------------------------------------------------------------------------- /Telegram-Mac/ModalPreviewViews.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ModalPreviewViews.swift -------------------------------------------------------------------------------- /Telegram-Mac/ModalPreviews.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ModalPreviews.swift -------------------------------------------------------------------------------- /Telegram-Mac/MultiGiftPremium.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/MultiGiftPremium.swift -------------------------------------------------------------------------------- /Telegram-Mac/NativeMediaPlayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/NativeMediaPlayer.swift -------------------------------------------------------------------------------- /Telegram-Mac/NewPollController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/NewPollController.swift -------------------------------------------------------------------------------- /Telegram-Mac/NewThemeController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/NewThemeController.swift -------------------------------------------------------------------------------- /Telegram-Mac/NewTodoController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/NewTodoController.swift -------------------------------------------------------------------------------- /Telegram-Mac/Notices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Notices.swift -------------------------------------------------------------------------------- /Telegram-Mac/OngoingCallContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/OngoingCallContext.swift -------------------------------------------------------------------------------- /Telegram-Mac/OpmizeDatabaseView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/OpmizeDatabaseView.swift -------------------------------------------------------------------------------- /Telegram-Mac/PCallSession.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PCallSession.swift -------------------------------------------------------------------------------- /Telegram-Mac/PIPVideoWindow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PIPVideoWindow.swift -------------------------------------------------------------------------------- /Telegram-Mac/PanelUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PanelUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/PassportController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PassportController.swift -------------------------------------------------------------------------------- /Telegram-Mac/PassportHeaderItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PassportHeaderItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerInfoController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerInfoController.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerInfoEntries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerInfoEntries.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerInfoHeadItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerInfoHeadItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerInfoUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerInfoUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerMediaDateItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerMediaDateItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerPhotos.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerPhotos.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerRatingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerRatingView.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeerUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeerUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/PeersStatusView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PeersStatusView.swift -------------------------------------------------------------------------------- /Telegram-Mac/PhoneCountries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PhoneCountries.txt -------------------------------------------------------------------------------- /Telegram-Mac/PhoneNumberUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PhoneNumberUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/PhotoCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PhotoCache.swift -------------------------------------------------------------------------------- /Telegram-Mac/PicturePicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PicturePicker.swift -------------------------------------------------------------------------------- /Telegram-Mac/PinchToZoom.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PinchToZoom.swift -------------------------------------------------------------------------------- /Telegram-Mac/Preferences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Preferences.swift -------------------------------------------------------------------------------- /Telegram-Mac/PremiumGiftRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PremiumGiftRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/PremiumLimitConfig.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PremiumLimitConfig.swift -------------------------------------------------------------------------------- /Telegram-Mac/PresenceStrings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PresenceStrings.swift -------------------------------------------------------------------------------- /Telegram-Mac/PrettyGridUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PrettyGridUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/ProxyListRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ProxyListRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ProxyQRCodeRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ProxyQRCodeRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/PushToTalk.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PushToTalk.swift -------------------------------------------------------------------------------- /Telegram-Mac/PushToTalkRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/PushToTalkRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/QRCode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/QRCode.swift -------------------------------------------------------------------------------- /Telegram-Mac/QuickLookPreview.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/QuickLookPreview.swift -------------------------------------------------------------------------------- /Telegram-Mac/RecentGIFRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/RecentGIFRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/RecentPeerRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/RecentPeerRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Release.xcconfig -------------------------------------------------------------------------------- /Telegram-Mac/ReplyMarkupNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ReplyMarkupNode.swift -------------------------------------------------------------------------------- /Telegram-Mac/ReplyModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ReplyModel.swift -------------------------------------------------------------------------------- /Telegram-Mac/Report.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Report.swift -------------------------------------------------------------------------------- /Telegram-Mac/SImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SImageView.swift -------------------------------------------------------------------------------- /Telegram-Mac/SVideoController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SVideoController.swift -------------------------------------------------------------------------------- /Telegram-Mac/SVideoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SVideoView.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchController.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchEmptyRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchEmptyRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchPeerMembers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchPeerMembers.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchTopicRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchTopicRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/SearchUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SearchUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/SelectSizeRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SelectSizeRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/SenderController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SenderController.swift -------------------------------------------------------------------------------- /Telegram-Mac/SeparatorRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SeparatorRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/SharedAccountInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SharedAccountInfo.swift -------------------------------------------------------------------------------- /Telegram-Mac/ShimmerEffect.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ShimmerEffect.swift -------------------------------------------------------------------------------- /Telegram-Mac/ShortPeerRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ShortPeerRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ShortPeerRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ShortPeerRowView.swift -------------------------------------------------------------------------------- /Telegram-Mac/SignalUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SignalUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/SlotMachineValue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SlotMachineValue.swift -------------------------------------------------------------------------------- /Telegram-Mac/SoundEffects.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SoundEffects.swift -------------------------------------------------------------------------------- /Telegram-Mac/Spotlight.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Spotlight.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_AppExamples.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_AppExamples.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_GoldenStar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_GoldenStar.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_ListScreen.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_ListScreen.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_PurchaseInApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_PurchaseInApp.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_Subscription.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_Subscription.swift -------------------------------------------------------------------------------- /Telegram-Mac/Star_Transaction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Star_Transaction.swift -------------------------------------------------------------------------------- /Telegram-Mac/StatisticRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StatisticRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/StickerPackItems.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StickerPackItems.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryBotInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryBotInputView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryChatContent.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryChatContent.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryChatListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryChatListView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryControlsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryControlsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryFetchManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryFetchManager.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryInputView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryLayoutView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryLayoutView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryListView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryMonthRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryMonthRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryMyInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryMyInputView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryNoReplyInput.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryNoReplyInput.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryPosterState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryPosterState.swift -------------------------------------------------------------------------------- /Telegram-Mac/StoryRecordingView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StoryRecordingView.swift -------------------------------------------------------------------------------- /Telegram-Mac/StringFormat.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/StringFormat.swift -------------------------------------------------------------------------------- /Telegram-Mac/SwirlStarsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SwirlStarsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/SyncCoreExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/SyncCoreExtension.swift -------------------------------------------------------------------------------- /Telegram-Mac/System.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/System.swift -------------------------------------------------------------------------------- /Telegram-Mac/TabBadgeItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TabBadgeItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/TableUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TableUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/TemplateController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TemplateController.swift -------------------------------------------------------------------------------- /Telegram-Mac/TextAndLabelItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TextAndLabelItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/TextUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TextUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/ThemeListRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ThemeListRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/ThumbUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ThumbUtils.swift -------------------------------------------------------------------------------- /Telegram-Mac/TopicInfoEntries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TopicInfoEntries.swift -------------------------------------------------------------------------------- /Telegram-Mac/TopicReplyItemView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/TopicReplyItemView.swift -------------------------------------------------------------------------------- /Telegram-Mac/UIInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/UIInputView.swift -------------------------------------------------------------------------------- /Telegram-Mac/UITextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/UITextField.swift -------------------------------------------------------------------------------- /Telegram-Mac/UpgradedAccount.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/UpgradedAccount.swift -------------------------------------------------------------------------------- /Telegram-Mac/UserInfoEntries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/UserInfoEntries.swift -------------------------------------------------------------------------------- /Telegram-Mac/UsernameController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/UsernameController.swift -------------------------------------------------------------------------------- /Telegram-Mac/VerticalTabsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VerticalTabsView.swift -------------------------------------------------------------------------------- /Telegram-Mac/VideoEditorThumbs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VideoEditorThumbs.swift -------------------------------------------------------------------------------- /Telegram-Mac/VideoMessage.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VideoMessage.fsh -------------------------------------------------------------------------------- /Telegram-Mac/VideoMessage.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VideoMessage.vsh -------------------------------------------------------------------------------- /Telegram-Mac/VideoMessageConfig.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VideoMessageConfig.swift -------------------------------------------------------------------------------- /Telegram-Mac/Views.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Views.swift -------------------------------------------------------------------------------- /Telegram-Mac/VoipDerivedState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VoipDerivedState.swift -------------------------------------------------------------------------------- /Telegram-Mac/VolumeMenuItemView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/VolumeMenuItemView.swift -------------------------------------------------------------------------------- /Telegram-Mac/WPArticleLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WPArticleLayout.swift -------------------------------------------------------------------------------- /Telegram-Mac/WPContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WPContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/WPLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WPLayout.swift -------------------------------------------------------------------------------- /Telegram-Mac/WPMediaContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WPMediaContentView.swift -------------------------------------------------------------------------------- /Telegram-Mac/WPMediaLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WPMediaLayout.swift -------------------------------------------------------------------------------- /Telegram-Mac/WalletIntroRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WalletIntroRowItem.swift -------------------------------------------------------------------------------- /Telegram-Mac/Wallpapers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/Wallpapers.swift -------------------------------------------------------------------------------- /Telegram-Mac/WaveView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WaveView.swift -------------------------------------------------------------------------------- /Telegram-Mac/WebappBrowser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WebappBrowser.swift -------------------------------------------------------------------------------- /Telegram-Mac/WebsiteController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WebsiteController.swift -------------------------------------------------------------------------------- /Telegram-Mac/WidgetAppearance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WidgetAppearance.swift -------------------------------------------------------------------------------- /Telegram-Mac/WidgetButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WidgetButton.swift -------------------------------------------------------------------------------- /Telegram-Mac/WidgetController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WidgetController.swift -------------------------------------------------------------------------------- /Telegram-Mac/WidgetView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/WidgetView.swift -------------------------------------------------------------------------------- /Telegram-Mac/begin_record.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/begin_record.caf -------------------------------------------------------------------------------- /Telegram-Mac/builtin-wallpaper-svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/builtin-wallpaper-svg -------------------------------------------------------------------------------- /Telegram-Mac/common.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/common.xcconfig -------------------------------------------------------------------------------- /Telegram-Mac/countries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/countries -------------------------------------------------------------------------------- /Telegram-Mac/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/currencies.json -------------------------------------------------------------------------------- /Telegram-Mac/de.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/de.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/dsa_pub.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/dsa_pub.pem -------------------------------------------------------------------------------- /Telegram-Mac/dsa_pub_prod.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/dsa_pub_prod.pem -------------------------------------------------------------------------------- /Telegram-Mac/durgerking.placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/durgerking.placeholder -------------------------------------------------------------------------------- /Telegram-Mac/emoji/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/emoji/emoji.txt -------------------------------------------------------------------------------- /Telegram-Mac/emoji/emoji1014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/emoji/emoji1014.txt -------------------------------------------------------------------------------- /Telegram-Mac/emoji/emoji1016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/emoji/emoji1016.txt -------------------------------------------------------------------------------- /Telegram-Mac/emoji/emoji14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/emoji/emoji14.txt -------------------------------------------------------------------------------- /Telegram-Mac/emoji/emoji144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/emoji/emoji144.txt -------------------------------------------------------------------------------- /Telegram-Mac/en.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/en.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/es.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/es.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/hls/headless_prologue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/hls/headless_prologue.js -------------------------------------------------------------------------------- /Telegram-Mac/hls/index/index.bundle.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ 2 | -------------------------------------------------------------------------------- /Telegram-Mac/hls/index/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/hls/index/index.html -------------------------------------------------------------------------------- /Telegram-Mac/it.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/it.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_archive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_archive.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_delete.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_group.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_hide.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_hide.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_mute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_mute.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_pause.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_pause.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_pin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_pin.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_play.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_play.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_read.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_read.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_ungroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_ungroup.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_unmute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_unmute.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_unpin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_unpin.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/anim_unread.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/anim_unread.json -------------------------------------------------------------------------------- /Telegram-Mac/lottie/maccheck.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/lottie/maccheck.json -------------------------------------------------------------------------------- /Telegram-Mac/mime-types.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/mime-types.txt -------------------------------------------------------------------------------- /Telegram-Mac/nl.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/nl.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/notifies/0.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/0.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/1.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/1.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/100.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/100.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/101.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/101.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/102.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/102.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/103.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/103.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/104.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/104.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/105.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/105.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/106.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/106.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/107.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/107.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/108.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/108.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/109.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/109.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/110.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/110.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/111.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/111.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/2.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/2.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/3.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/3.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/4.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/4.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/5.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/5.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/6.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/6.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/7.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/7.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/8.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/8.m4a -------------------------------------------------------------------------------- /Telegram-Mac/notifies/9.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/notifies/9.m4a -------------------------------------------------------------------------------- /Telegram-Mac/ocr_nn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/ocr_nn.bin -------------------------------------------------------------------------------- /Telegram-Mac/opening.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/opening.m4a -------------------------------------------------------------------------------- /Telegram-Mac/opening.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/opening.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/premium/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/back.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/badge.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/badge.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/badgestar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/badgestar.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/bottom.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/business.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/business.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/business.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/coin.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/coin.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/coin.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/coin_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/coin_anim.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/coin_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/coin_edge.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/diamond.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/diamond.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/flecks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/flecks.jpg -------------------------------------------------------------------------------- /Telegram-Mac/premium/front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/front.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/gift.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/gift.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/left.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/lightspeed.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/lightspeed.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/lightstreak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/lightstreak.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/matrix/chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/matrix/chars.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/particle.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/particles.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/right.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/shine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/shine.png -------------------------------------------------------------------------------- /Telegram-Mac/premium/star.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/star.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/star2.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/star2.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/swirl.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/swirl.scn -------------------------------------------------------------------------------- /Telegram-Mac/premium/texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/texture.jpg -------------------------------------------------------------------------------- /Telegram-Mac/premium/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/premium/top.png -------------------------------------------------------------------------------- /Telegram-Mac/pt-BR.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/pt-BR.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Telegram-Mac/sent.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sent.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/sound_a.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sound_a.caf -------------------------------------------------------------------------------- /Telegram-Mac/sounds/Pop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/Pop.wav -------------------------------------------------------------------------------- /Telegram-Mac/sounds/Purr.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/Purr.wav -------------------------------------------------------------------------------- /Telegram-Mac/sounds/call down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/call down.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/sounds/call up.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/call up.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/sounds/confetti.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/confetti.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/sounds/quiz-correct.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/quiz-correct.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/sounds/reconnecting.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/sounds/reconnecting.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/tgs/affiliate_link.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/affiliate_link.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/bot_close_menu.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/bot_close_menu.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/bot_menu_close.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/bot_menu_close.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/bot_menu_web_app.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/bot_menu_web_app.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/brilliant_static.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/brilliant_static.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/browser_more.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/browser_more.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/bulb.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/bulb.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/business_chatbot.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/business_chatbot.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/business_hours.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/business_hours.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/business_links.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/business_links.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/cameraoff.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/cameraoff.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/cameraon.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/cameraon.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/change_sim.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/change_sim.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/chiken_born.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/chiken_born.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/code_note.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/code_note.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/countdown5s.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/countdown5s.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/custom_reaction.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/custom_reaction.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/dart_idle.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/dart_idle.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/destructor.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/destructor.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_android.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_android.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_chrome.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_chrome.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_edge.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_edge.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_firefox.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_firefox.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_ipad.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_ipad.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_iphone.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_iphone.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_linux.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_linux.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_mac.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_mac.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_safari.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_safari.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_ubuntu.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_ubuntu.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/device_windows.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/device_windows.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/diamond.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/diamond.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/dice_idle.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/dice_idle.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/direct_messages.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/direct_messages.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/discussion.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/discussion.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/duck_empty.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/duck_empty.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/duck_passcode.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/duck_passcode.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/duck_uploads.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/duck_uploads.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/email_recovery.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/email_recovery.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/activity.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/activity.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/animals.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/animals.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/flags.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/flags.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/food.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/food.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/objects.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/objects.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/places.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/places.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/smiles.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/smiles.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/emojies/symbols.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/emojies/symbols.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/expired_story.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/expired_story.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/fly_dollar.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/fly_dollar.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/folder.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/folder.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/folder_empty.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/folder_empty.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/forum_topic.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/forum_topic.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/fragment.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/fragment.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/freeze_duck.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/freeze_duck.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/gift.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/gift.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/gigagroup.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/gigagroup.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/graph_loading.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/graph_loading.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/group_call_share.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/group_call_share.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/hand_animation.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/hand_animation.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/improving_video.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/improving_video.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/invitations.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/invitations.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/keyboard_typing.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/keyboard_typing.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/keychain.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/keychain.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/login_airplane.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/login_airplane.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/login_word.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/login_word.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_add.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_add.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_adult.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_adult.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_atsign.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_atsign.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_ban.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_ban.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_bio.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_bio.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_boost.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_boost.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_call.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_call.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_camera.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_camera.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_check.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_check.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_copy.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_copy.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_delete.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_delete.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_drugs.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_drugs.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_edit.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_edit.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_edited.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_edited.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_expand.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_expand.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_eye.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_eye.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_file.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_file.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_folder.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_folder.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_gear.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_gear.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_gift.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_gift.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_hd.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_hd.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_hide.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_hide.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_leave.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_leave.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_list.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_list.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_lock.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_lock.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_moon.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_moon.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_more.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_more.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_music.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_music.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_mute.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_mute.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_online.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_online.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_pause.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_pause.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_pin.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_pin.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_play.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_play.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_plus.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_plus.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_poll.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_poll.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_quote.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_quote.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_read.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_read.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_reload.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_reload.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_reply.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_reply.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_report.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_report.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_reset.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_reset.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_sd.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_sd.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_search.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_search.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_seen.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_seen.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_share.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_share.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_show.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_show.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_smile.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_smile.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_speed.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_speed.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_sun.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_sun.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_topics.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_topics.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_unlock.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_unlock.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_unpin.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_unpin.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_unread.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_unread.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_video.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_video.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu/menu_voice.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu/menu_voice.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu_apps.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu_apps.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu_paid.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu_paid.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu_transfer.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu_transfer.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu_wear.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu_wear.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/menu_wearoff.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/menu_wearoff.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/monkey_see.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/monkey_see.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/monkey_unsee.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/monkey_unsee.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/new_folder.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/new_folder.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/pirate_flag.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/pirate_flag.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/police.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/police.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_addone.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_addone.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_double.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_double.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_gift_12.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_gift_12.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_gift_3.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_gift_3.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_gift_6.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_gift_6.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/premium_unlock.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/premium_unlock.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/qrcode_matrix.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/qrcode_matrix.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/sad_man.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/sad_man.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/screenoff.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/screenoff.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/screenon.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/screenon.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/share_folder.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/share_folder.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/show_status_read.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/show_status_read.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/smart_guy.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/smart_guy.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/stories_archive.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/stories_archive.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/success_saved.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/success_saved.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/swap_money.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/swap_money.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/text_to_voice.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/text_to_voice.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/thumbsup.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/thumbsup.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/ton_gift_blue.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/ton_gift_blue.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/ton_gift_green.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/ton_gift_green.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/ton_gift_red.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/ton_gift_red.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/ton_logo.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/ton_logo.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/topics.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/topics.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/voice_chat_mute.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/voice_chat_mute.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/voice_dots.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/voice_dots.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/voice_to_text.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/voice_to_text.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/write_words.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/write_words.tgs -------------------------------------------------------------------------------- /Telegram-Mac/tgs/zoom.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/tgs/zoom.tgs -------------------------------------------------------------------------------- /Telegram-Mac/url-schemes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/url-schemes.txt -------------------------------------------------------------------------------- /Telegram-Mac/voip_busy.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/voip_busy.caf -------------------------------------------------------------------------------- /Telegram-Mac/voip_connecting.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/voip_connecting.mp3 -------------------------------------------------------------------------------- /Telegram-Mac/voip_end.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/voip_end.caf -------------------------------------------------------------------------------- /Telegram-Mac/voip_fail.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/voip_fail.caf -------------------------------------------------------------------------------- /Telegram-Mac/voip_ringback.caf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram-Mac/voip_ringback.caf -------------------------------------------------------------------------------- /Telegram.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/Telegram.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /TelegramShare/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/Info.plist -------------------------------------------------------------------------------- /TelegramShare/SEFoldersRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/SEFoldersRowItem.swift -------------------------------------------------------------------------------- /TelegramShare/SELottiePlayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/SELottiePlayer.swift -------------------------------------------------------------------------------- /TelegramShare/SEUIInputView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/SEUIInputView.swift -------------------------------------------------------------------------------- /TelegramShare/SE_TopicRowItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/SE_TopicRowItem.swift -------------------------------------------------------------------------------- /TelegramShare/de.lproj/ShareViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TelegramShare/es.lproj/ShareViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TelegramShare/icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/TelegramShare/icon.icns -------------------------------------------------------------------------------- /TelegramShare/it.lproj/ShareViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TelegramShare/nl.lproj/ShareViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TelegramShare/pt-BR.lproj/ShareViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /configurations/Alpha.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/configurations/Alpha.xcconfig -------------------------------------------------------------------------------- /configurations/AppStore.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/configurations/AppStore.xcconfig -------------------------------------------------------------------------------- /configurations/Beta.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/configurations/Beta.xcconfig -------------------------------------------------------------------------------- /configurations/Stable.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/configurations/Stable.xcconfig -------------------------------------------------------------------------------- /core-xprojects/Stripe/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/Stripe/Package.swift -------------------------------------------------------------------------------- /core-xprojects/Stripe/Stripe/Stripe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/Stripe/Stripe/Stripe.h -------------------------------------------------------------------------------- /core-xprojects/dav1d/dav1d/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/dav1d/dav1d/Info.plist -------------------------------------------------------------------------------- /core-xprojects/dav1d/dav1d/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/dav1d/dav1d/build.sh -------------------------------------------------------------------------------- /core-xprojects/dav1d/dav1d/dav1d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/dav1d/dav1d/dav1d.h -------------------------------------------------------------------------------- /core-xprojects/ffmpeg/ffmpeg/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/ffmpeg/ffmpeg/build.sh -------------------------------------------------------------------------------- /core-xprojects/ffmpeg/ffmpeg/ffmpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/ffmpeg/ffmpeg/ffmpeg.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/libvpx/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/libvpx/build.sh -------------------------------------------------------------------------------- /core-xprojects/libvpx/libvpx/libvpx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/libvpx/libvpx.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/.mailmap -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/AUTHORS -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/LICENSE -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/PATENTS -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/README -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/args.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/args.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/docs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/docs.mk -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/ivfdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/ivfdec.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/ivfdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/ivfdec.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/ivfenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/ivfenc.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/ivfenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/ivfenc.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/libs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/libs.mk -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/third_party/googletest/gtest.mk: -------------------------------------------------------------------------------- 1 | GTEST_SRCS-yes += src/gtest-all.cc 2 | -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/tools.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/tools.mk -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/vpxdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/vpxdec.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/vpxenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/vpxenc.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/vpxenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/vpxenc.h -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/y4menc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/y4menc.c -------------------------------------------------------------------------------- /core-xprojects/libvpx/source/y4menc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/libvpx/source/y4menc.h -------------------------------------------------------------------------------- /core-xprojects/tde2e/tde2e/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/tde2e/tde2e/Info.plist -------------------------------------------------------------------------------- /core-xprojects/tde2e/tde2e/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/tde2e/tde2e/build.sh -------------------------------------------------------------------------------- /core-xprojects/tde2e/tde2e/tde2e.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/tde2e/tde2e/tde2e.h -------------------------------------------------------------------------------- /core-xprojects/webrtc/webrtc/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/webrtc/webrtc/build.sh -------------------------------------------------------------------------------- /core-xprojects/webrtc/webrtc/webrtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/core-xprojects/webrtc/webrtc/webrtc.h -------------------------------------------------------------------------------- /fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/fastlane/Fastfile -------------------------------------------------------------------------------- /images/mas_badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/images/mas_badge.png -------------------------------------------------------------------------------- /images/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/images/tg.png -------------------------------------------------------------------------------- /packages/ApiCredentials/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ApiCredentials/.gitignore -------------------------------------------------------------------------------- /packages/ApiCredentials/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ApiCredentials/Package.swift -------------------------------------------------------------------------------- /packages/CAPortal/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CAPortal/.gitignore -------------------------------------------------------------------------------- /packages/CAPortal/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CAPortal/Package.swift -------------------------------------------------------------------------------- /packages/CAPortal/Sources/CAPortal/CAPortalLayer.m: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /packages/CalendarUtils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CalendarUtils/.gitignore -------------------------------------------------------------------------------- /packages/CalendarUtils/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CalendarUtils/Package.swift -------------------------------------------------------------------------------- /packages/CallVideoLayer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CallVideoLayer/.gitignore -------------------------------------------------------------------------------- /packages/CallVideoLayer/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CallVideoLayer/Package.swift -------------------------------------------------------------------------------- /packages/ColorPalette/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ColorPalette/.gitignore -------------------------------------------------------------------------------- /packages/ColorPalette/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ColorPalette/Package.swift -------------------------------------------------------------------------------- /packages/Colors/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Colors/.gitignore -------------------------------------------------------------------------------- /packages/Colors/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Colors/Package.swift -------------------------------------------------------------------------------- /packages/CrashHandler/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CrashHandler/.gitignore -------------------------------------------------------------------------------- /packages/CrashHandler/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CrashHandler/Package.swift -------------------------------------------------------------------------------- /packages/CurrencyFormat/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CurrencyFormat/.gitignore -------------------------------------------------------------------------------- /packages/CurrencyFormat/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/CurrencyFormat/Package.swift -------------------------------------------------------------------------------- /packages/DateUtils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DateUtils/.gitignore -------------------------------------------------------------------------------- /packages/DateUtils/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DateUtils/Package.swift -------------------------------------------------------------------------------- /packages/DetectSpeech/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DetectSpeech/.gitignore -------------------------------------------------------------------------------- /packages/DetectSpeech/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DetectSpeech/Package.swift -------------------------------------------------------------------------------- /packages/Dock/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Dock/.gitignore -------------------------------------------------------------------------------- /packages/Dock/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Dock/Package.swift -------------------------------------------------------------------------------- /packages/Dock/Sources/Dock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Dock/Sources/Dock.swift -------------------------------------------------------------------------------- /packages/DustLayer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DustLayer/.gitignore -------------------------------------------------------------------------------- /packages/DustLayer/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DustLayer/Package.swift -------------------------------------------------------------------------------- /packages/DustLayer/Sources/loki.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/DustLayer/Sources/loki.metal -------------------------------------------------------------------------------- /packages/EDSunriseSet/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/EDSunriseSet/.gitignore -------------------------------------------------------------------------------- /packages/EDSunriseSet/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/EDSunriseSet/Package.swift -------------------------------------------------------------------------------- /packages/EmojiSuggestions/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/EmojiSuggestions/.gitignore -------------------------------------------------------------------------------- /packages/FastBlur/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/FastBlur/.gitignore -------------------------------------------------------------------------------- /packages/FastBlur/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/FastBlur/Package.swift -------------------------------------------------------------------------------- /packages/FetchManager/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/FetchManager/.gitignore -------------------------------------------------------------------------------- /packages/FetchManager/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/FetchManager/Package.swift -------------------------------------------------------------------------------- /packages/FoundationUtils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/FoundationUtils/.gitignore -------------------------------------------------------------------------------- /packages/GZIP/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/GZIP/.gitignore -------------------------------------------------------------------------------- /packages/GZIP/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/GZIP/Package.swift -------------------------------------------------------------------------------- /packages/GZIP/Sources/GZIP/GZip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/GZIP/Sources/GZIP/GZip.h -------------------------------------------------------------------------------- /packages/GZIP/Sources/GZIP/GZip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/GZIP/Sources/GZIP/GZip.m -------------------------------------------------------------------------------- /packages/GraphUI/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/GraphUI/Package.swift -------------------------------------------------------------------------------- /packages/HackUtils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/HackUtils/.gitignore -------------------------------------------------------------------------------- /packages/HackUtils/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/HackUtils/Package.swift -------------------------------------------------------------------------------- /packages/HotKey/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/HotKey/Package.swift -------------------------------------------------------------------------------- /packages/InAppSettings/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/InAppSettings/.gitignore -------------------------------------------------------------------------------- /packages/InAppSettings/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/InAppSettings/Package.swift -------------------------------------------------------------------------------- /packages/InputView/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/InputView/.gitignore -------------------------------------------------------------------------------- /packages/InputView/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/InputView/Package.swift -------------------------------------------------------------------------------- /packages/KeyboardKey/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/KeyboardKey/.gitignore -------------------------------------------------------------------------------- /packages/KeyboardKey/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/KeyboardKey/Package.swift -------------------------------------------------------------------------------- /packages/Localization/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Localization/.gitignore -------------------------------------------------------------------------------- /packages/Localization/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Localization/Package.swift -------------------------------------------------------------------------------- /packages/Localization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Localization/README.md -------------------------------------------------------------------------------- /packages/MergeLists/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/MergeLists/.gitignore -------------------------------------------------------------------------------- /packages/MergeLists/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/MergeLists/Package.swift -------------------------------------------------------------------------------- /packages/OCR/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/.gitignore -------------------------------------------------------------------------------- /packages/OCR/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Package.swift -------------------------------------------------------------------------------- /packages/OCR/PublicHeaders/ocr/ocr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/PublicHeaders/ocr/ocr.h -------------------------------------------------------------------------------- /packages/OCR/Sources/fast-edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Sources/fast-edge.cpp -------------------------------------------------------------------------------- /packages/OCR/Sources/fast-edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Sources/fast-edge.h -------------------------------------------------------------------------------- /packages/OCR/Sources/genann.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Sources/genann.c -------------------------------------------------------------------------------- /packages/OCR/Sources/genann.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Sources/genann.h -------------------------------------------------------------------------------- /packages/OCR/Sources/ocr.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/OCR/Sources/ocr.mm -------------------------------------------------------------------------------- /packages/ObjcUtils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ObjcUtils/.gitignore -------------------------------------------------------------------------------- /packages/ObjcUtils/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ObjcUtils/Package.swift -------------------------------------------------------------------------------- /packages/PrivateCallScreen/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/PrivateCallScreen/.gitignore -------------------------------------------------------------------------------- /packages/Reactions/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Reactions/.gitignore -------------------------------------------------------------------------------- /packages/Reactions/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Reactions/Package.swift -------------------------------------------------------------------------------- /packages/RingBuffer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/RingBuffer/.gitignore -------------------------------------------------------------------------------- /packages/RingBuffer/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/RingBuffer/Package.swift -------------------------------------------------------------------------------- /packages/Spotlight/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Spotlight/.gitignore -------------------------------------------------------------------------------- /packages/Spotlight/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Spotlight/Package.swift -------------------------------------------------------------------------------- /packages/Strings/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Strings/.gitignore -------------------------------------------------------------------------------- /packages/Strings/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Strings/Package.swift -------------------------------------------------------------------------------- /packages/Svg/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/.gitignore -------------------------------------------------------------------------------- /packages/Svg/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/Package.swift -------------------------------------------------------------------------------- /packages/Svg/PublicHeaders/Svg/Svg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/PublicHeaders/Svg/Svg.h -------------------------------------------------------------------------------- /packages/Svg/Sources/Svg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/Sources/Svg.h -------------------------------------------------------------------------------- /packages/Svg/Sources/Svg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/Sources/Svg.m -------------------------------------------------------------------------------- /packages/Svg/Sources/nanosvg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/Sources/nanosvg.c -------------------------------------------------------------------------------- /packages/Svg/Sources/nanosvg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Svg/Sources/nanosvg.h -------------------------------------------------------------------------------- /packages/TGGifConverter/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGGifConverter/.gitignore -------------------------------------------------------------------------------- /packages/TGGifConverter/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGGifConverter/Package.swift -------------------------------------------------------------------------------- /packages/TGPassportMRZ/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGPassportMRZ/.gitignore -------------------------------------------------------------------------------- /packages/TGPassportMRZ/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGPassportMRZ/Package.swift -------------------------------------------------------------------------------- /packages/TGUIKit/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/.gitignore -------------------------------------------------------------------------------- /packages/TGUIKit/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Package.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Button.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Button.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/ConfettiDustInkView.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Image.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Image.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Layer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Layer.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Modal.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Modal.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Node.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Node.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Style.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Style.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/System.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/System.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/TGFont.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/TGFont.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/View.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/View.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/Window.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/Window.swift -------------------------------------------------------------------------------- /packages/TGUIKit/Sources/XAttr.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TGUIKit/Sources/XAttr.swift -------------------------------------------------------------------------------- /packages/TelegramMedia/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TelegramMedia/.gitignore -------------------------------------------------------------------------------- /packages/TelegramMedia/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TelegramMedia/Package.swift -------------------------------------------------------------------------------- /packages/TelegramSystem/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TelegramSystem/Package.swift -------------------------------------------------------------------------------- /packages/TextRecognizing/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/TextRecognizing/.gitignore -------------------------------------------------------------------------------- /packages/ThemeSettings/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ThemeSettings/.gitignore -------------------------------------------------------------------------------- /packages/ThemeSettings/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/ThemeSettings/Package.swift -------------------------------------------------------------------------------- /packages/Translate/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Translate/.gitignore -------------------------------------------------------------------------------- /packages/Translate/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/packages/Translate/Package.swift -------------------------------------------------------------------------------- /scripts/configure_frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/scripts/configure_frameworks.sh -------------------------------------------------------------------------------- /scripts/flatc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/scripts/flatc -------------------------------------------------------------------------------- /scripts/rebuild: -------------------------------------------------------------------------------- 1 | no -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/AppCenter: -------------------------------------------------------------------------------- 1 | Versions/Current/AppCenter -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/PrivateHeaders: -------------------------------------------------------------------------------- 1 | Versions/Current/PrivateHeaders -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenter.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenterCrashes.framework/AppCenterCrashes: -------------------------------------------------------------------------------- 1 | Versions/Current/AppCenterCrashes -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenterCrashes.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenterCrashes.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenterCrashes.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /submodules/AppCenter/AppCenterCrashes.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /submodules/BuildConfig/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/BuildConfig/Package.swift -------------------------------------------------------------------------------- /submodules/Mozjpeg/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Mozjpeg/Package.swift -------------------------------------------------------------------------------- /submodules/Mozjpeg/Sources/Mozjpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Mozjpeg/Sources/Mozjpeg.h -------------------------------------------------------------------------------- /submodules/Mozjpeg/Sources/Mozjpeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Mozjpeg/Sources/Mozjpeg.m -------------------------------------------------------------------------------- /submodules/Stripe/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Stripe/Package.swift -------------------------------------------------------------------------------- /submodules/Stripe/Sources/STPCard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Stripe/Sources/STPCard.m -------------------------------------------------------------------------------- /submodules/Stripe/Sources/STPToken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Stripe/Sources/STPToken.m -------------------------------------------------------------------------------- /submodules/Zip/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Zip/Package.swift -------------------------------------------------------------------------------- /submodules/Zip/Sources/QuickZip.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Zip/Sources/QuickZip.swift -------------------------------------------------------------------------------- /submodules/Zip/Sources/Zip.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/Zip/Sources/Zip.swift -------------------------------------------------------------------------------- /submodules/libwebp/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/libwebp/Package.swift -------------------------------------------------------------------------------- /submodules/libwebp/Sources/libwebp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/libwebp/Sources/libwebp.h -------------------------------------------------------------------------------- /submodules/libwebp/Sources/libwebp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/libwebp/Sources/libwebp.m -------------------------------------------------------------------------------- /submodules/minizip/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Package.swift -------------------------------------------------------------------------------- /submodules/minizip/Sources/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/crypt.h -------------------------------------------------------------------------------- /submodules/minizip/Sources/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/ioapi.c -------------------------------------------------------------------------------- /submodules/minizip/Sources/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/ioapi.h -------------------------------------------------------------------------------- /submodules/minizip/Sources/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/unzip.c -------------------------------------------------------------------------------- /submodules/minizip/Sources/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/unzip.h -------------------------------------------------------------------------------- /submodules/minizip/Sources/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/zip.c -------------------------------------------------------------------------------- /submodules/minizip/Sources/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/submodules/minizip/Sources/zip.h -------------------------------------------------------------------------------- /tools/bump_build_number.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/bump_build_number.sh -------------------------------------------------------------------------------- /tools/cloud.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/cloud.strings -------------------------------------------------------------------------------- /tools/generate-images.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/generate-images.swift -------------------------------------------------------------------------------- /tools/strings.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/strings.stencil -------------------------------------------------------------------------------- /tools/swiftgen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/swiftgen.sh -------------------------------------------------------------------------------- /tools/sync_share_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overtake/TelegramSwift/HEAD/tools/sync_share_version.sh --------------------------------------------------------------------------------