const github.com/gotd/td/tg.InputNotifyUsersTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_gen.go#L182: const InputNotifyUsersTypeID = 0x193b4417
tl_input_notify_peer_gen.go#L218: return InputNotifyUsersTypeID
tl_input_notify_peer_gen.go#L230: ID: InputNotifyUsersTypeID,
tl_input_notify_peer_gen.go#L245: b.PutID(InputNotifyUsersTypeID)
tl_input_notify_peer_gen.go#L262: if err := b.ConsumeID(InputNotifyUsersTypeID); err != nil {
tl_input_notify_peer_gen.go#L711: case InputNotifyUsersTypeID:
tl_registry_gen.go#L208: InputNotifyUsersTypeID: "inputNotifyUsers#193b4417",
tl_registry_gen.go#L1990: "inputNotifyUsers": InputNotifyUsersTypeID,
tl_registry_gen.go#L3772: InputNotifyUsersTypeID: func() bin.Object { return &InputNotifyUsers{} },
tl_registry_gen.go#L5876: InputNotifyUsersTypeID,
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. |