github.com/gotd/td/tg.AuthSentCode.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L43: Flags bin.Fields
tl_auth_sent_code_gen.go#L85: if !(s.Flags.Zero()) {
tl_auth_sent_code_gen.go#L166: Null: !s.Flags.Has(1),
tl_auth_sent_code_gen.go#L171: Null: !s.Flags.Has(2),
tl_auth_sent_code_gen.go#L180: s.Flags.Set(1)
tl_auth_sent_code_gen.go#L183: s.Flags.Set(2)
tl_auth_sent_code_gen.go#L202: if err := s.Flags.Encode(b); err != nil {
tl_auth_sent_code_gen.go#L212: if s.Flags.Has(1) {
tl_auth_sent_code_gen.go#L220: if s.Flags.Has(2) {
tl_auth_sent_code_gen.go#L243: if err := s.Flags.Decode(b); err != nil {
tl_auth_sent_code_gen.go#L261: if s.Flags.Has(1) {
tl_auth_sent_code_gen.go#L268: if s.Flags.Has(2) {
tl_auth_sent_code_gen.go#L296: s.Flags.Set(1)
tl_auth_sent_code_gen.go#L306: if !s.Flags.Has(1) {
tl_auth_sent_code_gen.go#L314: s.Flags.Set(2)
tl_auth_sent_code_gen.go#L324: if !s.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. |