অ্যাকশন ফিড

সংজ্ঞা

অ্যাকশনফিড সংজ্ঞা

message ActionFeed {
  repeated ActionDetail data = 1;
}

অ্যাকশন ডিটেইল সংজ্ঞা

message ActionDetail {
  string entity_id = 2;
  string link_id = 3;

  // Deep link for action detail
  string url = 4;
  repeated Action actions = 1;
}