test
This commit is contained in:
parent
f26983eb9a
commit
3e2407c3c9
1
td.go
1
td.go
@ -51,6 +51,7 @@ func ListenMQ(c *tdlib.Client, msgs <-chan TGCommand) {
|
|||||||
b, err := json.Marshal(u)
|
b, err := json.Marshal(u)
|
||||||
logOnError(err, "ListenMQ : Marshal")
|
logOnError(err, "ListenMQ : Marshal")
|
||||||
log.Printf("ListenMQ : commandRefreshMsg (%d - %d) :\n%s\n", m.FromChatID64, m.FromMsgID64, string(b))
|
log.Printf("ListenMQ : commandRefreshMsg (%d - %d) :\n%s\n", m.FromChatID64, m.FromMsgID64, string(b))
|
||||||
|
log.Printf("ListenMQ : commandRefreshMsg : Type : %s\n", u.Content.GetMessageContentEnum())
|
||||||
if err != nil && u.Content.GetMessageContentEnum() == tdlib.MessageTextType {
|
if err != nil && u.Content.GetMessageContentEnum() == tdlib.MessageTextType {
|
||||||
txt := u.Content.(*tdlib.MessageText).Text.Text
|
txt := u.Content.(*tdlib.MessageText).Text.Text
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user