const github.com/gotd/td/tg.UpdateNewEncryptedMessageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L204: u.handlers[UpdateNewEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L273: UpdateNewEncryptedMessageTypeID: "updateNewEncryptedMessage#12bcbd9a",
tl_registry_gen.go#L2055: "updateNewEncryptedMessage": UpdateNewEncryptedMessageTypeID,
tl_registry_gen.go#L3837: UpdateNewEncryptedMessageTypeID: func() bin.Object { return &UpdateNewEncryptedMessage{} },
tl_registry_gen.go#L6534: UpdateNewEncryptedMessageTypeID,
tl_update_gen.go#L1873: const UpdateNewEncryptedMessageTypeID = 0x12bcbd9a
tl_update_gen.go#L1924: return UpdateNewEncryptedMessageTypeID
tl_update_gen.go#L1936: ID: UpdateNewEncryptedMessageTypeID,
tl_update_gen.go#L1960: b.PutID(UpdateNewEncryptedMessageTypeID)
tl_update_gen.go#L1984: if err := b.ConsumeID(UpdateNewEncryptedMessageTypeID); err != nil {
tl_update_gen.go#L25012: case UpdateNewEncryptedMessageTypeID:
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. |