Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
14
def
chat(slave_channel) -> PrivateChat:
15
chat = slave_channel.alice.copy()
16
return
chat
17
18
19
media_types = (MsgType.Image, MsgType.Audio, MsgType.File, MsgType.Sticker)
Callers
nothing calls this directly
Calls
1
copy
Method · 0.80
Tested by
no test coverage detected