github.com/gotd/td/tg.PhotoBox.Photo (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L452: Photo PhotoClass
tl_message_action_gen.go#L475: if !(m.Photo == nil) {
tl_message_action_gen.go#L495: m.Photo = from.GetPhoto()
tl_message_action_gen.go#L543: if m.Photo == nil {
tl_message_action_gen.go#L546: if err := m.Photo.Encode(b); err != nil {
tl_message_action_gen.go#L573: m.Photo = value
tl_message_action_gen.go#L583: return m.Photo
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. |