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

30 uses

	github.com/gotd/td/tg (current package)
		tl_my_boost_gen.go#L41: type MyBoost struct {
		tl_my_boost_gen.go#L76: 	_ bin.Encoder     = &MyBoost{}
		tl_my_boost_gen.go#L77: 	_ bin.Decoder     = &MyBoost{}
		tl_my_boost_gen.go#L78: 	_ bin.BareEncoder = &MyBoost{}
		tl_my_boost_gen.go#L79: 	_ bin.BareDecoder = &MyBoost{}
		tl_my_boost_gen.go#L82: func (m *MyBoost) Zero() bool {
		tl_my_boost_gen.go#L109: func (m *MyBoost) String() string {
		tl_my_boost_gen.go#L113: 	type Alias MyBoost
		tl_my_boost_gen.go#L118: func (m *MyBoost) FillFrom(from interface {
		tl_my_boost_gen.go#L141: func (*MyBoost) TypeID() uint32 {
		tl_my_boost_gen.go#L146: func (*MyBoost) TypeName() string {
		tl_my_boost_gen.go#L151: func (m *MyBoost) TypeInfo() tdp.Type {
		tl_my_boost_gen.go#L188: func (m *MyBoost) SetFlags() {
		tl_my_boost_gen.go#L198: func (m *MyBoost) Encode(b *bin.Buffer) error {
		tl_my_boost_gen.go#L207: func (m *MyBoost) EncodeBare(b *bin.Buffer) error {
		tl_my_boost_gen.go#L233: func (m *MyBoost) Decode(b *bin.Buffer) error {
		tl_my_boost_gen.go#L244: func (m *MyBoost) DecodeBare(b *bin.Buffer) error {
		tl_my_boost_gen.go#L292: func (m *MyBoost) GetSlot() (value int) {
		tl_my_boost_gen.go#L300: func (m *MyBoost) SetPeer(value PeerClass) {
		tl_my_boost_gen.go#L307: func (m *MyBoost) GetPeer() (value PeerClass, ok bool) {
		tl_my_boost_gen.go#L318: func (m *MyBoost) GetDate() (value int) {
		tl_my_boost_gen.go#L326: func (m *MyBoost) GetExpires() (value int) {
		tl_my_boost_gen.go#L334: func (m *MyBoost) SetCooldownUntilDate(value int) {
		tl_my_boost_gen.go#L341: func (m *MyBoost) GetCooldownUntilDate() (value int, ok bool) {
		tl_premium_my_boosts_gen.go#L44: 	MyBoosts []MyBoost
		tl_premium_my_boosts_gen.go#L90: 	GetMyBoosts() (value []MyBoost)
		tl_premium_my_boosts_gen.go#L202: 			m.MyBoosts = make([]MyBoost, 0, headerLen%bin.PreallocateLimit)
		tl_premium_my_boosts_gen.go#L205: 			var value MyBoost
		tl_premium_my_boosts_gen.go#L250: func (m *PremiumMyBoosts) GetMyBoosts() (value []MyBoost) {
		tl_registry_gen.go#L4784: 		MyBoostTypeID:                                                           func() bin.Object { return &MyBoost{} },