MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / get_chats

Method get_chats

tests/mocks/slave.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 raise EFBChatNotFound()
62
63 def get_chats(self) -> List[Chat]:
64 return self.chats.copy()
65
66 def get_chat_picture(self, chat: Chat):
67 if chat.uid in self.__picture_dict:

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected