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

43 uses

	github.com/gotd/td/tg (current package)
		tl_boost_gen.go#L41: type Boost struct {
		tl_boost_gen.go#L100: 	_ bin.Encoder     = &Boost{}
		tl_boost_gen.go#L101: 	_ bin.Decoder     = &Boost{}
		tl_boost_gen.go#L102: 	_ bin.BareEncoder = &Boost{}
		tl_boost_gen.go#L103: 	_ bin.BareDecoder = &Boost{}
		tl_boost_gen.go#L106: func (b *Boost) Zero() bool {
		tl_boost_gen.go#L148: func (b *Boost) String() string {
		tl_boost_gen.go#L152: 	type Alias Boost
		tl_boost_gen.go#L157: func (b *Boost) FillFrom(from interface {
		tl_boost_gen.go#L196: func (*Boost) TypeID() uint32 {
		tl_boost_gen.go#L201: func (*Boost) TypeName() string {
		tl_boost_gen.go#L206: func (b *Boost) TypeInfo() tdp.Type {
		tl_boost_gen.go#L268: func (b *Boost) SetFlags() {
		tl_boost_gen.go#L293: func (b *Boost) Encode(buf *bin.Buffer) error {
		tl_boost_gen.go#L302: func (b *Boost) EncodeBare(buf *bin.Buffer) error {
		tl_boost_gen.go#L329: func (b *Boost) Decode(buf *bin.Buffer) error {
		tl_boost_gen.go#L340: func (b *Boost) DecodeBare(buf *bin.Buffer) error {
		tl_boost_gen.go#L405: func (b *Boost) SetGift(value bool) {
		tl_boost_gen.go#L416: func (b *Boost) GetGift() (value bool) {
		tl_boost_gen.go#L424: func (b *Boost) SetGiveaway(value bool) {
		tl_boost_gen.go#L435: func (b *Boost) GetGiveaway() (value bool) {
		tl_boost_gen.go#L443: func (b *Boost) SetUnclaimed(value bool) {
		tl_boost_gen.go#L454: func (b *Boost) GetUnclaimed() (value bool) {
		tl_boost_gen.go#L462: func (b *Boost) GetID() (value string) {
		tl_boost_gen.go#L470: func (b *Boost) SetUserID(value int64) {
		tl_boost_gen.go#L477: func (b *Boost) GetUserID() (value int64, ok bool) {
		tl_boost_gen.go#L488: func (b *Boost) SetGiveawayMsgID(value int) {
		tl_boost_gen.go#L495: func (b *Boost) GetGiveawayMsgID() (value int, ok bool) {
		tl_boost_gen.go#L506: func (b *Boost) GetDate() (value int) {
		tl_boost_gen.go#L514: func (b *Boost) GetExpires() (value int) {
		tl_boost_gen.go#L522: func (b *Boost) SetUsedGiftSlug(value string) {
		tl_boost_gen.go#L529: func (b *Boost) GetUsedGiftSlug() (value string, ok bool) {
		tl_boost_gen.go#L540: func (b *Boost) SetMultiplier(value int) {
		tl_boost_gen.go#L547: func (b *Boost) GetMultiplier() (value int, 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#L4782: 		BoostTypeID:                                                             func() bin.Object { return &Boost{} },
		tl_update_gen.go#L23551: 	Boost Boost
		tl_update_gen.go#L23604: 	GetBoost() (value Boost)
		tl_update_gen.go#L23725: func (u *UpdateBotChatBoost) GetBoost() (value Boost) {