github.com/gotd/td/tg.UpdateChatParticipant.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L17838: Flags bin.Fields
tl_update_gen.go#L17890: if !(u.Flags.Zero()) {
tl_update_gen.go#L18002: Null: !u.Flags.Has(0),
tl_update_gen.go#L18007: Null: !u.Flags.Has(1),
tl_update_gen.go#L18012: Null: !u.Flags.Has(2),
tl_update_gen.go#L18025: u.Flags.Set(0)
tl_update_gen.go#L18028: u.Flags.Set(1)
tl_update_gen.go#L18031: u.Flags.Set(2)
tl_update_gen.go#L18050: if err := u.Flags.Encode(b); err != nil {
tl_update_gen.go#L18057: if u.Flags.Has(0) {
tl_update_gen.go#L18065: if u.Flags.Has(1) {
tl_update_gen.go#L18073: if u.Flags.Has(2) {
tl_update_gen.go#L18102: if err := u.Flags.Decode(b); err != nil {
tl_update_gen.go#L18134: if u.Flags.Has(0) {
tl_update_gen.go#L18141: if u.Flags.Has(1) {
tl_update_gen.go#L18148: if u.Flags.Has(2) {
tl_update_gen.go#L18199: u.Flags.Set(0)
tl_update_gen.go#L18209: if !u.Flags.Has(0) {
tl_update_gen.go#L18217: u.Flags.Set(1)
tl_update_gen.go#L18227: if !u.Flags.Has(1) {
tl_update_gen.go#L18235: u.Flags.Set(2)
tl_update_gen.go#L18245: if !u.Flags.Has(2) {
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. |