Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type ActionResultPartOperationPredicate struct + func (p ActionResultPartOperationPredicate) Matches(input stable.ActionResultPart) bool + type AddChatMembersCompleteResult struct + Items []stable.ActionResultPart + LatestHttpResponse *http.Response + type AddChatMembersCustomPager struct + NextLink *odata.Link + func (p *AddChatMembersCustomPager) NextPageLink() *odata.Link + type AddChatMembersOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultAddChatMembersOperationOptions() AddChatMembersOperationOptions + func (o AddChatMembersOperationOptions) ToHeaders() *client.Headers + func (o AddChatMembersOperationOptions) ToOData() *odata.Query + func (o AddChatMembersOperationOptions) ToQuery() *client.QueryParams + type AddChatMembersOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ActionResultPart + OData *odata.OData + type AddChatMembersRequest struct + Values *[]stable.ConversationMember + type ChatMemberClient struct + Client *msgraph.Client + func NewChatMemberClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatMemberClient, error) + func (c ChatMemberClient) AddChatMembers(ctx context.Context, id stable.UserIdChatId, input AddChatMembersRequest, ...) (result AddChatMembersOperationResponse, err error) + func (c ChatMemberClient) AddChatMembersComplete(ctx context.Context, id stable.UserIdChatId, input AddChatMembersRequest, ...) (AddChatMembersCompleteResult, error) + func (c ChatMemberClient) AddChatMembersCompleteMatchingPredicate(ctx context.Context, id stable.UserIdChatId, input AddChatMembersRequest, ...) (result AddChatMembersCompleteResult, err error) + func (c ChatMemberClient) CreateChatMember(ctx context.Context, id stable.UserIdChatId, input stable.ConversationMember, ...) (result CreateChatMemberOperationResponse, err error) + func (c ChatMemberClient) DeleteChatMember(ctx context.Context, id stable.UserIdChatIdMemberId, ...) (result DeleteChatMemberOperationResponse, err error) + func (c ChatMemberClient) GetChatMember(ctx context.Context, id stable.UserIdChatIdMemberId, ...) (result GetChatMemberOperationResponse, err error) + func (c ChatMemberClient) GetChatMembersCount(ctx context.Context, id stable.UserIdChatId, ...) (result GetChatMembersCountOperationResponse, err error) + func (c ChatMemberClient) ListChatMembers(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatMembersOperationResponse, err error) + func (c ChatMemberClient) ListChatMembersComplete(ctx context.Context, id stable.UserIdChatId, ...) (ListChatMembersCompleteResult, error) + func (c ChatMemberClient) ListChatMembersCompleteMatchingPredicate(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatMembersCompleteResult, err error) + func (c ChatMemberClient) UpdateChatMember(ctx context.Context, id stable.UserIdChatIdMemberId, ...) (result UpdateChatMemberOperationResponse, err error) + type ConversationMemberOperationPredicate struct + func (p ConversationMemberOperationPredicate) Matches(input stable.ConversationMember) bool + type CreateChatMemberOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateChatMemberOperationOptions() CreateChatMemberOperationOptions + func (o CreateChatMemberOperationOptions) ToHeaders() *client.Headers + func (o CreateChatMemberOperationOptions) ToOData() *odata.Query + func (o CreateChatMemberOperationOptions) ToQuery() *client.QueryParams + type CreateChatMemberOperationResponse struct + HttpResponse *http.Response + Model stable.ConversationMember + OData *odata.OData + type DeleteChatMemberOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteChatMemberOperationOptions() DeleteChatMemberOperationOptions + func (o DeleteChatMemberOperationOptions) ToHeaders() *client.Headers + func (o DeleteChatMemberOperationOptions) ToOData() *odata.Query + func (o DeleteChatMemberOperationOptions) ToQuery() *client.QueryParams + type DeleteChatMemberOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetChatMemberOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetChatMemberOperationOptions() GetChatMemberOperationOptions + func (o GetChatMemberOperationOptions) ToHeaders() *client.Headers + func (o GetChatMemberOperationOptions) ToOData() *odata.Query + func (o GetChatMemberOperationOptions) ToQuery() *client.QueryParams + type GetChatMemberOperationResponse struct + HttpResponse *http.Response + Model stable.ConversationMember + OData *odata.OData + type GetChatMembersCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetChatMembersCountOperationOptions() GetChatMembersCountOperationOptions + func (o GetChatMembersCountOperationOptions) ToHeaders() *client.Headers + func (o GetChatMembersCountOperationOptions) ToOData() *odata.Query + func (o GetChatMembersCountOperationOptions) ToQuery() *client.QueryParams + type GetChatMembersCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListChatMembersCompleteResult struct + Items []stable.ConversationMember + LatestHttpResponse *http.Response + type ListChatMembersCustomPager struct + NextLink *odata.Link + func (p *ListChatMembersCustomPager) NextPageLink() *odata.Link + type ListChatMembersOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListChatMembersOperationOptions() ListChatMembersOperationOptions + func (o ListChatMembersOperationOptions) ToHeaders() *client.Headers + func (o ListChatMembersOperationOptions) ToOData() *odata.Query + func (o ListChatMembersOperationOptions) ToQuery() *client.QueryParams + type ListChatMembersOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ConversationMember + OData *odata.OData + type UpdateChatMemberOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateChatMemberOperationOptions() UpdateChatMemberOperationOptions + func (o UpdateChatMemberOperationOptions) ToHeaders() *client.Headers + func (o UpdateChatMemberOperationOptions) ToOData() *odata.Query + func (o UpdateChatMemberOperationOptions) ToQuery() *client.QueryParams + type UpdateChatMemberOperationResponse struct + HttpResponse *http.Response + OData *odata.OData