type github.com/gotd/td/tg.InputStickerSetClassArray
16 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_slices_gen.go#L38: type InputStickerSetClassArray []InputStickerSetClass
tl_input_sticker_set_slices_gen.go#L41: func (s InputStickerSetClassArray) Sort(less func(a, b InputStickerSetClass) bool) InputStickerSetClassArray {
tl_input_sticker_set_slices_gen.go#L49: func (s InputStickerSetClassArray) SortStable(less func(a, b InputStickerSetClass) bool) InputStickerSetClassArray {
tl_input_sticker_set_slices_gen.go#L57: func (s InputStickerSetClassArray) Retain(keep func(x InputStickerSetClass) bool) InputStickerSetClassArray {
tl_input_sticker_set_slices_gen.go#L71: func (s InputStickerSetClassArray) First() (v InputStickerSetClass, ok bool) {
tl_input_sticker_set_slices_gen.go#L79: func (s InputStickerSetClassArray) Last() (v InputStickerSetClass, ok bool) {
tl_input_sticker_set_slices_gen.go#L87: func (s *InputStickerSetClassArray) PopFirst() (v InputStickerSetClass, ok bool) {
tl_input_sticker_set_slices_gen.go#L106: func (s *InputStickerSetClassArray) Pop() (v InputStickerSetClass, ok bool) {
tl_input_sticker_set_slices_gen.go#L120: func (s InputStickerSetClassArray) AsInputStickerSetID() (to InputStickerSetIDArray) {
tl_input_sticker_set_slices_gen.go#L133: func (s InputStickerSetClassArray) AsInputStickerSetShortName() (to InputStickerSetShortNameArray) {
tl_input_sticker_set_slices_gen.go#L146: func (s InputStickerSetClassArray) AsInputStickerSetDice() (to InputStickerSetDiceArray) {
tl_messages_toggle_sticker_sets_gen.go#L309: func (t *MessagesToggleStickerSetsRequest) MapStickersets() (value InputStickerSetClassArray) {
tl_messages_toggle_sticker_sets_gen.go#L310: return InputStickerSetClassArray(t.Stickersets)
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. |