github.com/gotd/td/tg.StoryAlbum.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_story_album_gen.go#L46: Flags bin.Fields
tl_story_album_gen.go#L76: if !(s.Flags.Zero()) {
tl_story_album_gen.go#L157: Null: !s.Flags.Has(0),
tl_story_album_gen.go#L162: Null: !s.Flags.Has(1),
tl_story_album_gen.go#L171: s.Flags.Set(0)
tl_story_album_gen.go#L174: s.Flags.Set(1)
tl_story_album_gen.go#L193: if err := s.Flags.Encode(b); err != nil {
tl_story_album_gen.go#L198: if s.Flags.Has(0) {
tl_story_album_gen.go#L206: if s.Flags.Has(1) {
tl_story_album_gen.go#L234: if err := s.Flags.Decode(b); err != nil {
tl_story_album_gen.go#L252: if s.Flags.Has(0) {
tl_story_album_gen.go#L259: if s.Flags.Has(1) {
tl_story_album_gen.go#L287: s.Flags.Set(0)
tl_story_album_gen.go#L297: if !s.Flags.Has(0) {
tl_story_album_gen.go#L305: s.Flags.Set(1)
tl_story_album_gen.go#L315: if !s.Flags.Has(1) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |