github.com/gotd/td/tg.HelpAppUpdate.Entities (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_app_update_gen.go#L56: Entities []MessageEntityClass
tl_help_app_update_gen.go#L106: if !(a.Entities == nil) {
tl_help_app_update_gen.go#L146: a.Entities = from.GetEntities()
tl_help_app_update_gen.go#L261: b.PutVectorHeader(len(a.Entities))
tl_help_app_update_gen.go#L262: for idx, v := range a.Entities {
tl_help_app_update_gen.go#L342: a.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_help_app_update_gen.go#L349: a.Entities = append(a.Entities, value)
tl_help_app_update_gen.go#L424: return a.Entities
tl_help_app_update_gen.go#L483: return MessageEntityClassArray(a.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. |