type github.com/gotd/td/tg.InputStickerSetThumbArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L211: func (s InputFileLocationClassArray) AsInputStickerSetThumb() (to InputStickerSetThumbArray) {
tl_input_file_location_slices_gen.go#L977: type InputStickerSetThumbArray []InputStickerSetThumb
tl_input_file_location_slices_gen.go#L980: func (s InputStickerSetThumbArray) Sort(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
tl_input_file_location_slices_gen.go#L988: func (s InputStickerSetThumbArray) SortStable(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
tl_input_file_location_slices_gen.go#L996: func (s InputStickerSetThumbArray) Retain(keep func(x InputStickerSetThumb) bool) InputStickerSetThumbArray {
tl_input_file_location_slices_gen.go#L1010: func (s InputStickerSetThumbArray) First() (v InputStickerSetThumb, ok bool) {
tl_input_file_location_slices_gen.go#L1018: func (s InputStickerSetThumbArray) Last() (v InputStickerSetThumb, ok bool) {
tl_input_file_location_slices_gen.go#L1026: func (s *InputStickerSetThumbArray) PopFirst() (v InputStickerSetThumb, ok bool) {
tl_input_file_location_slices_gen.go#L1045: func (s *InputStickerSetThumbArray) Pop() (v InputStickerSetThumb, 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. |