const github.com/gotd/td/tg.InputGameIDTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_game_gen.go#L52: const InputGameIDTypeID = 0x32c3e77
tl_input_game_gen.go#L103: return InputGameIDTypeID
tl_input_game_gen.go#L115: ID: InputGameIDTypeID,
tl_input_game_gen.go#L139: b.PutID(InputGameIDTypeID)
tl_input_game_gen.go#L158: if err := b.ConsumeID(InputGameIDTypeID); err != nil {
tl_input_game_gen.go#L416: case InputGameIDTypeID:
tl_registry_gen.go#L688: InputGameIDTypeID: "inputGameID#32c3e77",
tl_registry_gen.go#L2470: "inputGameID": InputGameIDTypeID,
tl_registry_gen.go#L4252: InputGameIDTypeID: func() bin.Object { return &InputGameID{} },
tl_registry_gen.go#L5837: InputGameIDTypeID,
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. |