const github.com/gotd/td/tg.InputGameShortNameTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_game_gen.go#L217: const InputGameShortNameTypeID = 0xc331e80a
tl_input_game_gen.go#L268: return InputGameShortNameTypeID
tl_input_game_gen.go#L280: ID: InputGameShortNameTypeID,
tl_input_game_gen.go#L304: b.PutID(InputGameShortNameTypeID)
tl_input_game_gen.go#L328: if err := b.ConsumeID(InputGameShortNameTypeID); err != nil {
tl_input_game_gen.go#L423: case InputGameShortNameTypeID:
tl_registry_gen.go#L689: InputGameShortNameTypeID: "inputGameShortName#c331e80a",
tl_registry_gen.go#L2471: "inputGameShortName": InputGameShortNameTypeID,
tl_registry_gen.go#L4253: InputGameShortNameTypeID: func() bin.Object { return &InputGameShortName{} },
tl_registry_gen.go#L5838: InputGameShortNameTypeID,
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. |