@@ -34,18 +34,20 @@ def lazy_import():
3434 from sendbird_platform_sdk .model .send_bird_group_channel_channel import SendBirdGroupChannelChannel
3535 from sendbird_platform_sdk .model .send_bird_group_channel_created_by import SendBirdGroupChannelCreatedBy
3636 from sendbird_platform_sdk .model .send_bird_group_channel_disappearing_message import SendBirdGroupChannelDisappearingMessage
37+ from sendbird_platform_sdk .model .send_bird_group_channel_inviter import SendBirdGroupChannelInviter
38+ from sendbird_platform_sdk .model .send_bird_group_channel_last_message import SendBirdGroupChannelLastMessage
3739 from sendbird_platform_sdk .model .send_bird_group_channel_sms_fallback import SendBirdGroupChannelSmsFallback
3840 from sendbird_platform_sdk .model .send_bird_member import SendBirdMember
39- from sendbird_platform_sdk .model .send_bird_message_response import SendBirdMessageResponse
4041 from sendbird_platform_sdk .model .send_bird_open_channel import SendBirdOpenChannel
4142 from sendbird_platform_sdk .model .send_bird_user import SendBirdUser
4243 globals ()['SendBirdGroupChannel' ] = SendBirdGroupChannel
4344 globals ()['SendBirdGroupChannelChannel' ] = SendBirdGroupChannelChannel
4445 globals ()['SendBirdGroupChannelCreatedBy' ] = SendBirdGroupChannelCreatedBy
4546 globals ()['SendBirdGroupChannelDisappearingMessage' ] = SendBirdGroupChannelDisappearingMessage
47+ globals ()['SendBirdGroupChannelInviter' ] = SendBirdGroupChannelInviter
48+ globals ()['SendBirdGroupChannelLastMessage' ] = SendBirdGroupChannelLastMessage
4649 globals ()['SendBirdGroupChannelSmsFallback' ] = SendBirdGroupChannelSmsFallback
4750 globals ()['SendBirdMember' ] = SendBirdMember
48- globals ()['SendBirdMessageResponse' ] = SendBirdMessageResponse
4951 globals ()['SendBirdOpenChannel' ] = SendBirdOpenChannel
5052 globals ()['SendBirdUser' ] = SendBirdUser
5153
@@ -96,6 +98,7 @@ class SendBirdChannelResponse(ModelComposed):
9698 'FALSE' : "false" ,
9799 },
98100 ('my_role' ,): {
101+ 'EMPTY' : "" ,
99102 'NONE' : "none" ,
100103 'OPERATOR' : "operator" ,
101104 },
@@ -139,7 +142,7 @@ def openapi_types():
139142 'ignore_profanity_filter' : (bool ,), # noqa: E501
140143 'hidden_state' : (str ,), # noqa: E501
141144 'invited_at' : (float ,), # noqa: E501
142- 'inviter' : (SendBirdUser ,), # noqa: E501
145+ 'inviter' : (SendBirdGroupChannelInviter ,), # noqa: E501
143146 'is_access_code_required' : (bool ,), # noqa: E501
144147 'is_broadcast' : (bool ,), # noqa: E501
145148 'is_created' : (bool ,), # noqa: E501
@@ -153,7 +156,7 @@ def openapi_types():
153156 'is_super' : (bool ,), # noqa: E501
154157 'joined_at' : (float ,), # noqa: E501
155158 'joined_member_count' : (float ,), # noqa: E501
156- 'last_message' : (SendBirdMessageResponse ,), # noqa: E501
159+ 'last_message' : (SendBirdGroupChannelLastMessage ,), # noqa: E501
157160 'max_length_message' : (float ,), # noqa: E501
158161 'member_count' : (float ,), # noqa: E501
159162 'members' : ([SendBirdMember ],), # noqa: E501
@@ -280,7 +283,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
280283 ignore_profanity_filter (bool): [optional] # noqa: E501
281284 hidden_state (str): [optional] # noqa: E501
282285 invited_at (float): [optional] # noqa: E501
283- inviter (SendBirdUser ): [optional] # noqa: E501
286+ inviter (SendBirdGroupChannelInviter ): [optional] # noqa: E501
284287 is_access_code_required (bool): [optional] # noqa: E501
285288 is_broadcast (bool): [optional] # noqa: E501
286289 is_created (bool): [optional] # noqa: E501
@@ -294,7 +297,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
294297 is_super (bool): [optional] # noqa: E501
295298 joined_at (float): [optional] # noqa: E501
296299 joined_member_count (float): [optional] # noqa: E501
297- last_message (SendBirdMessageResponse ): [optional] # noqa: E501
300+ last_message (SendBirdGroupChannelLastMessage ): [optional] # noqa: E501
298301 max_length_message (float): [optional] # noqa: E501
299302 member_count (float): [optional] # noqa: E501
300303 members ([SendBirdMember]): [optional] # noqa: E501
@@ -429,7 +432,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
429432 ignore_profanity_filter (bool): [optional] # noqa: E501
430433 hidden_state (str): [optional] # noqa: E501
431434 invited_at (float): [optional] # noqa: E501
432- inviter (SendBirdUser ): [optional] # noqa: E501
435+ inviter (SendBirdGroupChannelInviter ): [optional] # noqa: E501
433436 is_access_code_required (bool): [optional] # noqa: E501
434437 is_broadcast (bool): [optional] # noqa: E501
435438 is_created (bool): [optional] # noqa: E501
@@ -443,7 +446,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
443446 is_super (bool): [optional] # noqa: E501
444447 joined_at (float): [optional] # noqa: E501
445448 joined_member_count (float): [optional] # noqa: E501
446- last_message (SendBirdMessageResponse ): [optional] # noqa: E501
449+ last_message (SendBirdGroupChannelLastMessage ): [optional] # noqa: E501
447450 max_length_message (float): [optional] # noqa: E501
448451 member_count (float): [optional] # noqa: E501
449452 members ([SendBirdMember]): [optional] # noqa: E501
0 commit comments