github.com/gotd/td/tg.BotsPreviewInfo.Media (field)
9 uses
github.com/gotd/td/tg (current package)
tl_bots_preview_info_gen.go#L46: Media []BotPreviewMedia
tl_bots_preview_info_gen.go#L70: if !(p.Media == nil) {
tl_bots_preview_info_gen.go#L94: p.Media = from.GetMedia()
tl_bots_preview_info_gen.go#L147: b.PutVectorHeader(len(p.Media))
tl_bots_preview_info_gen.go#L148: for idx, v := range p.Media {
tl_bots_preview_info_gen.go#L183: p.Media = make([]BotPreviewMedia, 0, headerLen%bin.PreallocateLimit)
tl_bots_preview_info_gen.go#L190: p.Media = append(p.Media, value)
tl_bots_preview_info_gen.go#L218: return p.Media
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |