github.com/gotd/td/tg.UpdateServiceNotification.Entities (field)
10 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L3401: Entities []MessageEntityClass
tl_update_gen.go#L3445: if !(u.Entities == nil) {
tl_update_gen.go#L3480: u.Entities = from.GetEntities()
tl_update_gen.go#L3583: b.PutVectorHeader(len(u.Entities))
tl_update_gen.go#L3584: for idx, v := range u.Entities {
tl_update_gen.go#L3653: u.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L3660: u.Entities = append(u.Entities, value)
tl_update_gen.go#L3751: return u.Entities
tl_update_gen.go#L3756: return MessageEntityClassArray(u.Entities)
![]() |
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. |