github.com/gotd/td/tg.InputRichMessage.Photos (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_rich_message_gen.go#L49: Photos []InputPhotoClass
tl_input_rich_message_gen.go#L92: if !(i.Photos == nil) {
tl_input_rich_message_gen.go#L127: i.Photos = val
tl_input_rich_message_gen.go#L204: if !(i.Photos == nil) {
tl_input_rich_message_gen.go#L243: b.PutVectorHeader(len(i.Photos))
tl_input_rich_message_gen.go#L244: for idx, v := range i.Photos {
tl_input_rich_message_gen.go#L325: i.Photos = make([]InputPhotoClass, 0, headerLen%bin.PreallocateLimit)
tl_input_rich_message_gen.go#L332: i.Photos = append(i.Photos, value)
tl_input_rich_message_gen.go#L421: i.Photos = value
tl_input_rich_message_gen.go#L433: return i.Photos, true
tl_input_rich_message_gen.go#L482: return InputPhotoClassArray(i.Photos), true
![]() |
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. |