const github.com/gotd/td/tg.ChatEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L44: const ChatEmptyTypeID = 0x29562865
tl_chat_gen.go#L90: return ChatEmptyTypeID
tl_chat_gen.go#L102: ID: ChatEmptyTypeID,
tl_chat_gen.go#L122: b.PutID(ChatEmptyTypeID)
tl_chat_gen.go#L140: if err := b.ConsumeID(ChatEmptyTypeID); err != nil {
tl_chat_gen.go#L3392: case ChatEmptyTypeID:
tl_registry_gen.go#L116: ChatEmptyTypeID: "chatEmpty#29562865",
tl_registry_gen.go#L1898: "chatEmpty": ChatEmptyTypeID,
tl_registry_gen.go#L3680: ChatEmptyTypeID: func() bin.Object { return &ChatEmpty{} },
tl_registry_gen.go#L5579: ChatEmptyTypeID,
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. |