File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,15 @@ class RealmUserEvent(TypedDict):
503
503
person : RealmUserEventPerson
504
504
505
505
506
+ class SubmessageEvent (TypedDict ):
507
+ type : Literal ["submessage" ]
508
+ msg_type : str
509
+ message_id : int
510
+ submessage_id : int
511
+ sender_id : int
512
+ content : str
513
+
514
+
506
515
# -----------------------------------------------------------------------------
507
516
# See https://zulip.com/api/get-events#subscription-update
508
517
# (also -peer_add and -peer_remove; FIXME: -add & -remove are not yet supported)
@@ -619,6 +628,7 @@ class UpdateDisplaySettingsEvent(TypedDict):
619
628
UpdateMessageContentEvent ,
620
629
UpdateMessagesLocationEvent ,
621
630
ReactionEvent ,
631
+ SubmessageEvent ,
622
632
SubscriptionUpdateEvent ,
623
633
SubscriptionPeerAddRemoveEvent ,
624
634
TypingEvent ,
You can’t perform that action at this time.
0 commit comments