github.com/gotd/td/tg.UpdateShortSentMessage.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2464: Entities []MessageEntityClass
tl_updates_gen.go#L2513: if !(u.Entities == nil) {
tl_updates_gen.go#L2553: u.Entities = val
tl_updates_gen.go#L2633: if !(u.Entities == nil) {
tl_updates_gen.go#L2672: b.PutVectorHeader(len(u.Entities))
tl_updates_gen.go#L2673: for idx, v := range u.Entities {
tl_updates_gen.go#L2752: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2759: u.Entities = append(u.Entities, value)
tl_updates_gen.go#L2844: u.Entities = value
tl_updates_gen.go#L2856: return u.Entities, true
tl_updates_gen.go#L2882: return MessageEntityClassArray(u.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. |