Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
YouTube
Collection
LiveChatMessagesCollection
Interface LiveChatMessagesCollection
interface
LiveChatMessagesCollection
{
insert
(
resource
:
LiveChatMessage
,
part
:
string
)
:
LiveChatMessage
;
list
(
liveChatId
:
string
,
part
:
string
)
:
LiveChatMessageListResponse
;
list
(
liveChatId
:
string
,
part
:
string
,
optionalArgs
:
object
,
)
:
LiveChatMessageListResponse
;
remove
(
id
:
string
)
:
void
;
}
Index
Methods
insert
list
remove
Methods
insert
insert
(
resource
:
LiveChatMessage
,
part
:
string
)
:
LiveChatMessage
Parameters
resource
:
LiveChatMessage
part
:
string
Returns
LiveChatMessage
list
list
(
liveChatId
:
string
,
part
:
string
)
:
LiveChatMessageListResponse
Parameters
liveChatId
:
string
part
:
string
Returns
LiveChatMessageListResponse
list
(
liveChatId
:
string
,
part
:
string
,
optionalArgs
:
object
,
)
:
LiveChatMessageListResponse
Parameters
liveChatId
:
string
part
:
string
optionalArgs
:
object
Returns
LiveChatMessageListResponse
remove
remove
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
insert
list
remove
Google Apps Script API
Loading...