const github.com/gotd/td/tg.PeerChatTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_peer_gen.go#L179: const PeerChatTypeID = 0x36c6019a
tl_peer_gen.go#L225: return PeerChatTypeID
tl_peer_gen.go#L237: ID: PeerChatTypeID,
tl_peer_gen.go#L257: b.PutID(PeerChatTypeID)
tl_peer_gen.go#L275: if err := b.ConsumeID(PeerChatTypeID); err != nil {
tl_peer_gen.go#L499: case PeerChatTypeID:
tl_registry_gen.go#L94: PeerChatTypeID: "peerChat#36c6019a",
tl_registry_gen.go#L1876: "peerChat": PeerChatTypeID,
tl_registry_gen.go#L3658: PeerChatTypeID: func() bin.Object { return &PeerChat{} },
tl_registry_gen.go#L6279: PeerChatTypeID,
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. |