github.com/gotd/td/tg.BotInfo.DescriptionPhoto (field)
9 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L55: DescriptionPhoto PhotoClass
tl_bot_info_gen.go#L94: if !(b.DescriptionPhoto == nil) {
tl_bot_info_gen.go#L137: b.DescriptionPhoto = val
tl_bot_info_gen.go#L219: if !(b.DescriptionPhoto == nil) {
tl_bot_info_gen.go#L258: if b.DescriptionPhoto == nil {
tl_bot_info_gen.go#L261: if err := b.DescriptionPhoto.Encode(buf); err != nil {
tl_bot_info_gen.go#L332: b.DescriptionPhoto = value
tl_bot_info_gen.go#L407: b.DescriptionPhoto = value
tl_bot_info_gen.go#L419: return b.DescriptionPhoto, true
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. |