type github.com/gotd/td/tg.StoryReactionArray
16 uses
github.com/gotd/td/tg (current package)
tl_story_reaction_slices_gen.go#L120: func (s StoryReactionClassArray) AsStoryReaction() (to StoryReactionArray) {
tl_story_reaction_slices_gen.go#L159: type StoryReactionArray []StoryReaction
tl_story_reaction_slices_gen.go#L162: func (s StoryReactionArray) Sort(less func(a, b StoryReaction) bool) StoryReactionArray {
tl_story_reaction_slices_gen.go#L170: func (s StoryReactionArray) SortStable(less func(a, b StoryReaction) bool) StoryReactionArray {
tl_story_reaction_slices_gen.go#L178: func (s StoryReactionArray) Retain(keep func(x StoryReaction) bool) StoryReactionArray {
tl_story_reaction_slices_gen.go#L192: func (s StoryReactionArray) First() (v StoryReaction, ok bool) {
tl_story_reaction_slices_gen.go#L200: func (s StoryReactionArray) Last() (v StoryReaction, ok bool) {
tl_story_reaction_slices_gen.go#L208: func (s *StoryReactionArray) PopFirst() (v StoryReaction, ok bool) {
tl_story_reaction_slices_gen.go#L227: func (s *StoryReactionArray) Pop() (v StoryReaction, ok bool) {
tl_story_reaction_slices_gen.go#L241: func (s StoryReactionArray) SortByDate() StoryReactionArray {
tl_story_reaction_slices_gen.go#L248: func (s StoryReactionArray) SortStableByDate() StoryReactionArray {
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. |