mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -293,7 +293,7 @@ fileprivate let parsers: [Int32 : (BufferReader) -> Any?] = {
|
||||
dict[-207944868] = { return Api.FileHash.parse_fileHash($0) }
|
||||
dict[-11252123] = { return Api.Folder.parse_folder($0) }
|
||||
dict[-373643672] = { return Api.FolderPeer.parse_folderPeer($0) }
|
||||
dict[1903173033] = { return Api.ForumTopic.parse_forumTopic($0) }
|
||||
dict[-838922550] = { return Api.ForumTopic.parse_forumTopic($0) }
|
||||
dict[37687451] = { return Api.ForumTopic.parse_forumTopicDeleted($0) }
|
||||
dict[-394605632] = { return Api.FoundStory.parse_foundStory($0) }
|
||||
dict[-1107729093] = { return Api.Game.parse_game($0) }
|
||||
@@ -1111,7 +1111,7 @@ fileprivate let parsers: [Int32 : (BufferReader) -> Any?] = {
|
||||
dict[-1535694705] = { return Api.Update.parse_updateGroupCallChainBlocks($0) }
|
||||
dict[192428418] = { return Api.Update.parse_updateGroupCallConnection($0) }
|
||||
dict[-917002394] = { return Api.Update.parse_updateGroupCallEncryptedMessage($0) }
|
||||
dict[-1761933248] = { return Api.Update.parse_updateGroupCallMessage($0) }
|
||||
dict[2026050784] = { return Api.Update.parse_updateGroupCallMessage($0) }
|
||||
dict[-219423922] = { return Api.Update.parse_updateGroupCallParticipants($0) }
|
||||
dict[1763610706] = { return Api.Update.parse_updateInlineBotCallbackQuery($0) }
|
||||
dict[1442983757] = { return Api.Update.parse_updateLangPack($0) }
|
||||
|
||||
Reference in New Issue
Block a user