TRUECONF_CHAT_INFO_GROUP_CHAT = {
'chatId': '48db1d948372d076d20aa3740935731ec64bc588',
'title': 'Test',
'chatType': 2,
'unreadMessages': 0,
'lastMessage': None
}
GetChatByIdResponse.from_dict(self.TRUECONF_CHAT_INFO_GROUP_CHAT.copy())
mashumaro.exceptions.MissingField: Field "avatar_url" of type Optional[str] is missing in GetChatByIdResponse instance
Насколько корректно такое поведение? Вроде как avatar_url Optional.
TRUECONF_CHAT_INFO_GROUP_CHAT = {
'chatId': '48db1d948372d076d20aa3740935731ec64bc588',
'title': 'Test',
'chatType': 2,
'unreadMessages': 0,
'lastMessage': None
}
GetChatByIdResponse.from_dict(self.TRUECONF_CHAT_INFO_GROUP_CHAT.copy())
mashumaro.exceptions.MissingField: Field "avatar_url" of type Optional[str] is missing in GetChatByIdResponse instance
Насколько корректно такое поведение? Вроде как avatar_url Optional.