const github.com/gotd/td/tg.InputPeerChatTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_peer_gen.go#L248: const InputPeerChatTypeID = 0x35a95cb9
tl_input_peer_gen.go#L294: return InputPeerChatTypeID
tl_input_peer_gen.go#L306: ID: InputPeerChatTypeID,
tl_input_peer_gen.go#L326: b.PutID(InputPeerChatTypeID)
tl_input_peer_gen.go#L344: if err := b.ConsumeID(InputPeerChatTypeID); err != nil {
tl_input_peer_gen.go#L1160: case InputPeerChatTypeID:
tl_registry_gen.go#L47: InputPeerChatTypeID: "inputPeerChat#35a95cb9",
tl_registry_gen.go#L1829: "inputPeerChat": InputPeerChatTypeID,
tl_registry_gen.go#L3611: InputPeerChatTypeID: func() bin.Object { return &InputPeerChat{} },
tl_registry_gen.go#L5890: InputPeerChatTypeID,
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. |