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