type github.com/gotd/td/tg.MessagesStickerSetArray
12 uses
github.com/gotd/td/tg (current package)
tl_messages_sticker_set_slices_gen.go#L120: func (s MessagesStickerSetClassArray) AsMessagesStickerSet() (to MessagesStickerSetArray) {
tl_messages_sticker_set_slices_gen.go#L188: type MessagesStickerSetArray []MessagesStickerSet
tl_messages_sticker_set_slices_gen.go#L191: func (s MessagesStickerSetArray) Sort(less func(a, b MessagesStickerSet) bool) MessagesStickerSetArray {
tl_messages_sticker_set_slices_gen.go#L199: func (s MessagesStickerSetArray) SortStable(less func(a, b MessagesStickerSet) bool) MessagesStickerSetArray {
tl_messages_sticker_set_slices_gen.go#L207: func (s MessagesStickerSetArray) Retain(keep func(x MessagesStickerSet) bool) MessagesStickerSetArray {
tl_messages_sticker_set_slices_gen.go#L221: func (s MessagesStickerSetArray) First() (v MessagesStickerSet, ok bool) {
tl_messages_sticker_set_slices_gen.go#L229: func (s MessagesStickerSetArray) Last() (v MessagesStickerSet, ok bool) {
tl_messages_sticker_set_slices_gen.go#L237: func (s *MessagesStickerSetArray) PopFirst() (v MessagesStickerSet, ok bool) {
tl_messages_sticker_set_slices_gen.go#L256: func (s *MessagesStickerSetArray) Pop() (v MessagesStickerSet, 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. |