Documentation
¶
Index ¶
- type ChatItemRequestBuilder
- func (m *ChatItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *ChatItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ChatItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *ChatItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *ChatItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, ...)
- func (m *ChatItemRequestBuilder) HideForUser() ...
- func (m *ChatItemRequestBuilder) InstalledApps() ...
- func (m *ChatItemRequestBuilder) InstalledAppsById(id string) ...
- func (m *ChatItemRequestBuilder) LastMessagePreview() ...
- func (m *ChatItemRequestBuilder) MarkChatReadForUser() ...
- func (m *ChatItemRequestBuilder) MarkChatUnreadForUser() ...
- func (m *ChatItemRequestBuilder) Members() ...
- func (m *ChatItemRequestBuilder) MembersById(id string) ...
- func (m *ChatItemRequestBuilder) Messages() ...
- func (m *ChatItemRequestBuilder) MessagesById(id string) ...
- func (m *ChatItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, ...)
- func (m *ChatItemRequestBuilder) PinnedMessages() ...
- func (m *ChatItemRequestBuilder) PinnedMessagesById(id string) ...
- func (m *ChatItemRequestBuilder) SendActivityNotification() ...
- func (m *ChatItemRequestBuilder) Tabs() ...
- func (m *ChatItemRequestBuilder) TabsById(id string) ...
- func (m *ChatItemRequestBuilder) UnhideForUser() ...
- type ChatItemRequestBuilderDeleteRequestConfiguration
- type ChatItemRequestBuilderGetQueryParameters
- type ChatItemRequestBuilderGetRequestConfiguration
- type ChatItemRequestBuilderPatchRequestConfiguration
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 chats property of the microsoft.graph.user entity.
func NewChatItemRequestBuilder ¶ added in v0.12.0
func NewChatItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ChatItemRequestBuilder
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
func (m *ChatItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *ChatItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property chats for users
func (*ChatItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get chats from users
func (*ChatItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, requestConfiguration *ChatItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property chats in users
func (*ChatItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ChatItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property chats for users
func (*ChatItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error)
Get get chats from users
func (*ChatItemRequestBuilder) HideForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) HideForUser() *ibdf68b59493fcbfe5243f120ca2b97f1b87a4f0eca5bbed6558b780e96d3beec.HideForUserRequestBuilder
HideForUser provides operations to call the hideForUser method.
func (*ChatItemRequestBuilder) InstalledApps ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) InstalledApps() *i161ad19b0c7a99cae8a80283db44d458d311ea7ea0fda7b7bee6231e5a71bf34.InstalledAppsRequestBuilder
InstalledApps provides operations to manage the installedApps property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) InstalledAppsById ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) InstalledAppsById(id string) *ice5d918650d80a2fd00a96c09c41f928c4c75fc531425a6ae4f4cc396b70c4f2.TeamsAppInstallationItemRequestBuilder
InstalledAppsById provides operations to manage the installedApps property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) LastMessagePreview ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) LastMessagePreview() *i7dd8f04ee639104b986c6c5422c345187262c5c456d2627297ccf5846978d15b.LastMessagePreviewRequestBuilder
LastMessagePreview provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) MarkChatReadForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) MarkChatReadForUser() *ied1f558ecd84e0ae9eb5ca8fc926f3fa1232c1f5894efa8cae1410b1cd659c38.MarkChatReadForUserRequestBuilder
MarkChatReadForUser provides operations to call the markChatReadForUser method.
func (*ChatItemRequestBuilder) MarkChatUnreadForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) MarkChatUnreadForUser() *i4faa2569de9f59350ee6b8738c1c2f9f7d3be53a464b6fcf482f642b99a3ea1d.MarkChatUnreadForUserRequestBuilder
MarkChatUnreadForUser provides operations to call the markChatUnreadForUser method.
func (*ChatItemRequestBuilder) Members ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) Members() *i29250e65d3047fac7086c3da168f1dc97b716e57040772b108c92eb7e41e5082.MembersRequestBuilder
Members provides operations to manage the members property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) MembersById ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) MembersById(id string) *i03a5d9d6f43c34754e384f5d06895085102259e8c0fd8d72b735c4f7e27e19e3.ConversationMemberItemRequestBuilder
MembersById provides operations to manage the members property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) Messages ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) Messages() *i747f2653d0182726c4364050b88c4c017361f81ae437c821457319c34de8bbe4.MessagesRequestBuilder
Messages provides operations to manage the messages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) MessagesById ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) MessagesById(id string) *ia5fe7898b11b622f06cabbbf98b672db477f4cd5aa1bdc1f1091441663a7ac94.ChatMessageItemRequestBuilder
MessagesById provides operations to manage the messages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, requestConfiguration *ChatItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error)
Patch update the navigation property chats in users
func (*ChatItemRequestBuilder) PinnedMessages ¶ added in v0.39.0
func (m *ChatItemRequestBuilder) PinnedMessages() *i359872a537fd70c716e7e5ba029dc803c22b94686718a3e10361f77d83422f79.PinnedMessagesRequestBuilder
PinnedMessages provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) PinnedMessagesById ¶ added in v0.39.0
func (m *ChatItemRequestBuilder) PinnedMessagesById(id string) *i77281ca541a7a54c245fdd2770ea294bd7c00f30c47f9c268ae075c47417ee91.PinnedChatMessageInfoItemRequestBuilder
PinnedMessagesById provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) SendActivityNotification ¶ added in v0.27.0
func (m *ChatItemRequestBuilder) SendActivityNotification() *i8bf0adcfacbb5b5e805bc0b691c0068ae5b5c5f80fce37bf131df5325929232d.SendActivityNotificationRequestBuilder
SendActivityNotification provides operations to call the sendActivityNotification method.
func (*ChatItemRequestBuilder) Tabs ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) Tabs() *ic797b970aa8f13def47c8a9daa30e882f6b3ffba8f376b46454ecdca4bbfff2a.TabsRequestBuilder
Tabs provides operations to manage the tabs property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) TabsById ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) TabsById(id string) *i89204df365cb0b4df35e680ee9e843167bce6597538b2e059b21aa0890ed91ae.TeamsTabItemRequestBuilder
TabsById provides operations to manage the tabs property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) UnhideForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) UnhideForUser() *ic3b0551739f3e070055bc2d75ba06c264a887bf783cdb8d1d265e7e955d9f288.UnhideForUserRequestBuilder
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 get chats from users
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.