const github.com/gotd/td/tg.ChatPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_photo_gen.go#L162: const ChatPhotoTypeID = 0x1c6e1c11
tl_chat_photo_gen.go#L229: return ChatPhotoTypeID
tl_chat_photo_gen.go#L241: ID: ChatPhotoTypeID,
tl_chat_photo_gen.go#L285: b.PutID(ChatPhotoTypeID)
tl_chat_photo_gen.go#L311: if err := b.ConsumeID(ChatPhotoTypeID); err != nil {
tl_chat_photo_gen.go#L469: case ChatPhotoTypeID:
tl_registry_gen.go#L129: ChatPhotoTypeID: "chatPhoto#1c6e1c11",
tl_registry_gen.go#L1911: "chatPhoto": ChatPhotoTypeID,
tl_registry_gen.go#L3693: ChatPhotoTypeID: func() bin.Object { return &ChatPhoto{} },
tl_registry_gen.go#L5605: ChatPhotoTypeID,
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. |