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 me
func (*ChatItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get chats from me
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 me
func (*ChatItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ChatItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property chats for me
func (*ChatItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ChatItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error)
Get get chats from me
func (*ChatItemRequestBuilder) HideForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) HideForUser() *i58e23b2939c6432ac8b587c5feeb471fc47d5b55f39473a636fdaaa34d146339.HideForUserRequestBuilder
HideForUser provides operations to call the hideForUser method.
func (*ChatItemRequestBuilder) InstalledApps ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) InstalledApps() *i2ea8718568dd68e4db5b0c9b13edefe941431dfb1541af1606f4bc0a7d2db21c.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) *i8d1551e7ddb5563740c721b9a2267c157137532374fa22029cbe1c43d7821a74.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() *iaf22e2321aed77ea75fad259764b34bc4b11d87b943ce0c01583b0cf198686bb.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() *i4f7324bbc51d39044294fbc8507574ec35a78d7e6d4521fbb14db70b57abe700.MarkChatReadForUserRequestBuilder
MarkChatReadForUser provides operations to call the markChatReadForUser method.
func (*ChatItemRequestBuilder) MarkChatUnreadForUser ¶ added in v0.44.0
func (m *ChatItemRequestBuilder) MarkChatUnreadForUser() *i97c7b1a52b2a1f45a86bbc3b07ceed8a2a6e243e966278d5e86afe0fad5d5beb.MarkChatUnreadForUserRequestBuilder
MarkChatUnreadForUser provides operations to call the markChatUnreadForUser method.
func (*ChatItemRequestBuilder) Members ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) Members() *ibfa184694112defc7dad34dc61131fc41730c513148b28b61ceae4b917fc813b.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) *i2febef273a5d29b65dd84845ed6389ff6349f765563d2c8edcf94919833a9f49.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() *i88a4f2f2a7c4ae16c306dfc70fe5cfa8f9175e29138583b1d60f25decd49e6d9.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) *i9c260c1538d5b918af33a76a10a514936b0f1f71f65fedc06df9fbe2d4dc5876.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 me
func (*ChatItemRequestBuilder) PinnedMessages ¶ added in v0.39.0
func (m *ChatItemRequestBuilder) PinnedMessages() *i5f59d5a81c4fcc79151c80c703b7058649721f3ebf324ad807f90668dbb2100b.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) *ia85488b3d41cd3644b41191b3d939e66469b14d2c6c8c8399530a704bc606aaf.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() *ic48531e217b5a3e24c10e42f0363211f421bdab3ff973fab2c2ccbbb3e67f8c3.SendActivityNotificationRequestBuilder
SendActivityNotification provides operations to call the sendActivityNotification method.
func (*ChatItemRequestBuilder) Tabs ¶ added in v0.13.0
func (m *ChatItemRequestBuilder) Tabs() *id387b678bda7815af798dc5b19d04d6775c9e30340b77735c65b245e5bae6867.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) *i25a5bc17ba5983e7d43d8a128bba975fd3706b2f2204b481e7864fe0ae9d5030.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() *i05eb5a4625242f589812d7abaff1378dbfaeacd7daaf8058c776a2f6fe5078a2.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 me
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.