github.com/gotd/td/tg.HelpPremiumPromo.StatusEntities (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_premium_promo_gen.go#L52: StatusEntities []MessageEntityClass
tl_help_premium_promo_gen.go#L84: if !(p.StatusEntities == nil) {
tl_help_premium_promo_gen.go#L122: p.StatusEntities = from.GetStatusEntities()
tl_help_premium_promo_gen.go#L195: b.PutVectorHeader(len(p.StatusEntities))
tl_help_premium_promo_gen.go#L196: for idx, v := range p.StatusEntities {
tl_help_premium_promo_gen.go#L265: p.StatusEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_help_premium_promo_gen.go#L272: p.StatusEntities = append(p.StatusEntities, value)
tl_help_premium_promo_gen.go#L359: return p.StatusEntities
tl_help_premium_promo_gen.go#L396: return MessageEntityClassArray(p.StatusEntities)
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. |