const github.com/gotd/td/tg.InputMessagePinnedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_message_gen.go#L312: const InputMessagePinnedTypeID = 0x86872538
tl_input_message_gen.go#L348: return InputMessagePinnedTypeID
tl_input_message_gen.go#L360: ID: InputMessagePinnedTypeID,
tl_input_message_gen.go#L375: b.PutID(InputMessagePinnedTypeID)
tl_input_message_gen.go#L392: if err := b.ConsumeID(InputMessagePinnedTypeID); err != nil {
tl_input_message_gen.go#L629: case InputMessagePinnedTypeID:
tl_registry_gen.go#L852: InputMessagePinnedTypeID: "inputMessagePinned#86872538",
tl_registry_gen.go#L2634: "inputMessagePinned": InputMessagePinnedTypeID,
tl_registry_gen.go#L4416: InputMessagePinnedTypeID: func() bin.Object { return &InputMessagePinned{} },
tl_registry_gen.go#L5871: InputMessagePinnedTypeID,
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. |