Skip to content

Commit bf02404

Browse files
author
Hyunje Jun
committed
docs: remove FYI from 'get member profile' APIs
1 parent 1f254a9 commit bf02404

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/pages/api-reference/client.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ client.getProfile('user_id').then((profile) => {
108108

109109
It corresponds to the [Group/Room Member Profile](https://devdocs.line.me/en/#get-group-room-member-profile) API.
110110

111-
*FYI: This feature is only available for LINE@ Approved accounts or official accounts.*
112-
113111
The arguments are a group ID and an ID of a user in the group. Please refer to
114112
the official documentation for the difference between this API and `getProfile()`.
115113

@@ -123,8 +121,6 @@ client.getGroupMemberProfile('group_id', 'user_id').then((profile) => {
123121

124122
It corresponds to the [Group/Room Member Profile](https://devdocs.line.me/en/#get-group-room-member-profile) API.
125123

126-
*FYI: This feature is only available for LINE@ Approved accounts or official accounts.*
127-
128124
The arguments are a room ID and an ID of a user in the room. Please refer to the
129125
official documentation for the difference between this API and `getProfile()`.
130126

0 commit comments

Comments
 (0)