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

8 uses

	github.com/gotd/td/tg (current package)
		tl_poll_gen.go#L99: const PollTypeID = 0x966e2dbf
		tl_poll_gen.go#L232: 	return PollTypeID
		tl_poll_gen.go#L244: 		ID:   PollTypeID,
		tl_poll_gen.go#L384: 	b.PutID(PollTypeID)
		tl_poll_gen.go#L431: 	if err := b.ConsumeID(PollTypeID); err != nil {
		tl_registry_gen.go#L1086: 		PollTypeID:                                                              "poll#966e2dbf",
		tl_registry_gen.go#L3553: 		"poll":                                                              PollTypeID,
		tl_registry_gen.go#L6020: 		PollTypeID:                                                              func() bin.Object { return &Poll{} },