[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../interfaces/Chatbot.TeamChatLinkShared.html [Back]  [Original]

TeamChatLinkShared | @zoom/rivet

Interface TeamChatLinkShared

interface TeamChatLinkShared {
event: "team_chat.link_shared";
event_ts: number;
payload: {
account_id: string;
by_external_user: boolean;
object: {
channel_id: string;
channel_name: string;
contact_id: string;
contact_member_id: string;
date_time: Date;
link: string;
message_id: string;
reply_main_message_id: string;
timestamp: number;
trigger_id: string;
type: "to_contact" | "to_channel";
};
operator: string;
operator_id: string;
operator_member_id: string;
};
response_url: string;
}

Hierarchy (view full)

Properties

event: "team_chat.link_shared"

Inherited from Event.event

event_ts: number
payload: {
account_id: string;
by_external_user: boolean;
object: {
channel_id: string;
channel_name: string;
contact_id: string;
contact_member_id: string;
date_time: Date;
link: string;
message_id: string;
reply_main_message_id: string;
timestamp: number;
trigger_id: string;
type: "to_contact" | "to_channel";
};
operator: string;
operator_id: string;
operator_member_id: string;
}
response_url: string

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page