const github.com/gotd/td/tg.DraftMessageTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_draft_message_gen.go#L252: const DraftMessageTypeID = 0x3fccf7ef
tl_draft_message_gen.go#L340: return DraftMessageTypeID
tl_draft_message_gen.go#L352: ID: DraftMessageTypeID,
tl_draft_message_gen.go#L420: b.PutID(DraftMessageTypeID)
tl_draft_message_gen.go#L470: if err := b.ConsumeID(DraftMessageTypeID); err != nil {
tl_draft_message_gen.go#L716: case DraftMessageTypeID:
tl_registry_gen.go#L672: DraftMessageTypeID: "draftMessage#3fccf7ef",
tl_registry_gen.go#L2454: "draftMessage": DraftMessageTypeID,
tl_registry_gen.go#L4236: DraftMessageTypeID: func() bin.Object { return &DraftMessage{} },
tl_registry_gen.go#L5658: DraftMessageTypeID,
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. |