@microsoft/msgraph-sdk-groups 1.0.0-preview.14 → 1.0.0-preview.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/groups/item/calendar/calendarView/item/forward/index.d.ts +2 -2
- package/groups/item/calendar/calendarView/item/instances/item/forward/index.d.ts +2 -2
- package/groups/item/calendar/events/index.d.ts +3 -3
- package/groups/item/calendar/events/item/forward/index.d.ts +2 -2
- package/groups/item/calendar/events/item/instances/item/forward/index.d.ts +2 -2
- package/groups/item/calendarView/item/forward/index.d.ts +2 -2
- package/groups/item/calendarView/item/instances/item/forward/index.d.ts +2 -2
- package/groups/item/conversations/index.d.ts +3 -3
- package/groups/item/conversations/item/threads/item/posts/index.d.ts +4 -4
- package/groups/item/conversations/item/threads/item/reply/index.d.ts +3 -3
- package/groups/item/events/item/forward/index.d.ts +2 -2
- package/groups/item/events/item/instances/item/forward/index.d.ts +2 -2
- package/groups/item/team/channels/item/members/index.d.ts +3 -3
- package/groups/item/team/channels/item/members/item/index.d.ts +3 -3
- package/groups/item/team/channels/item/messages/index.d.ts +3 -3
- package/groups/item/team/channels/item/messages/item/index.d.ts +2 -2
- package/groups/item/team/channels/item/messages/item/replies/index.d.ts +6 -6
- package/groups/item/team/primaryChannel/members/index.d.ts +3 -3
- package/groups/item/team/primaryChannel/members/item/index.d.ts +3 -3
- package/groups/item/team/primaryChannel/messages/index.d.ts +3 -3
- package/groups/item/team/primaryChannel/messages/item/index.d.ts +2 -2
- package/groups/item/team/primaryChannel/messages/item/replies/index.d.ts +6 -6
- package/groups/item/threads/item/index.d.ts +1 -1
- package/groups/item/threads/item/posts/index.d.ts +4 -4
- package/groups/item/threads/item/reply/index.d.ts +3 -3
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -22,7 +22,7 @@ export interface EventsRequestBuilder extends BaseRequestBuilder<EventsRequestBu
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId(eventId: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view,
|
|
25
|
+
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -39,7 +39,7 @@ export interface EventsRequestBuilder extends BaseRequestBuilder<EventsRequestBu
|
|
|
39
39
|
*/
|
|
40
40
|
post(body: Event, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Event | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view,
|
|
42
|
+
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
45
45
|
*/
|
|
@@ -53,7 +53,7 @@ export interface EventsRequestBuilder extends BaseRequestBuilder<EventsRequestBu
|
|
|
53
53
|
toPostRequestInformation(body: Event, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view,
|
|
56
|
+
* Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
|
|
57
57
|
*/
|
|
58
58
|
export interface EventsRequestBuilderGetQueryParameters {
|
|
59
59
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -25,12 +25,12 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder<Conversa
|
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<ConversationsRequestBuilderGetQueryParameters> | undefined): Promise<ConversationCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<Conversation>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: Conversation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Conversation | undefined>;
|
|
36
36
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder<Conversa
|
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -17,22 +17,22 @@ export interface PostsRequestBuilder extends BaseRequestBuilder<PostsRequestBuil
|
|
|
17
17
|
*/
|
|
18
18
|
byPostId(postId: string): PostItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Get the
|
|
20
|
+
* Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<PostCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<PostsRequestBuilderGetQueryParameters> | undefined): Promise<PostCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Get the
|
|
28
|
+
* Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
|
|
29
29
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
30
|
* @returns {RequestInformation}
|
|
31
31
|
*/
|
|
32
32
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PostsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
* Get the
|
|
35
|
+
* Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
|
|
36
36
|
*/
|
|
37
37
|
export interface PostsRequestBuilderGetQueryParameters {
|
|
38
38
|
/**
|
|
@@ -30,15 +30,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel,
|
|
|
30
30
|
*/
|
|
31
31
|
export interface ReplyRequestBuilder extends BaseRequestBuilder<ReplyRequestBuilder> {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
37
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
37
|
+
* @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0|Find more info here}
|
|
38
38
|
*/
|
|
39
39
|
post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
|
42
42
|
* @param body The request body
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -34,7 +34,7 @@ export interface ForwardPostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
34
34
|
*/
|
|
35
35
|
export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequestBuilder> {
|
|
36
36
|
/**
|
|
37
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
37
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface ForwardRequestBuilder extends BaseRequestBuilder<ForwardRequest
|
|
|
42
42
|
*/
|
|
43
43
|
post(body: ForwardPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* This action allows the organizer or attendee of a meeting event to forward
|
|
45
|
+
* This action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
|
|
46
46
|
* @param body The request body
|
|
47
47
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
48
|
* @returns {RequestInformation}
|
|
@@ -30,12 +30,12 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMemberCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Add a conversationMember to a channel.
|
|
33
|
+
* Add a conversationMember to a channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ConversationMember>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
|
|
41
41
|
/**
|
|
@@ -45,7 +45,7 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
|
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
* Add a conversationMember to a channel.
|
|
48
|
+
* Add a conversationMember to a channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -20,12 +20,12 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
|
|
|
20
20
|
*/
|
|
21
21
|
get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMember | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
* Update the role of a conversationMember in a
|
|
23
|
+
* Update the role of a conversationMember in a team or channel.
|
|
24
24
|
* @param body The request body
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<ConversationMember>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0|Find more info here}
|
|
29
29
|
*/
|
|
30
30
|
patch(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
|
|
31
31
|
/**
|
|
@@ -41,7 +41,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
|
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the role of a conversationMember in a
|
|
44
|
+
* Update the role of a conversationMember in a team or channel.
|
|
45
45
|
* @param body The request body
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {RequestInformation}
|
|
@@ -30,12 +30,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Send a new chatMessage in the specified channel
|
|
33
|
+
* Send a new chatMessage in the specified channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ChatMessage>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
|
|
41
41
|
/**
|
|
@@ -45,7 +45,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
|
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
* Send a new chatMessage in the specified channel
|
|
48
|
+
* Send a new chatMessage in the specified channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -49,7 +49,7 @@ export interface ChatMessageItemRequestBuilder extends BaseRequestBuilder<ChatMe
|
|
|
49
49
|
*/
|
|
50
50
|
get(requestConfiguration?: RequestConfiguration<ChatMessageItemRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessage | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* Update a chatMessage object.
|
|
52
|
+
* Update a chatMessage object. Except for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.
|
|
53
53
|
* @param body The request body
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
* @returns {Promise<ChatMessage>}
|
|
@@ -70,7 +70,7 @@ export interface ChatMessageItemRequestBuilder extends BaseRequestBuilder<ChatMe
|
|
|
70
70
|
*/
|
|
71
71
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ChatMessageItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
72
72
|
/**
|
|
73
|
-
* Update a chatMessage object.
|
|
73
|
+
* Update a chatMessage object. Except for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.
|
|
74
74
|
* @param body The request body
|
|
75
75
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
76
76
|
* @returns {RequestInformation}
|
|
@@ -22,7 +22,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
22
22
|
*/
|
|
23
23
|
byChatMessageId1(chatMessageId1: string): ChatMessageItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
25
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<ChatMessageCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -30,22 +30,22 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Create a new reply to a chatMessage in a specified channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ChatMessage>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
42
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Create a new reply to a chatMessage in a specified channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -53,7 +53,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
53
53
|
toPostRequestInformation(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
56
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
57
57
|
*/
|
|
58
58
|
export interface RepliesRequestBuilderGetQueryParameters {
|
|
59
59
|
/**
|
|
@@ -30,12 +30,12 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMemberCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Add a conversationMember to a channel.
|
|
33
|
+
* Add a conversationMember to a channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ConversationMember>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
|
|
41
41
|
/**
|
|
@@ -45,7 +45,7 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
|
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
* Add a conversationMember to a channel.
|
|
48
|
+
* Add a conversationMember to a channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -20,12 +20,12 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
|
|
|
20
20
|
*/
|
|
21
21
|
get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMember | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
* Update the role of a conversationMember in a
|
|
23
|
+
* Update the role of a conversationMember in a team or channel.
|
|
24
24
|
* @param body The request body
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<ConversationMember>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0|Find more info here}
|
|
29
29
|
*/
|
|
30
30
|
patch(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
|
|
31
31
|
/**
|
|
@@ -41,7 +41,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
|
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the role of a conversationMember in a
|
|
44
|
+
* Update the role of a conversationMember in a team or channel.
|
|
45
45
|
* @param body The request body
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {RequestInformation}
|
|
@@ -30,12 +30,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Send a new chatMessage in the specified channel
|
|
33
|
+
* Send a new chatMessage in the specified channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ChatMessage>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
|
|
41
41
|
/**
|
|
@@ -45,7 +45,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
|
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
* Send a new chatMessage in the specified channel
|
|
48
|
+
* Send a new chatMessage in the specified channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -49,7 +49,7 @@ export interface ChatMessageItemRequestBuilder extends BaseRequestBuilder<ChatMe
|
|
|
49
49
|
*/
|
|
50
50
|
get(requestConfiguration?: RequestConfiguration<ChatMessageItemRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessage | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* Update a chatMessage object.
|
|
52
|
+
* Update a chatMessage object. Except for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.
|
|
53
53
|
* @param body The request body
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
* @returns {Promise<ChatMessage>}
|
|
@@ -70,7 +70,7 @@ export interface ChatMessageItemRequestBuilder extends BaseRequestBuilder<ChatMe
|
|
|
70
70
|
*/
|
|
71
71
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ChatMessageItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
72
72
|
/**
|
|
73
|
-
* Update a chatMessage object.
|
|
73
|
+
* Update a chatMessage object. Except for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.
|
|
74
74
|
* @param body The request body
|
|
75
75
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
76
76
|
* @returns {RequestInformation}
|
|
@@ -22,7 +22,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
22
22
|
*/
|
|
23
23
|
byChatMessageId1(chatMessageId1: string): ChatMessageItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
25
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<ChatMessageCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -30,22 +30,22 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Create a new reply to a chatMessage in a specified channel.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {Promise<ChatMessage>}
|
|
37
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here}
|
|
39
39
|
*/
|
|
40
40
|
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
42
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Create a new reply to a chatMessage in a specified channel.
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
@@ -53,7 +53,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
|
|
|
53
53
|
toPostRequestInformation(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself,
|
|
56
|
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
|
|
57
57
|
*/
|
|
58
58
|
export interface RepliesRequestBuilderGetQueryParameters {
|
|
59
59
|
/**
|
|
@@ -18,7 +18,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
|
|
|
18
18
|
* Delete conversationThread.
|
|
19
19
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
20
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
21
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
21
|
+
* @see {@link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0|Find more info here}
|
|
22
22
|
*/
|
|
23
23
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
24
24
|
/**
|