I am trying to hit this API endpoint: https://sendbird.com/docs/chat/platform-api/v3/user/managing-joined-group-channels/list-group-channels-by-user
When I include ?show_read_receipt=true via CURL, I see read_receipt and user_last_read in the API response
But when I use userApi.listMyGroupChannels from this package, those fields are are not returned.
I suspect this is because the ListMyGroupChannelsResponse > SendBirdGroupChannel is incorrect and missing those fields?