github.com/gotd/td/tg.UpdateShortChatMessage.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L916: Entities []MessageEntityClass
tl_updates_gen.go#L990: if !(u.Entities == nil) {
tl_updates_gen.go#L1052: u.Entities = val
tl_updates_gen.go#L1184: if !(u.Entities == nil) {
tl_updates_gen.go#L1234: b.PutVectorHeader(len(u.Entities))
tl_updates_gen.go#L1235: for idx, v := range u.Entities {
tl_updates_gen.go#L1350: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L1357: u.Entities = append(u.Entities, value)
tl_updates_gen.go#L1559: u.Entities = value
tl_updates_gen.go#L1571: return u.Entities, true
tl_updates_gen.go#L1597: 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. |