github.com/gotd/td/tg.ChatPhoto.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_chat_photo_gen.go#L145: Flags bin.Fields
tl_chat_photo_gen.go#L181: if !(c.Flags.Zero()) {
tl_chat_photo_gen.go#L251: Null: !c.Flags.Has(0),
tl_chat_photo_gen.go#L260: Null: !c.Flags.Has(1),
tl_chat_photo_gen.go#L273: c.Flags.Set(0)
tl_chat_photo_gen.go#L276: c.Flags.Set(1)
tl_chat_photo_gen.go#L295: if err := c.Flags.Encode(b); err != nil {
tl_chat_photo_gen.go#L299: if c.Flags.Has(1) {
tl_chat_photo_gen.go#L323: if err := c.Flags.Decode(b); err != nil {
tl_chat_photo_gen.go#L327: c.HasVideo = c.Flags.Has(0)
tl_chat_photo_gen.go#L335: if c.Flags.Has(1) {
tl_chat_photo_gen.go#L355: c.Flags.Set(0)
tl_chat_photo_gen.go#L358: c.Flags.Unset(0)
tl_chat_photo_gen.go#L368: return c.Flags.Has(0)
tl_chat_photo_gen.go#L381: c.Flags.Set(1)
tl_chat_photo_gen.go#L391: if !c.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. |