const github.com/gotd/td/tg.DialogTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_dialog_gen.go#L105: const DialogTypeID = 0xd58a08c6
tl_dialog_gen.go#L236: return DialogTypeID
tl_dialog_gen.go#L248: ID: DialogTypeID,
tl_dialog_gen.go#L356: b.PutID(DialogTypeID)
tl_dialog_gen.go#L409: if err := b.ConsumeID(DialogTypeID); err != nil {
tl_dialog_gen.go#L1127: case DialogTypeID:
tl_registry_gen.go#L190: DialogTypeID: "dialog#d58a08c6",
tl_registry_gen.go#L1972: "dialog": DialogTypeID,
tl_registry_gen.go#L3754: DialogTypeID: func() bin.Object { return &Dialog{} },
tl_registry_gen.go#L5630: DialogTypeID,
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. |