type github.com/gotd/td/tg.UpdateSentStoryReactionArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1433: func (s UpdateClassArray) AsUpdateSentStoryReaction() (to UpdateSentStoryReactionArray) {
tl_update_slices_gen.go#L10031: type UpdateSentStoryReactionArray []UpdateSentStoryReaction
tl_update_slices_gen.go#L10034: func (s UpdateSentStoryReactionArray) Sort(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
tl_update_slices_gen.go#L10042: func (s UpdateSentStoryReactionArray) SortStable(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
tl_update_slices_gen.go#L10050: func (s UpdateSentStoryReactionArray) Retain(keep func(x UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
tl_update_slices_gen.go#L10064: func (s UpdateSentStoryReactionArray) First() (v UpdateSentStoryReaction, ok bool) {
tl_update_slices_gen.go#L10072: func (s UpdateSentStoryReactionArray) Last() (v UpdateSentStoryReaction, ok bool) {
tl_update_slices_gen.go#L10080: func (s *UpdateSentStoryReactionArray) PopFirst() (v UpdateSentStoryReaction, ok bool) {
tl_update_slices_gen.go#L10099: func (s *UpdateSentStoryReactionArray) Pop() (v UpdateSentStoryReaction, 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. |