github.com/gotd/td/tg.UpdateShortMessage.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L206: Entities []MessageEntityClass
tl_updates_gen.go#L276: if !(u.Entities == nil) {
tl_updates_gen.go#L336: u.Entities = val
tl_updates_gen.go#L464: if !(u.Entities == nil) {
tl_updates_gen.go#L513: b.PutVectorHeader(len(u.Entities))
tl_updates_gen.go#L514: for idx, v := range u.Entities {
tl_updates_gen.go#L622: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L629: u.Entities = append(u.Entities, value)
tl_updates_gen.go#L823: u.Entities = value
tl_updates_gen.go#L835: return u.Entities, true
tl_updates_gen.go#L861: 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. |