type github.com/gotd/td/tg.InputStickerSetShortNameArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_slices_gen.go#L133: func (s InputStickerSetClassArray) AsInputStickerSetShortName() (to InputStickerSetShortNameArray) {
tl_input_sticker_set_slices_gen.go#L269: type InputStickerSetShortNameArray []InputStickerSetShortName
tl_input_sticker_set_slices_gen.go#L272: func (s InputStickerSetShortNameArray) Sort(less func(a, b InputStickerSetShortName) bool) InputStickerSetShortNameArray {
tl_input_sticker_set_slices_gen.go#L280: func (s InputStickerSetShortNameArray) SortStable(less func(a, b InputStickerSetShortName) bool) InputStickerSetShortNameArray {
tl_input_sticker_set_slices_gen.go#L288: func (s InputStickerSetShortNameArray) Retain(keep func(x InputStickerSetShortName) bool) InputStickerSetShortNameArray {
tl_input_sticker_set_slices_gen.go#L302: func (s InputStickerSetShortNameArray) First() (v InputStickerSetShortName, ok bool) {
tl_input_sticker_set_slices_gen.go#L310: func (s InputStickerSetShortNameArray) Last() (v InputStickerSetShortName, ok bool) {
tl_input_sticker_set_slices_gen.go#L318: func (s *InputStickerSetShortNameArray) PopFirst() (v InputStickerSetShortName, ok bool) {
tl_input_sticker_set_slices_gen.go#L337: func (s *InputStickerSetShortNameArray) Pop() (v InputStickerSetShortName, 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. |