const github.com/gotd/td/tg.InputMessageReplyToTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_message_gen.go#L179: const InputMessageReplyToTypeID = 0xbad88395
tl_input_message_gen.go#L225: return InputMessageReplyToTypeID
tl_input_message_gen.go#L237: ID: InputMessageReplyToTypeID,
tl_input_message_gen.go#L257: b.PutID(InputMessageReplyToTypeID)
tl_input_message_gen.go#L275: if err := b.ConsumeID(InputMessageReplyToTypeID); err != nil {
tl_input_message_gen.go#L622: case InputMessageReplyToTypeID:
tl_registry_gen.go#L851: InputMessageReplyToTypeID: "inputMessageReplyTo#bad88395",
tl_registry_gen.go#L2633: "inputMessageReplyTo": InputMessageReplyToTypeID,
tl_registry_gen.go#L4415: InputMessageReplyToTypeID: func() bin.Object { return &InputMessageReplyTo{} },
tl_registry_gen.go#L5870: InputMessageReplyToTypeID,
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. |