type github.com/gotd/td/tg.StoryViewPublicForwardArray
12 uses
github.com/gotd/td/tg (current package)
tl_story_view_slices_gen.go#L133: func (s StoryViewClassArray) AsStoryViewPublicForward() (to StoryViewPublicForwardArray) {
tl_story_view_slices_gen.go#L255: type StoryViewPublicForwardArray []StoryViewPublicForward
tl_story_view_slices_gen.go#L258: func (s StoryViewPublicForwardArray) Sort(less func(a, b StoryViewPublicForward) bool) StoryViewPublicForwardArray {
tl_story_view_slices_gen.go#L266: func (s StoryViewPublicForwardArray) SortStable(less func(a, b StoryViewPublicForward) bool) StoryViewPublicForwardArray {
tl_story_view_slices_gen.go#L274: func (s StoryViewPublicForwardArray) Retain(keep func(x StoryViewPublicForward) bool) StoryViewPublicForwardArray {
tl_story_view_slices_gen.go#L288: func (s StoryViewPublicForwardArray) First() (v StoryViewPublicForward, ok bool) {
tl_story_view_slices_gen.go#L296: func (s StoryViewPublicForwardArray) Last() (v StoryViewPublicForward, ok bool) {
tl_story_view_slices_gen.go#L304: func (s *StoryViewPublicForwardArray) PopFirst() (v StoryViewPublicForward, ok bool) {
tl_story_view_slices_gen.go#L323: func (s *StoryViewPublicForwardArray) Pop() (v StoryViewPublicForward, ok bool) {
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. |