type github.com/gotd/td/tg.UpdateStickerSetsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L549: func (s UpdateClassArray) AsUpdateStickerSets() (to UpdateStickerSetsArray) {
tl_update_slices_gen.go#L4315: type UpdateStickerSetsArray []UpdateStickerSets
tl_update_slices_gen.go#L4318: func (s UpdateStickerSetsArray) Sort(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4326: func (s UpdateStickerSetsArray) SortStable(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4334: func (s UpdateStickerSetsArray) Retain(keep func(x UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4348: func (s UpdateStickerSetsArray) First() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4356: func (s UpdateStickerSetsArray) Last() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4364: func (s *UpdateStickerSetsArray) PopFirst() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4383: func (s *UpdateStickerSetsArray) Pop() (v UpdateStickerSets, 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. |