const github.com/gotd/td/tg.UpdateServiceNotificationTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L284: u.handlers[UpdateServiceNotificationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L281: UpdateServiceNotificationTypeID: "updateServiceNotification#ebe46819",
tl_registry_gen.go#L2063: "updateServiceNotification": UpdateServiceNotificationTypeID,
tl_registry_gen.go#L3845: UpdateServiceNotificationTypeID: func() bin.Object { return &UpdateServiceNotification{} },
tl_registry_gen.go#L6542: UpdateServiceNotificationTypeID,
tl_update_gen.go#L3315: const UpdateServiceNotificationTypeID = 0xebe46819
tl_update_gen.go#L3397: return UpdateServiceNotificationTypeID
tl_update_gen.go#L3409: ID: UpdateServiceNotificationTypeID,
tl_update_gen.go#L3469: b.PutID(UpdateServiceNotificationTypeID)
tl_update_gen.go#L3510: if err := b.ConsumeID(UpdateServiceNotificationTypeID); err != nil {
tl_update_gen.go#L25068: case UpdateServiceNotificationTypeID:
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. |