MCPcopy 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
38func (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
45func NewChannelClient(channel string) *ChannelClient {
46 return &ChannelClient{

Callers 1

HandleConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected