@@ -142,11 +142,11 @@ https://devdocs.line.me/en/#bot-api-get-profile
142
142
print (profile.status_message)
143
143
144
144
get\_ group\_ member\_ profile(self, group\_ id, user\_ id, timeout=None)
145
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146
146
147
- Gets the user profile of a member of a group that
148
- the bot is in. This can be the user ID of a user who has
149
- not added the bot as a friend or has blocked the bot.
147
+ Gets the user profile of a member of a group that the bot is in. This can be
148
+ the user ID of a user who has not added the bot as a friend or has blocked
149
+ the bot.
150
150
151
151
https://devdocs.line.me/en/#get-group-room-member-profile
152
152
@@ -159,11 +159,10 @@ https://devdocs.line.me/en/#get-group-room-member-profile
159
159
print (profile.picture_url)
160
160
161
161
get\_ room\_ member\_ profile(self, room\_ id, user\_ id, timeout=None)
162
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
162
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
163
163
164
- Gets the user profile of a member of a room that
165
- the bot is in. This can be the user ID of a user who has
166
- not added the bot as a friend or has blocked the bot.
164
+ Gets the user profile of a member of a room that the bot is in. This can be the
165
+ user ID of a user who has not added the bot as a friend or has blocked the bot.
167
166
168
167
https://devdocs.line.me/en/#get-group-room-member-profile
169
168
0 commit comments