const github.com/gotd/td/tg.UpdateEditMessageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L504: u.handlers[UpdateEditMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L303: UpdateEditMessageTypeID: "updateEditMessage#e40370a3",
tl_registry_gen.go#L2085: "updateEditMessage": UpdateEditMessageTypeID,
tl_registry_gen.go#L3867: UpdateEditMessageTypeID: func() bin.Object { return &UpdateEditMessage{} },
tl_registry_gen.go#L6564: UpdateEditMessageTypeID,
tl_update_gen.go#L8492: const UpdateEditMessageTypeID = 0xe40370a3
tl_update_gen.go#L8548: return UpdateEditMessageTypeID
tl_update_gen.go#L8560: ID: UpdateEditMessageTypeID,
tl_update_gen.go#L8588: b.PutID(UpdateEditMessageTypeID)
tl_update_gen.go#L8613: if err := b.ConsumeID(UpdateEditMessageTypeID); err != nil {
tl_update_gen.go#L25222: case UpdateEditMessageTypeID:
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. |