You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send a new chatMessage in the specified channel or a chat.
74
+
Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
75
75
param body: The request body
76
76
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
77
77
Returns: Optional[ChatMessage]
78
-
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
78
+
Find more info here: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0
Send a new chatMessage in the specified channel or a chat.
109
+
Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
110
110
param body: The request body
111
111
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
36
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
37
37
param body: The request body
38
38
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
Returns: Optional[InviteParticipantsOperation]
40
-
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
40
+
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
60
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
61
61
param body: The request body
62
62
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py
0 commit comments