github.com/gotd/td/tg.ChannelsGetAdminLogRequest.EventsFilter (field)
8 uses
github.com/gotd/td/tg (current package)
tl_channels_get_admin_log_gen.go#L54: EventsFilter ChannelAdminLogEventsFilter
tl_channels_get_admin_log_gen.go#L100: if !(g.EventsFilter.Zero()) {
tl_channels_get_admin_log_gen.go#L141: g.EventsFilter = val
tl_channels_get_admin_log_gen.go#L212: if !(g.EventsFilter.Zero()) {
tl_channels_get_admin_log_gen.go#L246: if err := g.EventsFilter.Encode(b); err != nil {
tl_channels_get_admin_log_gen.go#L303: if err := g.EventsFilter.Decode(b); err != nil {
tl_channels_get_admin_log_gen.go#L367: g.EventsFilter = value
tl_channels_get_admin_log_gen.go#L379: return g.EventsFilter, 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. |