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

37 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L140: type InputStickerSetID struct {
		tl_input_sticker_set_gen.go#L151: func (i InputStickerSetID) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L155: 	_ bin.Encoder     = &InputStickerSetID{}
		tl_input_sticker_set_gen.go#L156: 	_ bin.Decoder     = &InputStickerSetID{}
		tl_input_sticker_set_gen.go#L157: 	_ bin.BareEncoder = &InputStickerSetID{}
		tl_input_sticker_set_gen.go#L158: 	_ bin.BareDecoder = &InputStickerSetID{}
		tl_input_sticker_set_gen.go#L160: 	_ InputStickerSetClass = &InputStickerSetID{}
		tl_input_sticker_set_gen.go#L163: func (i *InputStickerSetID) Zero() bool {
		tl_input_sticker_set_gen.go#L178: func (i *InputStickerSetID) String() string {
		tl_input_sticker_set_gen.go#L182: 	type Alias InputStickerSetID
		tl_input_sticker_set_gen.go#L187: func (i *InputStickerSetID) FillFrom(from interface {
		tl_input_sticker_set_gen.go#L198: func (*InputStickerSetID) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L203: func (*InputStickerSetID) TypeName() string {
		tl_input_sticker_set_gen.go#L208: func (i *InputStickerSetID) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L231: func (i *InputStickerSetID) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L240: func (i *InputStickerSetID) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L250: func (i *InputStickerSetID) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L261: func (i *InputStickerSetID) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L283: func (i *InputStickerSetID) GetID() (value int64) {
		tl_input_sticker_set_gen.go#L291: func (i *InputStickerSetID) GetAccessHash() (value int64) {
		tl_input_sticker_set_gen.go#L1364: 		v := InputStickerSetID{}
		tl_input_sticker_set_slices_gen.go#L122: 		value, ok := elem.(*InputStickerSetID)
		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#L218: 	var zero InputStickerSetID
		tl_input_sticker_set_slices_gen.go#L227: func (s *InputStickerSetIDArray) Pop() (v InputStickerSetID, ok bool) {
		tl_input_sticker_set_slices_gen.go#L242: 	return s.Sort(func(a, b InputStickerSetID) bool {
		tl_input_sticker_set_slices_gen.go#L249: 	return s.SortStable(func(a, b InputStickerSetID) bool {
		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 {
		tl_input_sticker_set_slices_gen.go#L263: 	r := make(map[int64]InputStickerSetID, len(s))
		tl_registry_gen.go#L4091: 		InputStickerSetIDTypeID:                                  func() bin.Object { return &InputStickerSetID{} },