github.com/gotd/td/tg.StarsSubscriptionPricing.Decode (method, view implemented interface methods)

5 uses

	github.com/gotd/td/tg (current package)
		tl_chat_invite_gen.go#L713: 		if err := c.SubscriptionPricing.Decode(b); err != nil {
		tl_exported_chat_invite_gen.go#L511: 		if err := c.SubscriptionPricing.Decode(b); err != nil {
		tl_messages_export_chat_invite_gen.go#L334: 		if err := e.SubscriptionPricing.Decode(b); err != nil {
		tl_stars_subscription_gen.go#L408: 		if err := s.Pricing.Decode(b); err != nil {
		tl_stars_subscription_pricing_gen.go#L148: func (s *StarsSubscriptionPricing) Decode(b *bin.Buffer) error {