const github.com/gotd/td/tg.ChatPhotoEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_photo_gen.go#L42: const ChatPhotoEmptyTypeID = 0x37c1011c
tl_chat_photo_gen.go#L78: return ChatPhotoEmptyTypeID
tl_chat_photo_gen.go#L90: ID: ChatPhotoEmptyTypeID,
tl_chat_photo_gen.go#L105: b.PutID(ChatPhotoEmptyTypeID)
tl_chat_photo_gen.go#L122: if err := b.ConsumeID(ChatPhotoEmptyTypeID); err != nil {
tl_chat_photo_gen.go#L462: case ChatPhotoEmptyTypeID:
tl_registry_gen.go#L128: ChatPhotoEmptyTypeID: "chatPhotoEmpty#37c1011c",
tl_registry_gen.go#L1910: "chatPhotoEmpty": ChatPhotoEmptyTypeID,
tl_registry_gen.go#L3692: ChatPhotoEmptyTypeID: func() bin.Object { return &ChatPhotoEmpty{} },
tl_registry_gen.go#L5604: ChatPhotoEmptyTypeID,
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. |