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) {