const github.com/gotd/td/tg.MessagesSetGameScoreRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_set_game_score_gen.go#L62: const MessagesSetGameScoreRequestTypeID = 0x8ef8ecc0
tl_messages_set_game_score_gen.go#L131: return MessagesSetGameScoreRequestTypeID
tl_messages_set_game_score_gen.go#L143: ID: MessagesSetGameScoreRequestTypeID,
tl_messages_set_game_score_gen.go#L195: b.PutID(MessagesSetGameScoreRequestTypeID)
tl_messages_set_game_score_gen.go#L230: if err := b.ConsumeID(MessagesSetGameScoreRequestTypeID); err != nil {
tl_registry_gen.go#L1460: MessagesSetGameScoreRequestTypeID: "messages.setGameScore#8ef8ecc0",
tl_registry_gen.go#L3242: "messages.setGameScore": MessagesSetGameScoreRequestTypeID,
tl_registry_gen.go#L5024: MessagesSetGameScoreRequestTypeID: func() bin.Object { return &MessagesSetGameScoreRequest{} },
tl_server_gen.go#L3999: s.handlers[MessagesSetGameScoreRequestTypeID] = handler
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. |