github.com/gotd/td/tg.ContactsBlockFromRepliesRequest.DeleteHistory (field)
7 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_from_replies_gen.go#L50: DeleteHistory bool
tl_contacts_block_from_replies_gen.go#L81: if !(b.DeleteHistory == false) {
tl_contacts_block_from_replies_gen.go#L111: b.DeleteHistory = from.GetDeleteHistory()
tl_contacts_block_from_replies_gen.go#L167: if !(b.DeleteHistory == false) {
tl_contacts_block_from_replies_gen.go#L219: b.DeleteHistory = b.Flags.Has(1)
tl_contacts_block_from_replies_gen.go#L254: b.DeleteHistory = true
tl_contacts_block_from_replies_gen.go#L257: b.DeleteHistory = false
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. |