const github.com/gotd/td/tg.InputMediaPollTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L3603: const InputMediaPollTypeID = 0xf94e5f1
tl_input_media_gen.go#L3676: return InputMediaPollTypeID
tl_input_media_gen.go#L3688: ID: InputMediaPollTypeID,
tl_input_media_gen.go#L3736: b.PutID(InputMediaPollTypeID)
tl_input_media_gen.go#L3780: if err := b.ConsumeID(InputMediaPollTypeID); err != nil {
tl_input_media_gen.go#L4635: case InputMediaPollTypeID:
tl_registry_gen.go#L72: InputMediaPollTypeID: "inputMediaPoll#f94e5f1",
tl_registry_gen.go#L1854: "inputMediaPoll": InputMediaPollTypeID,
tl_registry_gen.go#L3636: InputMediaPollTypeID: func() bin.Object { return &InputMediaPoll{} },
tl_registry_gen.go#L5863: InputMediaPollTypeID,
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. |