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 collection of chat entities.
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 entity from chats
func (*ChatItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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
func (m *ChatItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, requestConfiguration *ChatItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the properties of a chat object.
func (*ChatItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ChatItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from chats
func (*ChatItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error)
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
func (m *ChatItemRequestBuilder) HideForUser() *i39beb613c864af7bec369a1056bf8c41cb817d04318b7282f041a733e6a359b0.HideForUserRequestBuilder
HideForUser provides operations to call the hideForUser method.
func (*ChatItemRequestBuilder) InstalledApps ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) InstalledApps() *i6e9937a477483db52c918f11ae44d2375f40192b050c02f9aaa34371ac1a12b8.InstalledAppsRequestBuilder
InstalledApps provides operations to manage the installedApps property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) InstalledAppsById ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) InstalledAppsById(id string) *ie48eb983af14f89a84a71353f7c41fc8847c3001c54421e947a07c7e5017ae2b.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() *iba0aed8e34eab1bae9e9a79ddc2bf2fe62cae60975a70e24a088e3b4472fe1d1.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() *ic70252b11f26ab5143efdc891ab5fe95b11c40bd8d46d3f7476b1bd89bbcad4f.MarkChatReadForUserRequestBuilder
MarkChatReadForUser provides operations to call the markChatReadForUser method.
func (*ChatItemRequestBuilder) MarkChatUnreadForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) MarkChatUnreadForUser() *ibc85c1be0dcca59eb279107d952538363f05577124a509e4d5f9d6a90d514b32.MarkChatUnreadForUserRequestBuilder
MarkChatUnreadForUser provides operations to call the markChatUnreadForUser method.
func (*ChatItemRequestBuilder) Members ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Members() *i75aa69acd6a8f7bab80f3af14760426f17ce1597f5155737243d02bac7efbc9b.MembersRequestBuilder
Members provides operations to manage the members property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) MembersById ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) MembersById(id string) *ia1765451c54b694370a995b8293695056771707eceb99a55ae5f1a319717a9cd.ConversationMemberItemRequestBuilder
MembersById provides operations to manage the members property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) Messages ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Messages() *i0453d8f2831f761719a2d96702e4c863ff529132a101dbe684210882f2721d5c.MessagesRequestBuilder
Messages provides operations to manage the messages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) MessagesById ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) MessagesById(id string) *if01cbefdd30a84f3f8ae04a8237bc738cd6d90ab68b9c2ccb4f8f2e8b18e5f34.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 properties of a chat object.
func (*ChatItemRequestBuilder) PinnedMessages ¶ added in v0.39.0
func (m *ChatItemRequestBuilder) PinnedMessages() *ie429cd3a59f9c2a7e91ada198f1b1cd17a6eabca6baa6bc1a6b2904876e96ca5.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) *if9fa69e93dea7c66b64ee19841f68c83182c43780f205df8e472e307c0d41fc6.PinnedChatMessageInfoItemRequestBuilder
PinnedMessagesById provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) SendActivityNotification ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) SendActivityNotification() *i6feff4d6e3d0767acb48ac48f31e0afd6402b4d1449e0aa23e2bbb0c98addc1a.SendActivityNotificationRequestBuilder
SendActivityNotification provides operations to call the sendActivityNotification method.
func (*ChatItemRequestBuilder) Tabs ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Tabs() *i4829a1a874097739700639a97e70426ca9839240f97e9abd24a5c555929e9d7f.TabsRequestBuilder
Tabs provides operations to manage the tabs property of the microsoft.graph.chat entity.
func (*ChatItemRequestBuilder) TabsById ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) TabsById(id string) *i837ff1257c18874e8d41607d659eb84e1e4dde73a2ec63b89aa3896598c0d0b1.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() *i3d748ec071b80bb2a3c14b6b3e8b6b9cfd2a64fe6989dcd8d1bff5dd4b81f605.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 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.