github.com/gotd/td/tg.RichMessage.Photos (field)
10 uses
github.com/gotd/td/tg (current package)
tl_rich_message_gen.go#L47: Photos []PhotoClass
tl_rich_message_gen.go#L79: if !(r.Photos == nil) {
tl_rich_message_gen.go#L109: r.Photos = from.GetPhotos()
tl_rich_message_gen.go#L199: b.PutVectorHeader(len(r.Photos))
tl_rich_message_gen.go#L200: for idx, v := range r.Photos {
tl_rich_message_gen.go#L267: r.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
tl_rich_message_gen.go#L274: r.Photos = append(r.Photos, value)
tl_rich_message_gen.go#L348: return r.Photos
tl_rich_message_gen.go#L366: return PhotoClassArray(r.Photos)
![]() |
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. |