Skip to content

Commit 2fb2829

Browse files
committed
📝 update message.self documentation
1 parent 27ef2cc commit 2fb2829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/model/message.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export interface Message {
7171
*/
7272
to: ChatId;
7373
/**
74-
* Indicates whether the message was sent by the host account
74+
* Indicates whether the message is coming into the session or going out of the session. You can have a message sent by the host account show as `in` when the message was sent from another
75+
* session or from the host account device itself.
7576
*/
7677
self: "in" | "out";
7778
/**

0 commit comments

Comments
 (0)