github.com/gotd/td/tg.StoriesStories.PinnedToTop (field)
11 uses
github.com/gotd/td/tg (current package)
tl_stories_stories_gen.go#L54: PinnedToTop []int
tl_stories_stories_gen.go#L85: if !(s.PinnedToTop == nil) {
tl_stories_stories_gen.go#L118: s.PinnedToTop = val
tl_stories_stories_gen.go#L175: if !(s.PinnedToTop == nil) {
tl_stories_stories_gen.go#L209: b.PutVectorHeader(len(s.PinnedToTop))
tl_stories_stories_gen.go#L210: for _, v := range s.PinnedToTop {
tl_stories_stories_gen.go#L287: s.PinnedToTop = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_stories_stories_gen.go#L294: s.PinnedToTop = append(s.PinnedToTop, value)
tl_stories_stories_gen.go#L353: s.PinnedToTop = value
tl_stories_stories_gen.go#L365: return s.PinnedToTop, true
![]() |
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. |