const github.com/gotd/td/tg.UpdateNewMessageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L114: u.handlers[UpdateNewMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L264: UpdateNewMessageTypeID: "updateNewMessage#1f2b0afd",
tl_registry_gen.go#L2046: "updateNewMessage": UpdateNewMessageTypeID,
tl_registry_gen.go#L3828: UpdateNewMessageTypeID: func() bin.Object { return &UpdateNewMessage{} },
tl_registry_gen.go#L6525: UpdateNewMessageTypeID,
tl_update_gen.go#L51: const UpdateNewMessageTypeID = 0x1f2b0afd
tl_update_gen.go#L107: return UpdateNewMessageTypeID
tl_update_gen.go#L119: ID: UpdateNewMessageTypeID,
tl_update_gen.go#L147: b.PutID(UpdateNewMessageTypeID)
tl_update_gen.go#L172: if err := b.ConsumeID(UpdateNewMessageTypeID); err != nil {
tl_update_gen.go#L24949: case UpdateNewMessageTypeID:
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. |