Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/and3rson/raid
/ String
Method
String
raid/telegram.go:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(m Message) String() string {
39
return
fmt.Sprintf(
40
"[ID:%d Author:%s Text:%s Date:%s]"
,
41
m.ID, m.Author, m.Text, m.Date,
42
)
43
}
44
45
func
NewChannelClient(channel string) *ChannelClient {
46
return
&ChannelClient{
Callers
1
HandleConn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected