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 ChatMessageOperationPredicate struct + func (p ChatMessageOperationPredicate) Matches(input stable.ChatMessage) bool + type CreateJoinedTeamPrimaryChannelMessageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateJoinedTeamPrimaryChannelMessageOperationOptions() CreateJoinedTeamPrimaryChannelMessageOperationOptions + func (o CreateJoinedTeamPrimaryChannelMessageOperationOptions) ToHeaders() *client.Headers + func (o CreateJoinedTeamPrimaryChannelMessageOperationOptions) ToOData() *odata.Query + func (o CreateJoinedTeamPrimaryChannelMessageOperationOptions) ToQuery() *client.QueryParams + type CreateJoinedTeamPrimaryChannelMessageOperationResponse struct + HttpResponse *http.Response + Model *stable.ChatMessage + OData *odata.OData + type CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions() CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions + func (o CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions) ToHeaders() *client.Headers + func (o CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions) ToOData() *odata.Query + func (o CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationOptions) ToQuery() *client.QueryParams + type CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions() CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions + func (o CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions) ToHeaders() *client.Headers + func (o CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions) ToOData() *odata.Query + func (o CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationOptions) ToQuery() *client.QueryParams + type CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteJoinedTeamPrimaryChannelMessageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteJoinedTeamPrimaryChannelMessageOperationOptions() DeleteJoinedTeamPrimaryChannelMessageOperationOptions + func (o DeleteJoinedTeamPrimaryChannelMessageOperationOptions) ToHeaders() *client.Headers + func (o DeleteJoinedTeamPrimaryChannelMessageOperationOptions) ToOData() *odata.Query + func (o DeleteJoinedTeamPrimaryChannelMessageOperationOptions) ToQuery() *client.QueryParams + type DeleteJoinedTeamPrimaryChannelMessageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetJoinedTeamPrimaryChannelMessageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetJoinedTeamPrimaryChannelMessageOperationOptions() GetJoinedTeamPrimaryChannelMessageOperationOptions + func (o GetJoinedTeamPrimaryChannelMessageOperationOptions) ToHeaders() *client.Headers + func (o GetJoinedTeamPrimaryChannelMessageOperationOptions) ToOData() *odata.Query + func (o GetJoinedTeamPrimaryChannelMessageOperationOptions) ToQuery() *client.QueryParams + type GetJoinedTeamPrimaryChannelMessageOperationResponse struct + HttpResponse *http.Response + Model *stable.ChatMessage + OData *odata.OData + type GetJoinedTeamPrimaryChannelMessagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetJoinedTeamPrimaryChannelMessagesCountOperationOptions() GetJoinedTeamPrimaryChannelMessagesCountOperationOptions + func (o GetJoinedTeamPrimaryChannelMessagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetJoinedTeamPrimaryChannelMessagesCountOperationOptions) ToOData() *odata.Query + func (o GetJoinedTeamPrimaryChannelMessagesCountOperationOptions) ToQuery() *client.QueryParams + type GetJoinedTeamPrimaryChannelMessagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type JoinedTeamPrimaryChannelMessageClient struct + Client *msgraph.Client + func NewJoinedTeamPrimaryChannelMessageClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelMessageClient, error) + func (c JoinedTeamPrimaryChannelMessageClient) CreateJoinedTeamPrimaryChannelMessage(ctx context.Context, id stable.MeJoinedTeamId, input stable.ChatMessage, ...) (result CreateJoinedTeamPrimaryChannelMessageOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) CreateJoinedTeamPrimaryChannelMessageSoftDelete(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result CreateJoinedTeamPrimaryChannelMessageSoftDeleteOperationResponse, ...) + func (c JoinedTeamPrimaryChannelMessageClient) CreateJoinedTeamPrimaryChannelMessageUndoSoftDelete(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result CreateJoinedTeamPrimaryChannelMessageUndoSoftDeleteOperationResponse, ...) + func (c JoinedTeamPrimaryChannelMessageClient) DeleteJoinedTeamPrimaryChannelMessage(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result DeleteJoinedTeamPrimaryChannelMessageOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) GetJoinedTeamPrimaryChannelMessage(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result GetJoinedTeamPrimaryChannelMessageOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) GetJoinedTeamPrimaryChannelMessagesCount(ctx context.Context, id stable.MeJoinedTeamId, ...) (result GetJoinedTeamPrimaryChannelMessagesCountOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) ListJoinedTeamPrimaryChannelMessages(ctx context.Context, id stable.MeJoinedTeamId, ...) (result ListJoinedTeamPrimaryChannelMessagesOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) ListJoinedTeamPrimaryChannelMessagesComplete(ctx context.Context, id stable.MeJoinedTeamId, ...) (ListJoinedTeamPrimaryChannelMessagesCompleteResult, error) + func (c JoinedTeamPrimaryChannelMessageClient) ListJoinedTeamPrimaryChannelMessagesCompleteMatchingPredicate(ctx context.Context, id stable.MeJoinedTeamId, ...) (result ListJoinedTeamPrimaryChannelMessagesCompleteResult, err error) + func (c JoinedTeamPrimaryChannelMessageClient) SetJoinedTeamPrimaryChannelMessageReaction(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result SetJoinedTeamPrimaryChannelMessageReactionOperationResponse, err error) + func (c JoinedTeamPrimaryChannelMessageClient) UnsetJoinedTeamPrimaryChannelMessageReaction(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result UnsetJoinedTeamPrimaryChannelMessageReactionOperationResponse, ...) + func (c JoinedTeamPrimaryChannelMessageClient) UpdateJoinedTeamPrimaryChannelMessage(ctx context.Context, id stable.MeJoinedTeamIdPrimaryChannelMessageId, ...) (result UpdateJoinedTeamPrimaryChannelMessageOperationResponse, err error) + type ListJoinedTeamPrimaryChannelMessagesCompleteResult struct + Items []stable.ChatMessage + LatestHttpResponse *http.Response + type ListJoinedTeamPrimaryChannelMessagesCustomPager struct + NextLink *odata.Link + func (p *ListJoinedTeamPrimaryChannelMessagesCustomPager) NextPageLink() *odata.Link + type ListJoinedTeamPrimaryChannelMessagesOperationOptions 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 DefaultListJoinedTeamPrimaryChannelMessagesOperationOptions() ListJoinedTeamPrimaryChannelMessagesOperationOptions + func (o ListJoinedTeamPrimaryChannelMessagesOperationOptions) ToHeaders() *client.Headers + func (o ListJoinedTeamPrimaryChannelMessagesOperationOptions) ToOData() *odata.Query + func (o ListJoinedTeamPrimaryChannelMessagesOperationOptions) ToQuery() *client.QueryParams + type ListJoinedTeamPrimaryChannelMessagesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ChatMessage + OData *odata.OData + type SetJoinedTeamPrimaryChannelMessageReactionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetJoinedTeamPrimaryChannelMessageReactionOperationOptions() SetJoinedTeamPrimaryChannelMessageReactionOperationOptions + func (o SetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToHeaders() *client.Headers + func (o SetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToOData() *odata.Query + func (o SetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToQuery() *client.QueryParams + type SetJoinedTeamPrimaryChannelMessageReactionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SetJoinedTeamPrimaryChannelMessageReactionRequest struct + ReactionType nullable.Type[string] + type UnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions() UnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions + func (o UnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToHeaders() *client.Headers + func (o UnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToOData() *odata.Query + func (o UnsetJoinedTeamPrimaryChannelMessageReactionOperationOptions) ToQuery() *client.QueryParams + type UnsetJoinedTeamPrimaryChannelMessageReactionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UnsetJoinedTeamPrimaryChannelMessageReactionRequest struct + ReactionType nullable.Type[string] + type UpdateJoinedTeamPrimaryChannelMessageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateJoinedTeamPrimaryChannelMessageOperationOptions() UpdateJoinedTeamPrimaryChannelMessageOperationOptions + func (o UpdateJoinedTeamPrimaryChannelMessageOperationOptions) ToHeaders() *client.Headers + func (o UpdateJoinedTeamPrimaryChannelMessageOperationOptions) ToOData() *odata.Query + func (o UpdateJoinedTeamPrimaryChannelMessageOperationOptions) ToQuery() *client.QueryParams + type UpdateJoinedTeamPrimaryChannelMessageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData