const github.com/gotd/td/tg.UpdateReadMessagesContentsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L344: u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L287: UpdateReadMessagesContentsTypeID: "updateReadMessagesContents#f8227181",
tl_registry_gen.go#L2069: "updateReadMessagesContents": UpdateReadMessagesContentsTypeID,
tl_registry_gen.go#L3851: UpdateReadMessagesContentsTypeID: func() bin.Object { return &UpdateReadMessagesContents{} },
tl_registry_gen.go#L6548: UpdateReadMessagesContentsTypeID,
tl_update_gen.go#L4809: const UpdateReadMessagesContentsTypeID = 0xf8227181
tl_update_gen.go#L4876: return UpdateReadMessagesContentsTypeID
tl_update_gen.go#L4888: ID: UpdateReadMessagesContentsTypeID,
tl_update_gen.go#L4928: b.PutID(UpdateReadMessagesContentsTypeID)
tl_update_gen.go#L4958: if err := b.ConsumeID(UpdateReadMessagesContentsTypeID); err != nil {
tl_update_gen.go#L25110: case UpdateReadMessagesContentsTypeID:
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. |