github.com/gotd/td/tg.StoriesSearchPostsRequest.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_stories_search_posts_gen.go#L50: Flags bin.Fields
tl_stories_search_posts_gen.go#L98: if !(s.Flags.Zero()) {
tl_stories_search_posts_gen.go#L179: Null: !s.Flags.Has(0),
tl_stories_search_posts_gen.go#L184: Null: !s.Flags.Has(1),
tl_stories_search_posts_gen.go#L189: Null: !s.Flags.Has(2),
tl_stories_search_posts_gen.go#L206: s.Flags.Set(0)
tl_stories_search_posts_gen.go#L209: s.Flags.Set(1)
tl_stories_search_posts_gen.go#L212: s.Flags.Set(2)
tl_stories_search_posts_gen.go#L231: if err := s.Flags.Encode(b); err != nil {
tl_stories_search_posts_gen.go#L234: if s.Flags.Has(0) {
tl_stories_search_posts_gen.go#L237: if s.Flags.Has(1) {
tl_stories_search_posts_gen.go#L245: if s.Flags.Has(2) {
tl_stories_search_posts_gen.go#L275: if err := s.Flags.Decode(b); err != nil {
tl_stories_search_posts_gen.go#L279: if s.Flags.Has(0) {
tl_stories_search_posts_gen.go#L286: if s.Flags.Has(1) {
tl_stories_search_posts_gen.go#L293: if s.Flags.Has(2) {
tl_stories_search_posts_gen.go#L319: s.Flags.Set(0)
tl_stories_search_posts_gen.go#L329: if !s.Flags.Has(0) {
tl_stories_search_posts_gen.go#L337: s.Flags.Set(1)
tl_stories_search_posts_gen.go#L347: if !s.Flags.Has(1) {
tl_stories_search_posts_gen.go#L355: s.Flags.Set(2)
tl_stories_search_posts_gen.go#L365: if !s.Flags.Has(2) {
![]() |
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. |