const github.com/gotd/td/tg.MessagesGetGameHighScoresRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_game_high_scores_gen.go#L48: const MessagesGetGameHighScoresRequestTypeID = 0xe822649d
		tl_messages_get_game_high_scores_gen.go#L99: 	return MessagesGetGameHighScoresRequestTypeID
		tl_messages_get_game_high_scores_gen.go#L111: 		ID:   MessagesGetGameHighScoresRequestTypeID,
		tl_messages_get_game_high_scores_gen.go#L139: 	b.PutID(MessagesGetGameHighScoresRequestTypeID)
		tl_messages_get_game_high_scores_gen.go#L169: 	if err := b.ConsumeID(MessagesGetGameHighScoresRequestTypeID); err != nil {
		tl_registry_gen.go#L1462: 		MessagesGetGameHighScoresRequestTypeID:                                  "messages.getGameHighScores#e822649d",
		tl_registry_gen.go#L3244: 		"messages.getGameHighScores":                                        MessagesGetGameHighScoresRequestTypeID,
		tl_registry_gen.go#L5026: 		MessagesGetGameHighScoresRequestTypeID:                                  func() bin.Object { return &MessagesGetGameHighScoresRequest{} },
		tl_server_gen.go#L4037: 	s.handlers[MessagesGetGameHighScoresRequestTypeID] = handler