type github.com/gotd/td/tg.StoryViewPublicRepostArray
12 uses
github.com/gotd/td/tg (current package)
tl_story_view_slices_gen.go#L146: func (s StoryViewClassArray) AsStoryViewPublicRepost() (to StoryViewPublicRepostArray) {
tl_story_view_slices_gen.go#L337: type StoryViewPublicRepostArray []StoryViewPublicRepost
tl_story_view_slices_gen.go#L340: func (s StoryViewPublicRepostArray) Sort(less func(a, b StoryViewPublicRepost) bool) StoryViewPublicRepostArray {
tl_story_view_slices_gen.go#L348: func (s StoryViewPublicRepostArray) SortStable(less func(a, b StoryViewPublicRepost) bool) StoryViewPublicRepostArray {
tl_story_view_slices_gen.go#L356: func (s StoryViewPublicRepostArray) Retain(keep func(x StoryViewPublicRepost) bool) StoryViewPublicRepostArray {
tl_story_view_slices_gen.go#L370: func (s StoryViewPublicRepostArray) First() (v StoryViewPublicRepost, ok bool) {
tl_story_view_slices_gen.go#L378: func (s StoryViewPublicRepostArray) Last() (v StoryViewPublicRepost, ok bool) {
tl_story_view_slices_gen.go#L386: func (s *StoryViewPublicRepostArray) PopFirst() (v StoryViewPublicRepost, ok bool) {
tl_story_view_slices_gen.go#L405: func (s *StoryViewPublicRepostArray) Pop() (v StoryViewPublicRepost, 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. |