github.com/gotd/td/tg.PremiumBoostsStatus.PremiumAudience (field)
8 uses
github.com/gotd/td/tg (current package)
tl_premium_boosts_status_gen.go#L73: PremiumAudience StatsPercentValue
tl_premium_boosts_status_gen.go#L132: if !(b.PremiumAudience.Zero()) {
tl_premium_boosts_status_gen.go#L183: b.PremiumAudience = val
tl_premium_boosts_status_gen.go#L281: if !(b.PremiumAudience.Zero()) {
tl_premium_boosts_status_gen.go#L320: if err := b.PremiumAudience.Encode(buf); err != nil {
tl_premium_boosts_status_gen.go#L400: if err := b.PremiumAudience.Decode(buf); err != nil {
tl_premium_boosts_status_gen.go#L530: b.PremiumAudience = value
tl_premium_boosts_status_gen.go#L542: return b.PremiumAudience, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |