github.com/gotd/td/tg.ChannelsAdminLogResults.Events (field)
9 uses
github.com/gotd/td/tg (current package)
tl_channels_admin_log_results_gen.go#L40: Events []ChannelAdminLogEvent
tl_channels_admin_log_results_gen.go#L62: if !(a.Events == nil) {
tl_channels_admin_log_results_gen.go#L90: a.Events = from.GetEvents()
tl_channels_admin_log_results_gen.go#L148: b.PutVectorHeader(len(a.Events))
tl_channels_admin_log_results_gen.go#L149: for idx, v := range a.Events {
tl_channels_admin_log_results_gen.go#L198: a.Events = make([]ChannelAdminLogEvent, 0, headerLen%bin.PreallocateLimit)
tl_channels_admin_log_results_gen.go#L205: a.Events = append(a.Events, value)
tl_channels_admin_log_results_gen.go#L250: return a.Events
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. |