type github.com/gotd/td/tg.StoryViewClassArray
16 uses
github.com/gotd/td/tg (current package)
tl_stories_story_views_list_gen.go#L453: func (s *StoriesStoryViewsList) MapViews() (value StoryViewClassArray) {
tl_stories_story_views_list_gen.go#L454: return StoryViewClassArray(s.Views)
tl_story_view_slices_gen.go#L38: type StoryViewClassArray []StoryViewClass
tl_story_view_slices_gen.go#L41: func (s StoryViewClassArray) Sort(less func(a, b StoryViewClass) bool) StoryViewClassArray {
tl_story_view_slices_gen.go#L49: func (s StoryViewClassArray) SortStable(less func(a, b StoryViewClass) bool) StoryViewClassArray {
tl_story_view_slices_gen.go#L57: func (s StoryViewClassArray) Retain(keep func(x StoryViewClass) bool) StoryViewClassArray {
tl_story_view_slices_gen.go#L71: func (s StoryViewClassArray) First() (v StoryViewClass, ok bool) {
tl_story_view_slices_gen.go#L79: func (s StoryViewClassArray) Last() (v StoryViewClass, ok bool) {
tl_story_view_slices_gen.go#L87: func (s *StoryViewClassArray) PopFirst() (v StoryViewClass, ok bool) {
tl_story_view_slices_gen.go#L106: func (s *StoryViewClassArray) Pop() (v StoryViewClass, ok bool) {
tl_story_view_slices_gen.go#L120: func (s StoryViewClassArray) AsStoryView() (to StoryViewArray) {
tl_story_view_slices_gen.go#L133: func (s StoryViewClassArray) AsStoryViewPublicForward() (to StoryViewPublicForwardArray) {
tl_story_view_slices_gen.go#L146: func (s StoryViewClassArray) AsStoryViewPublicRepost() (to StoryViewPublicRepostArray) {
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. |