type github.com/gotd/td/tg.InputStickerSetThumb

32 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L1655: type InputStickerSetThumb struct {
		tl_input_file_location_gen.go#L1666: func (i InputStickerSetThumb) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L1670: 	_ bin.Encoder     = &InputStickerSetThumb{}
		tl_input_file_location_gen.go#L1671: 	_ bin.Decoder     = &InputStickerSetThumb{}
		tl_input_file_location_gen.go#L1672: 	_ bin.BareEncoder = &InputStickerSetThumb{}
		tl_input_file_location_gen.go#L1673: 	_ bin.BareDecoder = &InputStickerSetThumb{}
		tl_input_file_location_gen.go#L1675: 	_ InputFileLocationClass = &InputStickerSetThumb{}
		tl_input_file_location_gen.go#L1678: func (i *InputStickerSetThumb) Zero() bool {
		tl_input_file_location_gen.go#L1693: func (i *InputStickerSetThumb) String() string {
		tl_input_file_location_gen.go#L1697: 	type Alias InputStickerSetThumb
		tl_input_file_location_gen.go#L1702: func (i *InputStickerSetThumb) FillFrom(from interface {
		tl_input_file_location_gen.go#L1713: func (*InputStickerSetThumb) TypeID() uint32 {
		tl_input_file_location_gen.go#L1718: func (*InputStickerSetThumb) TypeName() string {
		tl_input_file_location_gen.go#L1723: func (i *InputStickerSetThumb) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L1746: func (i *InputStickerSetThumb) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1755: func (i *InputStickerSetThumb) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1770: func (i *InputStickerSetThumb) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1781: func (i *InputStickerSetThumb) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1803: func (i *InputStickerSetThumb) GetStickerset() (value InputStickerSetClass) {
		tl_input_file_location_gen.go#L1811: func (i *InputStickerSetThumb) GetThumbVersion() (value int) {
		tl_input_file_location_gen.go#L2676: 		v := InputStickerSetThumb{}
		tl_input_file_location_slices_gen.go#L213: 		value, ok := elem.(*InputStickerSetThumb)
		tl_input_file_location_slices_gen.go#L977: type InputStickerSetThumbArray []InputStickerSetThumb
		tl_input_file_location_slices_gen.go#L980: func (s InputStickerSetThumbArray) Sort(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L988: func (s InputStickerSetThumbArray) SortStable(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L996: func (s InputStickerSetThumbArray) Retain(keep func(x InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L1010: func (s InputStickerSetThumbArray) First() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1018: func (s InputStickerSetThumbArray) Last() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1026: func (s *InputStickerSetThumbArray) PopFirst() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1036: 	var zero InputStickerSetThumb
		tl_input_file_location_slices_gen.go#L1045: func (s *InputStickerSetThumbArray) Pop() (v InputStickerSetThumb, ok bool) {
		tl_registry_gen.go#L3655: 		InputStickerSetThumbTypeID:                               func() bin.Object { return &InputStickerSetThumb{} },