type github.com/gotd/td/tg.StoryReactionClassArray
16 uses
github.com/gotd/td/tg (current package)
tl_stories_story_reactions_list_gen.go#L365: func (s *StoriesStoryReactionsList) MapReactions() (value StoryReactionClassArray) {
tl_stories_story_reactions_list_gen.go#L366: return StoryReactionClassArray(s.Reactions)
tl_story_reaction_slices_gen.go#L38: type StoryReactionClassArray []StoryReactionClass
tl_story_reaction_slices_gen.go#L41: func (s StoryReactionClassArray) Sort(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L49: func (s StoryReactionClassArray) SortStable(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L57: func (s StoryReactionClassArray) Retain(keep func(x StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L71: func (s StoryReactionClassArray) First() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L79: func (s StoryReactionClassArray) Last() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L87: func (s *StoryReactionClassArray) PopFirst() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L106: func (s *StoryReactionClassArray) Pop() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L120: func (s StoryReactionClassArray) AsStoryReaction() (to StoryReactionArray) {
tl_story_reaction_slices_gen.go#L133: func (s StoryReactionClassArray) AsStoryReactionPublicForward() (to StoryReactionPublicForwardArray) {
tl_story_reaction_slices_gen.go#L146: func (s StoryReactionClassArray) AsStoryReactionPublicRepost() (to StoryReactionPublicRepostArray) {
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. |