mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Add pinned message chat event
This commit is contained in:
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
@@ -165,6 +165,7 @@ type MessageType =
|
||||
| 'joined-signal-notification'
|
||||
| 'keychange'
|
||||
| 'outgoing'
|
||||
| 'pinned-message-notification'
|
||||
| 'phone-number-discovery'
|
||||
| 'poll-terminate'
|
||||
| 'profile-change'
|
||||
@@ -212,6 +213,7 @@ export type MessageAttributesType = {
|
||||
payment?: AnyPaymentEvent;
|
||||
quote?: QuotedMessageType;
|
||||
reactions?: ReadonlyArray<MessageReactionType>;
|
||||
pinnedMessageId?: string;
|
||||
poll?: PollMessageAttribute;
|
||||
pollTerminateNotification?: {
|
||||
question: string;
|
||||
|
||||
Reference in New Issue
Block a user