type github.com/gotd/td/tg.UpdateNewStickerSetArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L523: func (s UpdateClassArray) AsUpdateNewStickerSet() (to UpdateNewStickerSetArray) {
tl_update_slices_gen.go#L4151: type UpdateNewStickerSetArray []UpdateNewStickerSet
tl_update_slices_gen.go#L4154: func (s UpdateNewStickerSetArray) Sort(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4162: func (s UpdateNewStickerSetArray) SortStable(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4170: func (s UpdateNewStickerSetArray) Retain(keep func(x UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
tl_update_slices_gen.go#L4184: func (s UpdateNewStickerSetArray) First() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4192: func (s UpdateNewStickerSetArray) Last() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4200: func (s *UpdateNewStickerSetArray) PopFirst() (v UpdateNewStickerSet, ok bool) {
tl_update_slices_gen.go#L4219: func (s *UpdateNewStickerSetArray) Pop() (v UpdateNewStickerSet, 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. |