github.com/gotd/td/tg.UpdateShortSentMessage.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2457: Entities []MessageEntityClass
tl_updates_gen.go#L2506: if !(u.Entities == nil) {
tl_updates_gen.go#L2546: u.Entities = val
tl_updates_gen.go#L2626: if !(u.Entities == nil) {
tl_updates_gen.go#L2665: b.PutVectorHeader(len(u.Entities))
tl_updates_gen.go#L2666: for idx, v := range u.Entities {
tl_updates_gen.go#L2745: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2752: u.Entities = append(u.Entities, value)
tl_updates_gen.go#L2837: u.Entities = value
tl_updates_gen.go#L2849: return u.Entities, true
tl_updates_gen.go#L2875: return MessageEntityClassArray(u.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. |