github.com/gotd/td/tg.AccountResolvedBusinessChatLinks.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_account_resolved_business_chat_links_gen.go#L57: Entities []MessageEntityClass
tl_account_resolved_business_chat_links_gen.go#L88: if !(r.Entities == nil) {
tl_account_resolved_business_chat_links_gen.go#L121: r.Entities = val
tl_account_resolved_business_chat_links_gen.go#L178: if !(r.Entities == nil) {
tl_account_resolved_business_chat_links_gen.go#L209: b.PutVectorHeader(len(r.Entities))
tl_account_resolved_business_chat_links_gen.go#L210: for idx, v := range r.Entities {
tl_account_resolved_business_chat_links_gen.go#L282: r.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_account_resolved_business_chat_links_gen.go#L289: r.Entities = append(r.Entities, value)
tl_account_resolved_business_chat_links_gen.go#L348: r.Entities = value
tl_account_resolved_business_chat_links_gen.go#L360: return r.Entities, true
tl_account_resolved_business_chat_links_gen.go#L384: return MessageEntityClassArray(r.Entities), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |