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) {