type github.com/gotd/td/tg.InputStickerSetDiceArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_slices_gen.go#L146: func (s InputStickerSetClassArray) AsInputStickerSetDice() (to InputStickerSetDiceArray) {
tl_input_sticker_set_slices_gen.go#L351: type InputStickerSetDiceArray []InputStickerSetDice
tl_input_sticker_set_slices_gen.go#L354: func (s InputStickerSetDiceArray) Sort(less func(a, b InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L362: func (s InputStickerSetDiceArray) SortStable(less func(a, b InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L370: func (s InputStickerSetDiceArray) Retain(keep func(x InputStickerSetDice) bool) InputStickerSetDiceArray {
tl_input_sticker_set_slices_gen.go#L384: func (s InputStickerSetDiceArray) First() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L392: func (s InputStickerSetDiceArray) Last() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L400: func (s *InputStickerSetDiceArray) PopFirst() (v InputStickerSetDice, ok bool) {
tl_input_sticker_set_slices_gen.go#L419: func (s *InputStickerSetDiceArray) Pop() (v InputStickerSetDice, 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. |