const github.com/gotd/td/tg.UpdateDraftMessageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L534: u.handlers[UpdateDraftMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L306: UpdateDraftMessageTypeID: "updateDraftMessage#1b49ec6d",
tl_registry_gen.go#L2088: "updateDraftMessage": UpdateDraftMessageTypeID,
tl_registry_gen.go#L3870: UpdateDraftMessageTypeID: func() bin.Object { return &UpdateDraftMessage{} },
tl_registry_gen.go#L6567: UpdateDraftMessageTypeID,
tl_update_gen.go#L9204: const UpdateDraftMessageTypeID = 0x1b49ec6d
tl_update_gen.go#L9266: return UpdateDraftMessageTypeID
tl_update_gen.go#L9278: ID: UpdateDraftMessageTypeID,
tl_update_gen.go#L9314: b.PutID(UpdateDraftMessageTypeID)
tl_update_gen.go#L9350: if err := b.ConsumeID(UpdateDraftMessageTypeID); err != nil {
tl_update_gen.go#L25243: case UpdateDraftMessageTypeID:
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. |