|
33 | 33 | def lazy_import(): |
34 | 34 | from sendbird_platform_sdk.model.list_messages_response_messages_inner_og_tag import ListMessagesResponseMessagesInnerOgTag |
35 | 35 | from sendbird_platform_sdk.model.list_messages_response_messages_inner_sorted_metaarray_inner import ListMessagesResponseMessagesInnerSortedMetaarrayInner |
| 36 | + from sendbird_platform_sdk.model.send_bird_file import SendBirdFile |
36 | 37 | from sendbird_platform_sdk.model.send_bird_message_response_mentioned_users_inner import SendBirdMessageResponseMentionedUsersInner |
37 | 38 | from sendbird_platform_sdk.model.send_bird_message_response_user import SendBirdMessageResponseUser |
38 | 39 | from sendbird_platform_sdk.model.send_bird_parent_message_info import SendBirdParentMessageInfo |
39 | 40 | globals()['ListMessagesResponseMessagesInnerOgTag'] = ListMessagesResponseMessagesInnerOgTag |
40 | 41 | globals()['ListMessagesResponseMessagesInnerSortedMetaarrayInner'] = ListMessagesResponseMessagesInnerSortedMetaarrayInner |
| 42 | + globals()['SendBirdFile'] = SendBirdFile |
41 | 43 | globals()['SendBirdMessageResponseMentionedUsersInner'] = SendBirdMessageResponseMentionedUsersInner |
42 | 44 | globals()['SendBirdMessageResponseUser'] = SendBirdMessageResponseUser |
43 | 45 | globals()['SendBirdParentMessageInfo'] = SendBirdParentMessageInfo |
@@ -105,6 +107,7 @@ def openapi_types(): |
105 | 107 | 'is_removed': (bool,), # noqa: E501 |
106 | 108 | 'user': (SendBirdMessageResponseUser,), # noqa: E501 |
107 | 109 | 'file': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 |
| 110 | + 'files': ([SendBirdFile],), # noqa: E501 |
108 | 111 | 'message': (str,), # noqa: E501 |
109 | 112 | 'data': (str,), # noqa: E501 |
110 | 113 | 'message_retention_hour': (float,), # noqa: E501 |
@@ -136,6 +139,7 @@ def discriminator(): |
136 | 139 | 'is_removed': 'is_removed', # noqa: E501 |
137 | 140 | 'user': 'user', # noqa: E501 |
138 | 141 | 'file': 'file', # noqa: E501 |
| 142 | + 'files': 'files', # noqa: E501 |
139 | 143 | 'message': 'message', # noqa: E501 |
140 | 144 | 'data': 'data', # noqa: E501 |
141 | 145 | 'message_retention_hour': 'message_retention_hour', # noqa: E501 |
@@ -202,6 +206,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 |
202 | 206 | is_removed (bool): [optional] # noqa: E501 |
203 | 207 | user (SendBirdMessageResponseUser): [optional] # noqa: E501 |
204 | 208 | file ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 |
| 209 | + files ([SendBirdFile]): [optional] # noqa: E501 |
205 | 210 | message (str): [optional] # noqa: E501 |
206 | 211 | data (str): [optional] # noqa: E501 |
207 | 212 | message_retention_hour (float): [optional] # noqa: E501 |
@@ -310,6 +315,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 |
310 | 315 | is_removed (bool): [optional] # noqa: E501 |
311 | 316 | user (SendBirdMessageResponseUser): [optional] # noqa: E501 |
312 | 317 | file ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 |
| 318 | + files ([SendBirdFile]): [optional] # noqa: E501 |
313 | 319 | message (str): [optional] # noqa: E501 |
314 | 320 | data (str): [optional] # noqa: E501 |
315 | 321 | message_retention_hour (float): [optional] # noqa: E501 |
|
0 commit comments