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):
503503 person : RealmUserEventPerson
504504
505505
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+
506515# -----------------------------------------------------------------------------
507516# See https://zulip.com/api/get-events#subscription-update
508517# (also -peer_add and -peer_remove; FIXME: -add & -remove are not yet supported)
@@ -619,6 +628,7 @@ class UpdateDisplaySettingsEvent(TypedDict):
619628 UpdateMessageContentEvent ,
620629 UpdateMessagesLocationEvent ,
621630 ReactionEvent ,
631+ SubmessageEvent ,
622632 SubscriptionUpdateEvent ,
623633 SubscriptionPeerAddRemoveEvent ,
624634 TypingEvent ,
You can’t perform that action at this time.
0 commit comments