const github.com/gotd/td/tg.NotifyUsersTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L182: const NotifyUsersTypeID = 0xb4c83b4c
tl_notify_peer_gen.go#L218: return NotifyUsersTypeID
tl_notify_peer_gen.go#L230: ID: NotifyUsersTypeID,
tl_notify_peer_gen.go#L245: b.PutID(NotifyUsersTypeID)
tl_notify_peer_gen.go#L262: if err := b.ConsumeID(NotifyUsersTypeID); err != nil {
tl_notify_peer_gen.go#L708: case NotifyUsersTypeID:
tl_registry_gen.go#L433: NotifyUsersTypeID: "notifyUsers#b4c83b4c",
tl_registry_gen.go#L2215: "notifyUsers": NotifyUsersTypeID,
tl_registry_gen.go#L3997: NotifyUsersTypeID: func() bin.Object { return &NotifyUsers{} },
tl_registry_gen.go#L6221: NotifyUsersTypeID,
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. |