@devvit/protos 0.11.8-next-2025-02-10-4d44fb2af.0 → 0.11.8-next-2025-02-11-4222df997.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ package devvit.plugin.redditapi.linksandcomments;
4
4
 
5
5
  import "devvit/reddit/comment.proto";
6
6
  import "google/protobuf/any.proto";
7
+ import "google/protobuf/struct.proto";
7
8
  import "google/protobuf/wrappers.proto";
8
9
 
9
10
  option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/plugin/redditapi";
@@ -198,6 +199,8 @@ message SubmitRequest {
198
199
  google.protobuf.StringValue crosspost_fullname = 20;
199
200
  // Fallback option of a developer platform experience as rich-text
200
201
  google.protobuf.StringValue richtext_fallback = 21;
202
+ // If `kind` is "image" this must be set to the images URLs
203
+ google.protobuf.ListValue image_urls = 22;
201
204
 
202
205
  // Removed fields
203
206
  reserved 11;