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

32 uses

	github.com/gotd/td/tg (current package)
		tl_input_saved_star_gift_gen.go#L177: type InputSavedStarGiftChat struct {
		tl_input_saved_star_gift_gen.go#L193: func (i InputSavedStarGiftChat) construct() InputSavedStarGiftClass { return &i }
		tl_input_saved_star_gift_gen.go#L197: 	_ bin.Encoder     = &InputSavedStarGiftChat{}
		tl_input_saved_star_gift_gen.go#L198: 	_ bin.Decoder     = &InputSavedStarGiftChat{}
		tl_input_saved_star_gift_gen.go#L199: 	_ bin.BareEncoder = &InputSavedStarGiftChat{}
		tl_input_saved_star_gift_gen.go#L200: 	_ bin.BareDecoder = &InputSavedStarGiftChat{}
		tl_input_saved_star_gift_gen.go#L202: 	_ InputSavedStarGiftClass = &InputSavedStarGiftChat{}
		tl_input_saved_star_gift_gen.go#L205: func (i *InputSavedStarGiftChat) Zero() bool {
		tl_input_saved_star_gift_gen.go#L220: func (i *InputSavedStarGiftChat) String() string {
		tl_input_saved_star_gift_gen.go#L224: 	type Alias InputSavedStarGiftChat
		tl_input_saved_star_gift_gen.go#L229: func (i *InputSavedStarGiftChat) FillFrom(from interface {
		tl_input_saved_star_gift_gen.go#L240: func (*InputSavedStarGiftChat) TypeID() uint32 {
		tl_input_saved_star_gift_gen.go#L245: func (*InputSavedStarGiftChat) TypeName() string {
		tl_input_saved_star_gift_gen.go#L250: func (i *InputSavedStarGiftChat) TypeInfo() tdp.Type {
		tl_input_saved_star_gift_gen.go#L273: func (i *InputSavedStarGiftChat) Encode(b *bin.Buffer) error {
		tl_input_saved_star_gift_gen.go#L282: func (i *InputSavedStarGiftChat) EncodeBare(b *bin.Buffer) error {
		tl_input_saved_star_gift_gen.go#L297: func (i *InputSavedStarGiftChat) Decode(b *bin.Buffer) error {
		tl_input_saved_star_gift_gen.go#L308: func (i *InputSavedStarGiftChat) DecodeBare(b *bin.Buffer) error {
		tl_input_saved_star_gift_gen.go#L330: func (i *InputSavedStarGiftChat) GetPeer() (value InputPeerClass) {
		tl_input_saved_star_gift_gen.go#L338: func (i *InputSavedStarGiftChat) GetSavedID() (value int64) {
		tl_input_saved_star_gift_gen.go#L542: 		v := InputSavedStarGiftChat{}
		tl_input_saved_star_gift_slices_gen.go#L135: 		value, ok := elem.(*InputSavedStarGiftChat)
		tl_input_saved_star_gift_slices_gen.go#L241: type InputSavedStarGiftChatArray []InputSavedStarGiftChat
		tl_input_saved_star_gift_slices_gen.go#L244: func (s InputSavedStarGiftChatArray) Sort(less func(a, b InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
		tl_input_saved_star_gift_slices_gen.go#L252: func (s InputSavedStarGiftChatArray) SortStable(less func(a, b InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
		tl_input_saved_star_gift_slices_gen.go#L260: func (s InputSavedStarGiftChatArray) Retain(keep func(x InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
		tl_input_saved_star_gift_slices_gen.go#L274: func (s InputSavedStarGiftChatArray) First() (v InputSavedStarGiftChat, ok bool) {
		tl_input_saved_star_gift_slices_gen.go#L282: func (s InputSavedStarGiftChatArray) Last() (v InputSavedStarGiftChat, ok bool) {
		tl_input_saved_star_gift_slices_gen.go#L290: func (s *InputSavedStarGiftChatArray) PopFirst() (v InputSavedStarGiftChat, ok bool) {
		tl_input_saved_star_gift_slices_gen.go#L300: 	var zero InputSavedStarGiftChat
		tl_input_saved_star_gift_slices_gen.go#L309: func (s *InputSavedStarGiftChatArray) Pop() (v InputSavedStarGiftChat, ok bool) {
		tl_registry_gen.go#L6395: 		InputSavedStarGiftChatTypeID:                                            func() bin.Object { return &InputSavedStarGiftChat{} },