File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ client.getProfile('user_id').then((profile) => {
108
108
109
109
It corresponds to the [ Group/Room Member Profile] ( https://devdocs.line.me/en/#get-group-room-member-profile ) API.
110
110
111
- * FYI: This feature is only available for LINE@ Approved accounts or official accounts.*
112
-
113
111
The arguments are a group ID and an ID of a user in the group. Please refer to
114
112
the official documentation for the difference between this API and ` getProfile() ` .
115
113
@@ -123,8 +121,6 @@ client.getGroupMemberProfile('group_id', 'user_id').then((profile) => {
123
121
124
122
It corresponds to the [ Group/Room Member Profile] ( https://devdocs.line.me/en/#get-group-room-member-profile ) API.
125
123
126
- * FYI: This feature is only available for LINE@ Approved accounts or official accounts.*
127
-
128
124
The arguments are a room ID and an ID of a user in the room. Please refer to the
129
125
official documentation for the difference between this API and ` getProfile() ` .
130
126
You can’t perform that action at this time.
0 commit comments