test
This commit is contained in:
parent
012c2a8033
commit
49a620226f
2
td.go
2
td.go
@ -81,7 +81,7 @@ func getHistory(c *tdlib.Client, chatID64 *int64, senderUserID64 *int64) {
|
|||||||
chat = *chatID64
|
chat = *chatID64
|
||||||
}
|
}
|
||||||
|
|
||||||
if historySenderUserID64 != int64(0) {
|
if *senderUserID64 != 0 {
|
||||||
userDetails, err := c.GetUser(senderUserID)
|
userDetails, err := c.GetUser(senderUserID)
|
||||||
chatDetails, err := c.GetChat(chat)
|
chatDetails, err := c.GetChat(chat)
|
||||||
fmt.Printf("Exporting historic messages for chat %d (%s) from user %d (%s)...\n", chat, chatDetails.Title, *senderUserID64, userDetails.Username)
|
fmt.Printf("Exporting historic messages for chat %d (%s) from user %d (%s)...\n", chat, chatDetails.Title, *senderUserID64, userDetails.Username)
|
||||||
|
Loading…
Reference in New Issue
Block a user