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

8 uses

	github.com/gotd/td/tg (current package)
		tl_poll_results_gen.go#L86: const PollResultsTypeID = 0xba7bb15e
		tl_poll_results_gen.go#L188: 	return PollResultsTypeID
		tl_poll_results_gen.go#L200: 		ID:   PollResultsTypeID,
		tl_poll_results_gen.go#L292: 	b.PutID(PollResultsTypeID)
		tl_poll_results_gen.go#L357: 	if err := b.ConsumeID(PollResultsTypeID); err != nil {
		tl_registry_gen.go#L1088: 		PollResultsTypeID:                                                       "pollResults#ba7bb15e",
		tl_registry_gen.go#L3555: 		"pollResults":                                                       PollResultsTypeID,
		tl_registry_gen.go#L6022: 		PollResultsTypeID:                                                       func() bin.Object { return &PollResults{} },