I am trying to create group channel by gcCreateChannel method in GroupChannelApi class. the group channel that i had requested to create, have been created successfully, but an exception occurred during mapping response to SendBirdMember class. The api returns unix timestamp in milliseconds as a value of last_seen_at, but the type of the field lastSeenAt in SendBirdMember class is int. I use sdk version 1.0.21 and the following is the exception details.
I am trying to create group channel by
gcCreateChannel
method inGroupChannelApi
class. the group channel that i had requested to create, have been created successfully, but an exception occurred during mapping response toSendBirdMember
class. The api returns unix timestamp in milliseconds as a value of last_seen_at, but the type of the fieldlastSeenAt
inSendBirdMember
class is int. I use sdk version 1.0.21 and the following is the exception details.Thank you!