github.com/gotd/td/tg.BotInfo.Flags (field)
40 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L43: Flags bin.Fields
tl_bot_info_gen.go#L85: if !(b.Flags.Zero()) {
tl_bot_info_gen.go#L180: Null: !b.Flags.Has(0),
tl_bot_info_gen.go#L185: Null: !b.Flags.Has(1),
tl_bot_info_gen.go#L190: Null: !b.Flags.Has(4),
tl_bot_info_gen.go#L195: Null: !b.Flags.Has(5),
tl_bot_info_gen.go#L200: Null: !b.Flags.Has(2),
tl_bot_info_gen.go#L205: Null: !b.Flags.Has(3),
tl_bot_info_gen.go#L214: b.Flags.Set(0)
tl_bot_info_gen.go#L217: b.Flags.Set(1)
tl_bot_info_gen.go#L220: b.Flags.Set(4)
tl_bot_info_gen.go#L223: b.Flags.Set(5)
tl_bot_info_gen.go#L226: b.Flags.Set(2)
tl_bot_info_gen.go#L229: b.Flags.Set(3)
tl_bot_info_gen.go#L248: if err := b.Flags.Encode(buf); err != nil {
tl_bot_info_gen.go#L251: if b.Flags.Has(0) {
tl_bot_info_gen.go#L254: if b.Flags.Has(1) {
tl_bot_info_gen.go#L257: if b.Flags.Has(4) {
tl_bot_info_gen.go#L265: if b.Flags.Has(5) {
tl_bot_info_gen.go#L273: if b.Flags.Has(2) {
tl_bot_info_gen.go#L281: if b.Flags.Has(3) {
tl_bot_info_gen.go#L309: if err := b.Flags.Decode(buf); err != nil {
tl_bot_info_gen.go#L313: if b.Flags.Has(0) {
tl_bot_info_gen.go#L320: if b.Flags.Has(1) {
tl_bot_info_gen.go#L327: if b.Flags.Has(4) {
tl_bot_info_gen.go#L334: if b.Flags.Has(5) {
tl_bot_info_gen.go#L341: if b.Flags.Has(2) {
tl_bot_info_gen.go#L358: if b.Flags.Has(3) {
tl_bot_info_gen.go#L370: b.Flags.Set(0)
tl_bot_info_gen.go#L380: if !b.Flags.Has(0) {
tl_bot_info_gen.go#L388: b.Flags.Set(1)
tl_bot_info_gen.go#L398: if !b.Flags.Has(1) {
tl_bot_info_gen.go#L406: b.Flags.Set(4)
tl_bot_info_gen.go#L416: if !b.Flags.Has(4) {
tl_bot_info_gen.go#L424: b.Flags.Set(5)
tl_bot_info_gen.go#L434: if !b.Flags.Has(5) {
tl_bot_info_gen.go#L442: b.Flags.Set(2)
tl_bot_info_gen.go#L452: if !b.Flags.Has(2) {
tl_bot_info_gen.go#L460: b.Flags.Set(3)
tl_bot_info_gen.go#L470: if !b.Flags.Has(3) {
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. |