github.com/gotd/td/tg.HelpDeepLinkInfo.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_help_deep_link_info_gen.go#L159: Entities []MessageEntityClass
tl_help_deep_link_info_gen.go#L191: if !(d.Entities == nil) {
tl_help_deep_link_info_gen.go#L216: d.Entities = val
tl_help_deep_link_info_gen.go#L267: if !(d.Entities == nil) {
tl_help_deep_link_info_gen.go#L292: b.PutVectorHeader(len(d.Entities))
tl_help_deep_link_info_gen.go#L293: for idx, v := range d.Entities {
tl_help_deep_link_info_gen.go#L341: d.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_help_deep_link_info_gen.go#L348: d.Entities = append(d.Entities, value)
tl_help_deep_link_info_gen.go#L384: d.Entities = value
tl_help_deep_link_info_gen.go#L396: return d.Entities, true
tl_help_deep_link_info_gen.go#L404: return MessageEntityClassArray(d.Entities), 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. |