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

Function chat

tests/test_message.py:14–16  ·  view source on GitHub ↗
(slave_channel)

Source from the content-addressed store, hash-verified

12
13@pytest.fixture(scope="module")
14def chat(slave_channel) -> PrivateChat:
15 chat = slave_channel.alice.copy()
16 return chat
17
18
19media_types = (MsgType.Image, MsgType.Audio, MsgType.File, MsgType.Sticker)

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected