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 ChatPinnedMessageClient struct + Client *msgraph.Client + func NewChatPinnedMessageClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatPinnedMessageClient, error) + func (c ChatPinnedMessageClient) CreateChatPinnedMessage(ctx context.Context, id beta.MeChatId, input beta.PinnedChatMessageInfo, ...) (result CreateChatPinnedMessageOperationResponse, err error) + func (c ChatPinnedMessageClient) DeleteChatPinnedMessage(ctx context.Context, id beta.MeChatIdPinnedMessageId, ...) (result DeleteChatPinnedMessageOperationResponse, err error) + func (c ChatPinnedMessageClient) GetChatPinnedMessage(ctx context.Context, id beta.MeChatIdPinnedMessageId, ...) (result GetChatPinnedMessageOperationResponse, err error) + func (c ChatPinnedMessageClient) GetChatPinnedMessagesCount(ctx context.Context, id beta.MeChatId, ...) (result GetChatPinnedMessagesCountOperationResponse, err error) + func (c ChatPinnedMessageClient) ListChatPinnedMessages(ctx context.Context, id beta.MeChatId, ...) (result ListChatPinnedMessagesOperationResponse, err error) + func (c ChatPinnedMessageClient) ListChatPinnedMessagesComplete(ctx context.Context, id beta.MeChatId, ...) (ListChatPinnedMessagesCompleteResult, error) + func (c ChatPinnedMessageClient) ListChatPinnedMessagesCompleteMatchingPredicate(ctx context.Context, id beta.MeChatId, ...) (result ListChatPinnedMessagesCompleteResult, err error) + func (c ChatPinnedMessageClient) UpdateChatPinnedMessage(ctx context.Context, id beta.MeChatIdPinnedMessageId, ...) (result UpdateChatPinnedMessageOperationResponse, err error) + type CreateChatPinnedMessageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateChatPinnedMessageOperationOptions() CreateChatPinnedMessageOperationOptions + func (o CreateChatPinnedMessageOperationOptions) ToHeaders() *client.Headers + func (o CreateChatPinnedMessageOperationOptions) ToOData() *odata.Query + func (o CreateChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams + type CreateChatPinnedMessageOperationResponse struct + HttpResponse *http.Response + Model *beta.PinnedChatMessageInfo + OData *odata.OData + type DeleteChatPinnedMessageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteChatPinnedMessageOperationOptions() DeleteChatPinnedMessageOperationOptions + func (o DeleteChatPinnedMessageOperationOptions) ToHeaders() *client.Headers + func (o DeleteChatPinnedMessageOperationOptions) ToOData() *odata.Query + func (o DeleteChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams + type DeleteChatPinnedMessageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetChatPinnedMessageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetChatPinnedMessageOperationOptions() GetChatPinnedMessageOperationOptions + func (o GetChatPinnedMessageOperationOptions) ToHeaders() *client.Headers + func (o GetChatPinnedMessageOperationOptions) ToOData() *odata.Query + func (o GetChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams + type GetChatPinnedMessageOperationResponse struct + HttpResponse *http.Response + Model *beta.PinnedChatMessageInfo + OData *odata.OData + type GetChatPinnedMessagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetChatPinnedMessagesCountOperationOptions() GetChatPinnedMessagesCountOperationOptions + func (o GetChatPinnedMessagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetChatPinnedMessagesCountOperationOptions) ToOData() *odata.Query + func (o GetChatPinnedMessagesCountOperationOptions) ToQuery() *client.QueryParams + type GetChatPinnedMessagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListChatPinnedMessagesCompleteResult struct + Items []beta.PinnedChatMessageInfo + LatestHttpResponse *http.Response + type ListChatPinnedMessagesCustomPager struct + NextLink *odata.Link + func (p *ListChatPinnedMessagesCustomPager) NextPageLink() *odata.Link + type ListChatPinnedMessagesOperationOptions 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 DefaultListChatPinnedMessagesOperationOptions() ListChatPinnedMessagesOperationOptions + func (o ListChatPinnedMessagesOperationOptions) ToHeaders() *client.Headers + func (o ListChatPinnedMessagesOperationOptions) ToOData() *odata.Query + func (o ListChatPinnedMessagesOperationOptions) ToQuery() *client.QueryParams + type ListChatPinnedMessagesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PinnedChatMessageInfo + OData *odata.OData + type PinnedChatMessageInfoOperationPredicate struct + func (p PinnedChatMessageInfoOperationPredicate) Matches(input beta.PinnedChatMessageInfo) bool + type UpdateChatPinnedMessageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateChatPinnedMessageOperationOptions() UpdateChatPinnedMessageOperationOptions + func (o UpdateChatPinnedMessageOperationOptions) ToHeaders() *client.Headers + func (o UpdateChatPinnedMessageOperationOptions) ToOData() *odata.Query + func (o UpdateChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams + type UpdateChatPinnedMessageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData