github.com/gotd/td/tg.MessagesDeleteHistoryRequest.MaxDate (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_history_gen.go#L60: MaxDate int
tl_messages_delete_history_gen.go#L96: if !(d.MaxDate == 0) {
tl_messages_delete_history_gen.go#L130: d.MaxDate = val
tl_messages_delete_history_gen.go#L201: if !(d.MaxDate == 0) {
tl_messages_delete_history_gen.go#L235: b.PutInt(d.MaxDate)
tl_messages_delete_history_gen.go#L289: d.MaxDate = value
tl_messages_delete_history_gen.go#L369: d.MaxDate = value
tl_messages_delete_history_gen.go#L381: return d.MaxDate, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |