Documentation ¶
Index ¶
- type ChatPinnedMessageClient
- func (c ChatPinnedMessageClient) CreateChatPinnedMessage(ctx context.Context, id stable.UserIdChatId, ...) (result CreateChatPinnedMessageOperationResponse, err error)
- func (c ChatPinnedMessageClient) DeleteChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, ...) (result DeleteChatPinnedMessageOperationResponse, err error)
- func (c ChatPinnedMessageClient) GetChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, ...) (result GetChatPinnedMessageOperationResponse, err error)
- func (c ChatPinnedMessageClient) GetChatPinnedMessagesCount(ctx context.Context, id stable.UserIdChatId, ...) (result GetChatPinnedMessagesCountOperationResponse, err error)
- func (c ChatPinnedMessageClient) ListChatPinnedMessages(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatPinnedMessagesOperationResponse, err error)
- func (c ChatPinnedMessageClient) ListChatPinnedMessagesComplete(ctx context.Context, id stable.UserIdChatId, ...) (ListChatPinnedMessagesCompleteResult, error)
- func (c ChatPinnedMessageClient) ListChatPinnedMessagesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatPinnedMessagesCompleteResult, err error)
- func (c ChatPinnedMessageClient) UpdateChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, ...) (result UpdateChatPinnedMessageOperationResponse, err error)
- type CreateChatPinnedMessageOperationOptions
- type CreateChatPinnedMessageOperationResponse
- type DeleteChatPinnedMessageOperationOptions
- type DeleteChatPinnedMessageOperationResponse
- type GetChatPinnedMessageOperationOptions
- type GetChatPinnedMessageOperationResponse
- type GetChatPinnedMessagesCountOperationOptions
- type GetChatPinnedMessagesCountOperationResponse
- type ListChatPinnedMessagesCompleteResult
- type ListChatPinnedMessagesCustomPager
- type ListChatPinnedMessagesOperationOptions
- type ListChatPinnedMessagesOperationResponse
- type PinnedChatMessageInfoOperationPredicate
- type UpdateChatPinnedMessageOperationOptions
- type UpdateChatPinnedMessageOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatPinnedMessageClient ¶
func NewChatPinnedMessageClientWithBaseURI ¶
func NewChatPinnedMessageClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatPinnedMessageClient, error)
func (ChatPinnedMessageClient) CreateChatPinnedMessage ¶
func (c ChatPinnedMessageClient) CreateChatPinnedMessage(ctx context.Context, id stable.UserIdChatId, input stable.PinnedChatMessageInfo, options CreateChatPinnedMessageOperationOptions) (result CreateChatPinnedMessageOperationResponse, err error)
CreateChatPinnedMessage - Create new navigation property to pinnedMessages for users
func (ChatPinnedMessageClient) DeleteChatPinnedMessage ¶
func (c ChatPinnedMessageClient) DeleteChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, options DeleteChatPinnedMessageOperationOptions) (result DeleteChatPinnedMessageOperationResponse, err error)
DeleteChatPinnedMessage - Delete navigation property pinnedMessages for users
func (ChatPinnedMessageClient) GetChatPinnedMessage ¶
func (c ChatPinnedMessageClient) GetChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, options GetChatPinnedMessageOperationOptions) (result GetChatPinnedMessageOperationResponse, err error)
GetChatPinnedMessage - Get pinnedMessages from users. A collection of all the pinned messages in the chat. Nullable.
func (ChatPinnedMessageClient) GetChatPinnedMessagesCount ¶
func (c ChatPinnedMessageClient) GetChatPinnedMessagesCount(ctx context.Context, id stable.UserIdChatId, options GetChatPinnedMessagesCountOperationOptions) (result GetChatPinnedMessagesCountOperationResponse, err error)
GetChatPinnedMessagesCount - Get the number of the resource
func (ChatPinnedMessageClient) ListChatPinnedMessages ¶
func (c ChatPinnedMessageClient) ListChatPinnedMessages(ctx context.Context, id stable.UserIdChatId, options ListChatPinnedMessagesOperationOptions) (result ListChatPinnedMessagesOperationResponse, err error)
ListChatPinnedMessages - Get pinnedMessages from users. A collection of all the pinned messages in the chat. Nullable.
func (ChatPinnedMessageClient) ListChatPinnedMessagesComplete ¶
func (c ChatPinnedMessageClient) ListChatPinnedMessagesComplete(ctx context.Context, id stable.UserIdChatId, options ListChatPinnedMessagesOperationOptions) (ListChatPinnedMessagesCompleteResult, error)
ListChatPinnedMessagesComplete retrieves all the results into a single object
func (ChatPinnedMessageClient) ListChatPinnedMessagesCompleteMatchingPredicate ¶
func (c ChatPinnedMessageClient) ListChatPinnedMessagesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdChatId, options ListChatPinnedMessagesOperationOptions, predicate PinnedChatMessageInfoOperationPredicate) (result ListChatPinnedMessagesCompleteResult, err error)
ListChatPinnedMessagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ChatPinnedMessageClient) UpdateChatPinnedMessage ¶
func (c ChatPinnedMessageClient) UpdateChatPinnedMessage(ctx context.Context, id stable.UserIdChatIdPinnedMessageId, input stable.PinnedChatMessageInfo, options UpdateChatPinnedMessageOperationOptions) (result UpdateChatPinnedMessageOperationResponse, err error)
UpdateChatPinnedMessage - Update the navigation property pinnedMessages in users
type CreateChatPinnedMessageOperationOptions ¶
type CreateChatPinnedMessageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateChatPinnedMessageOperationOptions ¶
func DefaultCreateChatPinnedMessageOperationOptions() CreateChatPinnedMessageOperationOptions
func (CreateChatPinnedMessageOperationOptions) ToHeaders ¶
func (o CreateChatPinnedMessageOperationOptions) ToHeaders() *client.Headers
func (CreateChatPinnedMessageOperationOptions) ToOData ¶
func (o CreateChatPinnedMessageOperationOptions) ToOData() *odata.Query
func (CreateChatPinnedMessageOperationOptions) ToQuery ¶
func (o CreateChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams
type DeleteChatPinnedMessageOperationOptions ¶
type DeleteChatPinnedMessageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteChatPinnedMessageOperationOptions ¶
func DefaultDeleteChatPinnedMessageOperationOptions() DeleteChatPinnedMessageOperationOptions
func (DeleteChatPinnedMessageOperationOptions) ToHeaders ¶
func (o DeleteChatPinnedMessageOperationOptions) ToHeaders() *client.Headers
func (DeleteChatPinnedMessageOperationOptions) ToOData ¶
func (o DeleteChatPinnedMessageOperationOptions) ToOData() *odata.Query
func (DeleteChatPinnedMessageOperationOptions) ToQuery ¶
func (o DeleteChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams
type GetChatPinnedMessageOperationOptions ¶
type GetChatPinnedMessageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetChatPinnedMessageOperationOptions ¶
func DefaultGetChatPinnedMessageOperationOptions() GetChatPinnedMessageOperationOptions
func (GetChatPinnedMessageOperationOptions) ToHeaders ¶
func (o GetChatPinnedMessageOperationOptions) ToHeaders() *client.Headers
func (GetChatPinnedMessageOperationOptions) ToOData ¶
func (o GetChatPinnedMessageOperationOptions) ToOData() *odata.Query
func (GetChatPinnedMessageOperationOptions) ToQuery ¶
func (o GetChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams
type GetChatPinnedMessagesCountOperationOptions ¶
type GetChatPinnedMessagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetChatPinnedMessagesCountOperationOptions ¶
func DefaultGetChatPinnedMessagesCountOperationOptions() GetChatPinnedMessagesCountOperationOptions
func (GetChatPinnedMessagesCountOperationOptions) ToHeaders ¶
func (o GetChatPinnedMessagesCountOperationOptions) ToHeaders() *client.Headers
func (GetChatPinnedMessagesCountOperationOptions) ToOData ¶
func (o GetChatPinnedMessagesCountOperationOptions) ToOData() *odata.Query
func (GetChatPinnedMessagesCountOperationOptions) ToQuery ¶
func (o GetChatPinnedMessagesCountOperationOptions) ToQuery() *client.QueryParams
type ListChatPinnedMessagesCompleteResult ¶
type ListChatPinnedMessagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.PinnedChatMessageInfo }
type ListChatPinnedMessagesCustomPager ¶
func (*ListChatPinnedMessagesCustomPager) NextPageLink ¶
func (p *ListChatPinnedMessagesCustomPager) NextPageLink() *odata.Link
type ListChatPinnedMessagesOperationOptions ¶
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 ¶
func DefaultListChatPinnedMessagesOperationOptions() ListChatPinnedMessagesOperationOptions
func (ListChatPinnedMessagesOperationOptions) ToHeaders ¶
func (o ListChatPinnedMessagesOperationOptions) ToHeaders() *client.Headers
func (ListChatPinnedMessagesOperationOptions) ToOData ¶
func (o ListChatPinnedMessagesOperationOptions) ToOData() *odata.Query
func (ListChatPinnedMessagesOperationOptions) ToQuery ¶
func (o ListChatPinnedMessagesOperationOptions) ToQuery() *client.QueryParams
type PinnedChatMessageInfoOperationPredicate ¶
type PinnedChatMessageInfoOperationPredicate struct { }
func (PinnedChatMessageInfoOperationPredicate) Matches ¶
func (p PinnedChatMessageInfoOperationPredicate) Matches(input stable.PinnedChatMessageInfo) bool
type UpdateChatPinnedMessageOperationOptions ¶
type UpdateChatPinnedMessageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateChatPinnedMessageOperationOptions ¶
func DefaultUpdateChatPinnedMessageOperationOptions() UpdateChatPinnedMessageOperationOptions
func (UpdateChatPinnedMessageOperationOptions) ToHeaders ¶
func (o UpdateChatPinnedMessageOperationOptions) ToHeaders() *client.Headers
func (UpdateChatPinnedMessageOperationOptions) ToOData ¶
func (o UpdateChatPinnedMessageOperationOptions) ToOData() *odata.Query
func (UpdateChatPinnedMessageOperationOptions) ToQuery ¶
func (o UpdateChatPinnedMessageOperationOptions) ToQuery() *client.QueryParams