const github.com/gotd/td/tg.ChatTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L233: const ChatTypeID = 0x41cbf256
tl_chat_gen.go#L361: return ChatTypeID
tl_chat_gen.go#L373: ID: ChatTypeID,
tl_chat_gen.go#L489: b.PutID(ChatTypeID)
tl_chat_gen.go#L539: if err := b.ConsumeID(ChatTypeID); err != nil {
tl_chat_gen.go#L3399: case ChatTypeID:
tl_registry_gen.go#L117: ChatTypeID: "chat#41cbf256",
tl_registry_gen.go#L1899: "chat": ChatTypeID,
tl_registry_gen.go#L3681: ChatTypeID: func() bin.Object { return &Chat{} },
tl_registry_gen.go#L5580: ChatTypeID,
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. |