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

8 uses

	github.com/gotd/td/tg (current package)
		tl_poll_gen.go#L76: const PollTypeID = 0x86e18161
		tl_poll_gen.go#L166: 	return PollTypeID
		tl_poll_gen.go#L178: 		ID:   PollTypeID,
		tl_poll_gen.go#L258: 	b.PutID(PollTypeID)
		tl_poll_gen.go#L293: 	if err := b.ConsumeID(PollTypeID); err != nil {
		tl_registry_gen.go#L936: 		PollTypeID:                                                              "poll#86e18161",
		tl_registry_gen.go#L2718: 		"poll":                                                              PollTypeID,
		tl_registry_gen.go#L4500: 		PollTypeID:                                                              func() bin.Object { return &Poll{} },