type github.com/gotd/td/tg.StoryReactionPublicForwardArray
12 uses
github.com/gotd/td/tg (current package)
tl_story_reaction_slices_gen.go#L133: func (s StoryReactionClassArray) AsStoryReactionPublicForward() (to StoryReactionPublicForwardArray) {
tl_story_reaction_slices_gen.go#L255: type StoryReactionPublicForwardArray []StoryReactionPublicForward
tl_story_reaction_slices_gen.go#L258: func (s StoryReactionPublicForwardArray) Sort(less func(a, b StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
tl_story_reaction_slices_gen.go#L266: func (s StoryReactionPublicForwardArray) SortStable(less func(a, b StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
tl_story_reaction_slices_gen.go#L274: func (s StoryReactionPublicForwardArray) Retain(keep func(x StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
tl_story_reaction_slices_gen.go#L288: func (s StoryReactionPublicForwardArray) First() (v StoryReactionPublicForward, ok bool) {
tl_story_reaction_slices_gen.go#L296: func (s StoryReactionPublicForwardArray) Last() (v StoryReactionPublicForward, ok bool) {
tl_story_reaction_slices_gen.go#L304: func (s *StoryReactionPublicForwardArray) PopFirst() (v StoryReactionPublicForward, ok bool) {
tl_story_reaction_slices_gen.go#L323: func (s *StoryReactionPublicForwardArray) Pop() (v StoryReactionPublicForward, 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. |