github.com/gotd/td/tg.ChannelsGetAdminLogRequest.Flags (field)
17 uses
github.com/gotd/td/tg (current package)
tl_channels_get_admin_log_gen.go#L46: Flags bin.Fields
tl_channels_get_admin_log_gen.go#L91: if !(g.Flags.Zero()) {
tl_channels_get_admin_log_gen.go#L187: Null: !g.Flags.Has(0),
tl_channels_get_admin_log_gen.go#L192: Null: !g.Flags.Has(1),
tl_channels_get_admin_log_gen.go#L213: g.Flags.Set(0)
tl_channels_get_admin_log_gen.go#L216: g.Flags.Set(1)
tl_channels_get_admin_log_gen.go#L235: if err := g.Flags.Encode(b); err != nil {
tl_channels_get_admin_log_gen.go#L245: if g.Flags.Has(0) {
tl_channels_get_admin_log_gen.go#L250: if g.Flags.Has(1) {
tl_channels_get_admin_log_gen.go#L284: if err := g.Flags.Decode(b); err != nil {
tl_channels_get_admin_log_gen.go#L302: if g.Flags.Has(0) {
tl_channels_get_admin_log_gen.go#L307: if g.Flags.Has(1) {
tl_channels_get_admin_log_gen.go#L366: g.Flags.Set(0)
tl_channels_get_admin_log_gen.go#L376: if !g.Flags.Has(0) {
tl_channels_get_admin_log_gen.go#L384: g.Flags.Set(1)
tl_channels_get_admin_log_gen.go#L394: if !g.Flags.Has(1) {
tl_channels_get_admin_log_gen.go#L431: if !g.Flags.Has(1) {
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. |