type github.com/gotd/td/tg.InputStickerSetThumbLegacyArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L250: func (s InputFileLocationClassArray) AsInputStickerSetThumbLegacy() (to InputStickerSetThumbLegacyArray) {
tl_input_file_location_slices_gen.go#L1223: type InputStickerSetThumbLegacyArray []InputStickerSetThumbLegacy
tl_input_file_location_slices_gen.go#L1226: func (s InputStickerSetThumbLegacyArray) Sort(less func(a, b InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
tl_input_file_location_slices_gen.go#L1234: func (s InputStickerSetThumbLegacyArray) SortStable(less func(a, b InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
tl_input_file_location_slices_gen.go#L1242: func (s InputStickerSetThumbLegacyArray) Retain(keep func(x InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
tl_input_file_location_slices_gen.go#L1256: func (s InputStickerSetThumbLegacyArray) First() (v InputStickerSetThumbLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1264: func (s InputStickerSetThumbLegacyArray) Last() (v InputStickerSetThumbLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1272: func (s *InputStickerSetThumbLegacyArray) PopFirst() (v InputStickerSetThumbLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1291: func (s *InputStickerSetThumbLegacyArray) Pop() (v InputStickerSetThumbLegacy, 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. |