item

package
v0.46.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatItemRequestBuilder added in v0.12.0

type ChatItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ChatItemRequestBuilder provides operations to manage the collection of chat entities.

func NewChatItemRequestBuilder added in v0.12.0

NewChatItemRequestBuilder instantiates a new ChatItemRequestBuilder and sets the default values.

func NewChatItemRequestBuilderInternal added in v0.12.0

func NewChatItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ChatItemRequestBuilder

NewChatItemRequestBuilderInternal instantiates a new ChatItemRequestBuilder and sets the default values.

func (*ChatItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete entity from chats

func (*ChatItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.

func (*ChatItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the properties of a chat object.

func (*ChatItemRequestBuilder) Delete added in v0.12.0

Delete delete entity from chats

func (*ChatItemRequestBuilder) Get added in v0.12.0

Get retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.

func (*ChatItemRequestBuilder) HideForUser added in v0.44.0

HideForUser provides operations to call the hideForUser method.

func (*ChatItemRequestBuilder) InstalledApps added in v0.12.0

InstalledApps provides operations to manage the installedApps property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) InstalledAppsById added in v0.12.0

InstalledAppsById provides operations to manage the installedApps property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) LastMessagePreview added in v0.44.0

LastMessagePreview provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) MarkChatReadForUser added in v0.44.0

MarkChatReadForUser provides operations to call the markChatReadForUser method.

func (*ChatItemRequestBuilder) MarkChatUnreadForUser added in v0.44.0

MarkChatUnreadForUser provides operations to call the markChatUnreadForUser method.

func (*ChatItemRequestBuilder) Members added in v0.12.0

Members provides operations to manage the members property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) MembersById added in v0.12.0

MembersById provides operations to manage the members property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) Messages added in v0.12.0

Messages provides operations to manage the messages property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) MessagesById added in v0.12.0

MessagesById provides operations to manage the messages property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) PinnedMessages added in v0.39.0

PinnedMessages provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) PinnedMessagesById added in v0.39.0

PinnedMessagesById provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) SendActivityNotification added in v0.12.0

SendActivityNotification provides operations to call the sendActivityNotification method.

func (*ChatItemRequestBuilder) Tabs added in v0.12.0

Tabs provides operations to manage the tabs property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) TabsById added in v0.12.0

TabsById provides operations to manage the tabs property of the microsoft.graph.chat entity.

func (*ChatItemRequestBuilder) UnhideForUser added in v0.44.0

UnhideForUser provides operations to call the unhideForUser method.

type ChatItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

type ChatItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ChatItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ChatItemRequestBuilderGetQueryParameters added in v0.12.0

type ChatItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ChatItemRequestBuilderGetQueryParameters retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.

type ChatItemRequestBuilderGetRequestConfiguration added in v0.22.0

type ChatItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ChatItemRequestBuilderGetQueryParameters
}

ChatItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ChatItemRequestBuilderPatchRequestConfiguration added in v0.22.0

type ChatItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ChatItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL