github.com/gotd/td/tg.UpdateShortChatMessage.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L923: Entities []MessageEntityClass
tl_updates_gen.go#L997: if !(u.Entities == nil) {
tl_updates_gen.go#L1059: u.Entities = val
tl_updates_gen.go#L1191: if !(u.Entities == nil) {
tl_updates_gen.go#L1241: b.PutVectorHeader(len(u.Entities))
tl_updates_gen.go#L1242: for idx, v := range u.Entities {
tl_updates_gen.go#L1357: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L1364: u.Entities = append(u.Entities, value)
tl_updates_gen.go#L1566: u.Entities = value
tl_updates_gen.go#L1578: return u.Entities, true
tl_updates_gen.go#L1604: 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. |