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

45 uses

	github.com/gotd/td/tg (current package)
		tl_boost_gen.go#L41: type Boost struct {
		tl_boost_gen.go#L104: 	_ bin.Encoder     = &Boost{}
		tl_boost_gen.go#L105: 	_ bin.Decoder     = &Boost{}
		tl_boost_gen.go#L106: 	_ bin.BareEncoder = &Boost{}
		tl_boost_gen.go#L107: 	_ bin.BareDecoder = &Boost{}
		tl_boost_gen.go#L110: func (b *Boost) Zero() bool {
		tl_boost_gen.go#L155: func (b *Boost) String() string {
		tl_boost_gen.go#L159: 	type Alias Boost
		tl_boost_gen.go#L164: func (b *Boost) FillFrom(from interface {
		tl_boost_gen.go#L208: func (*Boost) TypeID() uint32 {
		tl_boost_gen.go#L213: func (*Boost) TypeName() string {
		tl_boost_gen.go#L218: func (b *Boost) TypeInfo() tdp.Type {
		tl_boost_gen.go#L285: func (b *Boost) SetFlags() {
		tl_boost_gen.go#L313: func (b *Boost) Encode(buf *bin.Buffer) error {
		tl_boost_gen.go#L322: func (b *Boost) EncodeBare(buf *bin.Buffer) error {
		tl_boost_gen.go#L352: func (b *Boost) Decode(buf *bin.Buffer) error {
		tl_boost_gen.go#L363: func (b *Boost) DecodeBare(buf *bin.Buffer) error {
		tl_boost_gen.go#L435: func (b *Boost) SetGift(value bool) {
		tl_boost_gen.go#L446: func (b *Boost) GetGift() (value bool) {
		tl_boost_gen.go#L454: func (b *Boost) SetGiveaway(value bool) {
		tl_boost_gen.go#L465: func (b *Boost) GetGiveaway() (value bool) {
		tl_boost_gen.go#L473: func (b *Boost) SetUnclaimed(value bool) {
		tl_boost_gen.go#L484: func (b *Boost) GetUnclaimed() (value bool) {
		tl_boost_gen.go#L492: func (b *Boost) GetID() (value string) {
		tl_boost_gen.go#L500: func (b *Boost) SetUserID(value int64) {
		tl_boost_gen.go#L507: func (b *Boost) GetUserID() (value int64, ok bool) {
		tl_boost_gen.go#L518: func (b *Boost) SetGiveawayMsgID(value int) {
		tl_boost_gen.go#L525: func (b *Boost) GetGiveawayMsgID() (value int, ok bool) {
		tl_boost_gen.go#L536: func (b *Boost) GetDate() (value int) {
		tl_boost_gen.go#L544: func (b *Boost) GetExpires() (value int) {
		tl_boost_gen.go#L552: func (b *Boost) SetUsedGiftSlug(value string) {
		tl_boost_gen.go#L559: func (b *Boost) GetUsedGiftSlug() (value string, ok bool) {
		tl_boost_gen.go#L570: func (b *Boost) SetMultiplier(value int) {
		tl_boost_gen.go#L577: func (b *Boost) GetMultiplier() (value int, ok bool) {
		tl_boost_gen.go#L588: func (b *Boost) SetStars(value int64) {
		tl_boost_gen.go#L595: func (b *Boost) GetStars() (value int64, ok bool) {
		tl_premium_boosts_list_gen.go#L53: 	Boosts []Boost
		tl_premium_boosts_list_gen.go#L111: 	GetBoosts() (value []Boost)
		tl_premium_boosts_list_gen.go#L250: 			b.Boosts = make([]Boost, 0, headerLen%bin.PreallocateLimit)
		tl_premium_boosts_list_gen.go#L253: 			var value Boost
		tl_premium_boosts_list_gen.go#L296: func (b *PremiumBoostsList) GetBoosts() (value []Boost) {
		tl_registry_gen.go#L6243: 		BoostTypeID:                                                             func() bin.Object { return &Boost{} },
		tl_update_gen.go#L23862: 	Boost Boost
		tl_update_gen.go#L23915: 	GetBoost() (value Boost)
		tl_update_gen.go#L24036: func (u *UpdateBotChatBoost) GetBoost() (value Boost) {