type github.com/gotd/td/tg.InputStickerSetIDArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_slices_gen.go#L120: func (s InputStickerSetClassArray) AsInputStickerSetID() (to InputStickerSetIDArray) {
tl_input_sticker_set_slices_gen.go#L159: type InputStickerSetIDArray []InputStickerSetID
tl_input_sticker_set_slices_gen.go#L162: func (s InputStickerSetIDArray) Sort(less func(a, b InputStickerSetID) bool) InputStickerSetIDArray {
tl_input_sticker_set_slices_gen.go#L170: func (s InputStickerSetIDArray) SortStable(less func(a, b InputStickerSetID) bool) InputStickerSetIDArray {
tl_input_sticker_set_slices_gen.go#L178: func (s InputStickerSetIDArray) Retain(keep func(x InputStickerSetID) bool) InputStickerSetIDArray {
tl_input_sticker_set_slices_gen.go#L192: func (s InputStickerSetIDArray) First() (v InputStickerSetID, ok bool) {
tl_input_sticker_set_slices_gen.go#L200: func (s InputStickerSetIDArray) Last() (v InputStickerSetID, ok bool) {
tl_input_sticker_set_slices_gen.go#L208: func (s *InputStickerSetIDArray) PopFirst() (v InputStickerSetID, ok bool) {
tl_input_sticker_set_slices_gen.go#L227: func (s *InputStickerSetIDArray) Pop() (v InputStickerSetID, ok bool) {
tl_input_sticker_set_slices_gen.go#L241: func (s InputStickerSetIDArray) SortByID() InputStickerSetIDArray {
tl_input_sticker_set_slices_gen.go#L248: func (s InputStickerSetIDArray) SortStableByID() InputStickerSetIDArray {
tl_input_sticker_set_slices_gen.go#L255: func (s InputStickerSetIDArray) FillMap(to map[int64]InputStickerSetID) {
tl_input_sticker_set_slices_gen.go#L262: func (s InputStickerSetIDArray) ToMap() map[int64]InputStickerSetID {
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. |