github.com/gotd/td/tg.HelpTermsOfService.Entities (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_gen.go#L54: Entities []MessageEntityClass
tl_help_terms_of_service_gen.go#L89: if !(t.Entities == nil) {
tl_help_terms_of_service_gen.go#L119: t.Entities = from.GetEntities()
tl_help_terms_of_service_gen.go#L207: b.PutVectorHeader(len(t.Entities))
tl_help_terms_of_service_gen.go#L208: for idx, v := range t.Entities {
tl_help_terms_of_service_gen.go#L263: t.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_help_terms_of_service_gen.go#L270: t.Entities = append(t.Entities, value)
tl_help_terms_of_service_gen.go#L323: return t.Entities
tl_help_terms_of_service_gen.go#L346: return MessageEntityClassArray(t.Entities)
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. |