const github.com/gotd/td/tg.InputMessageIDTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_message_gen.go#L44: const InputMessageIDTypeID = 0xa676a322
tl_input_message_gen.go#L90: return InputMessageIDTypeID
tl_input_message_gen.go#L102: ID: InputMessageIDTypeID,
tl_input_message_gen.go#L122: b.PutID(InputMessageIDTypeID)
tl_input_message_gen.go#L140: if err := b.ConsumeID(InputMessageIDTypeID); err != nil {
tl_input_message_gen.go#L615: case InputMessageIDTypeID:
tl_registry_gen.go#L850: InputMessageIDTypeID: "inputMessageID#a676a322",
tl_registry_gen.go#L2632: "inputMessageID": InputMessageIDTypeID,
tl_registry_gen.go#L4414: InputMessageIDTypeID: func() bin.Object { return &InputMessageID{} },
tl_registry_gen.go#L5869: InputMessageIDTypeID,
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. |