Commit aa35fac
committed
fix(types): Make pictureUrl optional in GroupSummaryResponse
We have a case where the `pictureUrl` is not available. This commit
makes the `pictureUrl` optional in the `GroupSummaryResponse` type.
The documentation for the `GroupSummaryResponse` type has also proven
this to be the case.
See https://developers.line.biz/en/reference/messaging-api/#get-group-summary-response1 parent 47dcab8 commit aa35fac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2834 | 2834 | | |
2835 | 2835 | | |
2836 | 2836 | | |
2837 | | - | |
| 2837 | + | |
2838 | 2838 | | |
2839 | 2839 | | |
2840 | 2840 | | |
| |||
0 commit comments