github.com/gotd/td/tg.UpdateShort.Update (field)
12 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L80: upds = []UpdateClass{u.Update}
tl_updates_gen.go#L1606: Update UpdateClass
tl_updates_gen.go#L1631: if !(u.Update == nil) {
tl_updates_gen.go#L1655: u.Update = from.GetUpdate()
tl_updates_gen.go#L1708: if u.Update == nil {
tl_updates_gen.go#L1711: if err := u.Update.Encode(b); err != nil {
tl_updates_gen.go#L1739: u.Update = value
tl_updates_gen.go#L1756: return u.Update
github.com/gotd/td/telegram
handle_updates.go#L32: c.updateInterceptor(u.Update)
github.com/gotd/td/telegram/internal/upconv
upconv.go#L62: Update: &tg.UpdateNewMessage{
upconv.go#L89: Update: &tg.UpdateNewMessage{
upconv.go#L108: Update: &tg.UpdateNewMessage{
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. |