github.com/gotd/td/tg.ChannelsGetAdminLogRequest.Admins (field)
12 uses
github.com/gotd/td/tg (current package)
tl_channels_get_admin_log_gen.go#L58: Admins []InputUserClass
tl_channels_get_admin_log_gen.go#L103: if !(g.Admins == nil) {
tl_channels_get_admin_log_gen.go#L145: g.Admins = val
tl_channels_get_admin_log_gen.go#L215: if !(g.Admins == nil) {
tl_channels_get_admin_log_gen.go#L251: b.PutVectorHeader(len(g.Admins))
tl_channels_get_admin_log_gen.go#L252: for idx, v := range g.Admins {
tl_channels_get_admin_log_gen.go#L314: g.Admins = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_get_admin_log_gen.go#L321: g.Admins = append(g.Admins, value)
tl_channels_get_admin_log_gen.go#L385: g.Admins = value
tl_channels_get_admin_log_gen.go#L397: return g.Admins, true
tl_channels_get_admin_log_gen.go#L434: return InputUserClassArray(g.Admins), 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. |