const github.com/gotd/td/tg.InputMediaContactTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L857: const InputMediaContactTypeID = 0xf8ab7dfb
tl_input_media_gen.go#L918: return InputMediaContactTypeID
tl_input_media_gen.go#L930: ID: InputMediaContactTypeID,
tl_input_media_gen.go#L962: b.PutID(InputMediaContactTypeID)
tl_input_media_gen.go#L983: if err := b.ConsumeID(InputMediaContactTypeID); err != nil {
tl_input_media_gen.go#L4572: case InputMediaContactTypeID:
tl_registry_gen.go#L63: InputMediaContactTypeID: "inputMediaContact#f8ab7dfb",
tl_registry_gen.go#L1845: "inputMediaContact": InputMediaContactTypeID,
tl_registry_gen.go#L3627: InputMediaContactTypeID: func() bin.Object { return &InputMediaContact{} },
tl_registry_gen.go#L5854: InputMediaContactTypeID,
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. |