Skip to content

Commit 362441a

Browse files
authored
Update API schema to Layer 133 (patch)
1 parent 09c8289 commit 362441a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/api/source/main_api.tl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ sendMessageUploadRoundAction#243e1c66 progress:int = SendMessageAction;
445445
speakingInGroupCallAction#d92c2285 = SendMessageAction;
446446
sendMessageHistoryImportAction#dbda9246 progress:int = SendMessageAction;
447447
sendMessageChooseStickerAction#b05ac6b1 = SendMessageAction;
448-
sendMessageEmojiInteraction#6a3233b6 emoticon:string interaction:DataJSON = SendMessageAction;
448+
sendMessageEmojiInteraction#25972bcb emoticon:string msg_id:int interaction:DataJSON = SendMessageAction;
449449
sendMessageEmojiInteractionSeen#b665902e emoticon:string = SendMessageAction;
450450

451451
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;
@@ -538,6 +538,7 @@ inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;
538538
inputStickerSetShortName#861cc8a0 short_name:string = InputStickerSet;
539539
inputStickerSetAnimatedEmoji#28703c8 = InputStickerSet;
540540
inputStickerSetDice#e67f520e emoticon:string = InputStickerSet;
541+
inputStickerSetAnimatedEmojiAnimations#cde3739 = InputStickerSet;
541542

542543
stickerSet#d7df217a flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true animated:flags.5?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumbs:flags.4?Vector<PhotoSize> thumb_dc_id:flags.4?int thumb_version:flags.4?int count:int hash:int = StickerSet;
543544

@@ -885,7 +886,6 @@ channelAdminLogEventActionExportedInviteRevoke#410a134e invite:ExportedChatInvit
885886
channelAdminLogEventActionExportedInviteEdit#e90ebb59 prev_invite:ExportedChatInvite new_invite:ExportedChatInvite = ChannelAdminLogEventAction;
886887
channelAdminLogEventActionParticipantVolume#3e7f6847 participant:GroupCallParticipant = ChannelAdminLogEventAction;
887888
channelAdminLogEventActionChangeHistoryTTL#6e941a38 prev_value:int new_value:int = ChannelAdminLogEventAction;
888-
channelAdminLogEventActionChangeTheme#fe69018d prev_value:string new_value:string = ChannelAdminLogEventAction;
889889

890890
channelAdminLogEvent#1fad68cd id:long date:int user_id:long action:ChannelAdminLogEventAction = ChannelAdminLogEvent;
891891

0 commit comments

Comments
 (0)