You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/types.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ export type Profile = {
16
16
userId: string;
17
17
pictureUrl: string;
18
18
statusMessage: string;
19
+
language?: string;
19
20
};
20
21
21
22
/**
@@ -499,7 +500,7 @@ export type MessageCommon = {
499
500
quickReply?: QuickReply;
500
501
/**
501
502
* [Change icon and display name](https://developers.line.biz/en/docs/messaging-api/icon-nickname-switch/)
502
-
*
503
+
*
503
504
* When sending a message from the LINE Official Account, you can specify the `sender.name` and the `sender.iconUrl` properties in [Message objects](https://developers.line.biz/en/reference/messaging-api/#message-objects).
0 commit comments