github.com/gotd/td/tg.ChannelsDeleteHistoryRequest.ForEveryone (field)
7 uses
github.com/gotd/td/tg (current package)
tl_channels_delete_history_gen.go#L48: ForEveryone bool
tl_channels_delete_history_gen.go#L76: if !(d.ForEveryone == false) {
tl_channels_delete_history_gen.go#L104: d.ForEveryone = from.GetForEveryone()
tl_channels_delete_history_gen.go#L151: if !(d.ForEveryone == false) {
tl_channels_delete_history_gen.go#L205: d.ForEveryone = d.Flags.Has(0)
tl_channels_delete_history_gen.go#L227: d.ForEveryone = true
tl_channels_delete_history_gen.go#L230: d.ForEveryone = 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. |