We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0a662 commit 79dbe1fCopy full SHA for 79dbe1f
spec/line/bot/client_get_spec.rb
@@ -194,7 +194,7 @@
194
"userId": "Ufr47556f2e40dba2456887320ba7c76d",
195
"basicId": "@abcdefghijklmn",
196
"displayName": "Example",
197
- "pictureUrl": "https://obs.line-apps.com/abcdefghijklmn",
+ "pictureUrl": "https://example.com/hogehoge",
198
"chatMode": "chat",
199
"markAsReadMode": "manual"
200
}
@@ -477,7 +477,7 @@ def generate_client
477
userId: 'Ufr47556f2e40dba2456887320ba7c76d',
478
basicId: '@abcdefghijklmn',
479
displayName: 'Example',
480
- pictureUrl: 'https://obs.line-apps.com/abcdefghijklmn',
+ pictureUrl: 'https://example.com/hogehoge',
481
chatMode: 'chat',
482
markAsReadMode: 'manual'
483
)
0 commit comments