github.com/gotd/td/tg.BusinessChatLink.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_business_chat_link_gen.go#L60: Entities []MessageEntityClass
tl_business_chat_link_gen.go#L94: if !(b.Entities == nil) {
tl_business_chat_link_gen.go#L127: b.Entities = val
tl_business_chat_link_gen.go#L188: if !(b.Entities == nil) {
tl_business_chat_link_gen.go#L217: buf.PutVectorHeader(len(b.Entities))
tl_business_chat_link_gen.go#L218: for idx, v := range b.Entities {
tl_business_chat_link_gen.go#L276: b.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_business_chat_link_gen.go#L283: b.Entities = append(b.Entities, value)
tl_business_chat_link_gen.go#L322: b.Entities = value
tl_business_chat_link_gen.go#L334: return b.Entities, true
tl_business_chat_link_gen.go#L368: return MessageEntityClassArray(b.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. |