Versions in this module Expand all Collapse all v1 v1.0.0 Feb 26, 2026 Changes in this version + const BearerAuthScopes + func NewBotOperationsDeleteWebhookEventRequest(server string, id string) (*http.Request, error) + func NewBotOperationsGetWebhookEventsRequest(server string, params *BotOperationsGetWebhookEventsParams) (*http.Request, error) + func NewBotOperationsUpdateBotRequest(server string, id int32, body BotOperationsUpdateBotJSONRequestBody) (*http.Request, error) + func NewBotOperationsUpdateBotRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewChatMemberOperationsAddMembersRequest(server string, id int32, body ChatMemberOperationsAddMembersJSONRequestBody) (*http.Request, error) + func NewChatMemberOperationsAddMembersRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewChatMemberOperationsAddTagsRequest(server string, id int32, body ChatMemberOperationsAddTagsJSONRequestBody) (*http.Request, error) + func NewChatMemberOperationsAddTagsRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewChatMemberOperationsLeaveChatRequest(server string, id int32) (*http.Request, error) + func NewChatMemberOperationsListMembersRequest(server string, id int32, params *ChatMemberOperationsListMembersParams) (*http.Request, error) + func NewChatMemberOperationsRemoveMemberRequest(server string, id int32, userId int32) (*http.Request, error) + func NewChatMemberOperationsRemoveTagRequest(server string, id int32, tagId int32) (*http.Request, error) + func NewChatMemberOperationsUpdateMemberRoleRequest(server string, id int32, userId int32, ...) (*http.Request, error) + func NewChatMemberOperationsUpdateMemberRoleRequestWithBody(server string, id int32, userId int32, contentType string, body io.Reader) (*http.Request, error) + func NewChatMessageOperationsListChatMessagesRequest(server string, params *ChatMessageOperationsListChatMessagesParams) (*http.Request, error) + func NewChatOperationsArchiveChatRequest(server string, id int32) (*http.Request, error) + func NewChatOperationsCreateChatRequest(server string, body ChatOperationsCreateChatJSONRequestBody) (*http.Request, error) + func NewChatOperationsCreateChatRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewChatOperationsGetChatRequest(server string, id int32) (*http.Request, error) + func NewChatOperationsListChatsRequest(server string, params *ChatOperationsListChatsParams) (*http.Request, error) + func NewChatOperationsUnarchiveChatRequest(server string, id int32) (*http.Request, error) + func NewChatOperationsUpdateChatRequest(server string, id int32, body ChatOperationsUpdateChatJSONRequestBody) (*http.Request, error) + func NewChatOperationsUpdateChatRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewCommonOperationsListPropertiesRequest(server string, params *CommonOperationsListPropertiesParams) (*http.Request, error) + func NewDirectUploadOperationsUploadFileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewExportOperationsDownloadExportRequest(server string, id int32) (*http.Request, error) + func NewExportOperationsRequestExportRequest(server string, body ExportOperationsRequestExportJSONRequestBody) (*http.Request, error) + func NewExportOperationsRequestExportRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewFormOperationsOpenViewRequest(server string, body FormOperationsOpenViewJSONRequestBody) (*http.Request, error) + func NewFormOperationsOpenViewRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewGroupTagOperationsCreateTagRequest(server string, body GroupTagOperationsCreateTagJSONRequestBody) (*http.Request, error) + func NewGroupTagOperationsCreateTagRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewGroupTagOperationsDeleteTagRequest(server string, id int32) (*http.Request, error) + func NewGroupTagOperationsGetTagRequest(server string, id int32) (*http.Request, error) + func NewGroupTagOperationsGetTagUsersRequest(server string, id int32, params *GroupTagOperationsGetTagUsersParams) (*http.Request, error) + func NewGroupTagOperationsListTagsRequest(server string, params *GroupTagOperationsListTagsParams) (*http.Request, error) + func NewGroupTagOperationsUpdateTagRequest(server string, id int32, body GroupTagOperationsUpdateTagJSONRequestBody) (*http.Request, error) + func NewGroupTagOperationsUpdateTagRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewLinkPreviewOperationsCreateLinkPreviewsRequest(server string, id int32, ...) (*http.Request, error) + func NewLinkPreviewOperationsCreateLinkPreviewsRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewMessageOperationsCreateMessageRequest(server string, body MessageOperationsCreateMessageJSONRequestBody) (*http.Request, error) + func NewMessageOperationsCreateMessageRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewMessageOperationsDeleteMessageRequest(server string, id int32) (*http.Request, error) + func NewMessageOperationsGetMessageRequest(server string, id int32) (*http.Request, error) + func NewMessageOperationsPinMessageRequest(server string, id int32) (*http.Request, error) + func NewMessageOperationsUnpinMessageRequest(server string, id int32) (*http.Request, error) + func NewMessageOperationsUpdateMessageRequest(server string, id int32, body MessageOperationsUpdateMessageJSONRequestBody) (*http.Request, error) + func NewMessageOperationsUpdateMessageRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewOAuthOperationsGetTokenInfoRequest(server string) (*http.Request, error) + func NewProfileOperationsDeleteStatusRequest(server string) (*http.Request, error) + func NewProfileOperationsGetProfileRequest(server string) (*http.Request, error) + func NewProfileOperationsGetStatusRequest(server string) (*http.Request, error) + func NewProfileOperationsUpdateStatusRequest(server string, body ProfileOperationsUpdateStatusJSONRequestBody) (*http.Request, error) + func NewProfileOperationsUpdateStatusRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewReactionOperationsAddReactionRequest(server string, id int32, body ReactionOperationsAddReactionJSONRequestBody) (*http.Request, error) + func NewReactionOperationsAddReactionRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewReactionOperationsListReactionsRequest(server string, id int32, params *ReactionOperationsListReactionsParams) (*http.Request, error) + func NewReactionOperationsRemoveReactionRequest(server string, id int32, params *ReactionOperationsRemoveReactionParams) (*http.Request, error) + func NewReadMemberOperationsListReadMembersRequest(server string, id int32, params *ReadMemberOperationsListReadMembersParams) (*http.Request, error) + func NewSecurityOperationsGetAuditEventsRequest(server string, params *SecurityOperationsGetAuditEventsParams) (*http.Request, error) + func NewTaskOperationsCreateTaskRequest(server string, body TaskOperationsCreateTaskJSONRequestBody) (*http.Request, error) + func NewTaskOperationsCreateTaskRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTaskOperationsDeleteTaskRequest(server string, id int32) (*http.Request, error) + func NewTaskOperationsGetTaskRequest(server string, id int32) (*http.Request, error) + func NewTaskOperationsListTasksRequest(server string, params *TaskOperationsListTasksParams) (*http.Request, error) + func NewTaskOperationsUpdateTaskRequest(server string, id int32, body TaskOperationsUpdateTaskJSONRequestBody) (*http.Request, error) + func NewTaskOperationsUpdateTaskRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewThreadOperationsCreateThreadRequest(server string, id int32) (*http.Request, error) + func NewThreadOperationsGetThreadRequest(server string, id int32) (*http.Request, error) + func NewUploadOperationsGetUploadParamsRequest(server string) (*http.Request, error) + func NewUserOperationsCreateUserRequest(server string, body UserOperationsCreateUserJSONRequestBody) (*http.Request, error) + func NewUserOperationsCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUserOperationsDeleteUserRequest(server string, id int32) (*http.Request, error) + func NewUserOperationsGetUserRequest(server string, id int32) (*http.Request, error) + func NewUserOperationsListUsersRequest(server string, params *UserOperationsListUsersParams) (*http.Request, error) + func NewUserOperationsUpdateUserRequest(server string, id int32, body UserOperationsUpdateUserJSONRequestBody) (*http.Request, error) + func NewUserOperationsUpdateUserRequestWithBody(server string, id int32, contentType string, body io.Reader) (*http.Request, error) + func NewUserStatusOperationsDeleteUserStatusRequest(server string, userId int32) (*http.Request, error) + func NewUserStatusOperationsGetUserStatusRequest(server string, userId int32) (*http.Request, error) + func NewUserStatusOperationsUpdateUserStatusRequest(server string, userId int32, ...) (*http.Request, error) + func NewUserStatusOperationsUpdateUserStatusRequestWithBody(server string, userId int32, contentType string, body io.Reader) (*http.Request, error) + type AccessTokenInfo struct + CreatedAt time.Time + ExpiresIn *int32 + Id int64 + LastUsedAt *time.Time + Name *string + RevokedAt *time.Time + Scopes []OAuthScope + Token string + UserId int64 + type AddMembersRequest struct + MemberIds []int32 + Silent *bool + type AddTagsRequest struct + GroupTagIds []int32 + type ApiError struct + Errors []ApiErrorItem + type ApiErrorItem struct + Code ValidationErrorCode + Key string + Message string + Payload *string + Value *string + type AuditEvent struct + ActorId string + ActorType string + CreatedAt time.Time + Details map[string]interface{} + EntityId string + EntityType string + EventKey AuditEventKey + Id string + IpAddress string + UserAgent string + type AuditEventKey string + const AccessTokenCreated + const AccessTokenDestroy + const AccessTokenUpdated + const AuditEventsAccessed + const ChatCreated + const ChatPermissionChanged + const ChatRenamed + const DlpViolationDetected + const KmsDecrypt + const KmsEncrypt + const MessageCreated + const MessageDeleted + const MessageUpdated + const ReactionCreated + const ReactionDeleted + const TagAddedToChat + const TagCreated + const TagDeleted + const TagRemovedFromChat + const ThreadCreated + const User2faFail + const User2faSuccess + const UserAddedToTag + const UserChatJoin + const UserChatLeave + const UserCreated + const UserDeleted + const UserLogin + const UserLogout + const UserRemovedFromTag + const UserRoleChanged + const UserUpdated + type BotOperationsDeleteWebhookEventResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseBotOperationsDeleteWebhookEventResponse(rsp *http.Response) (*BotOperationsDeleteWebhookEventResponse, error) + func (r BotOperationsDeleteWebhookEventResponse) Status() string + func (r BotOperationsDeleteWebhookEventResponse) StatusCode() int + type BotOperationsGetWebhookEventsParams struct + Cursor *string + Limit *int32 + type BotOperationsGetWebhookEventsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseBotOperationsGetWebhookEventsResponse(rsp *http.Response) (*BotOperationsGetWebhookEventsResponse, error) + func (r BotOperationsGetWebhookEventsResponse) Status() string + func (r BotOperationsGetWebhookEventsResponse) StatusCode() int + type BotOperationsUpdateBotJSONRequestBody = BotUpdateRequest + type BotOperationsUpdateBotResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseBotOperationsUpdateBotResponse(rsp *http.Response) (*BotOperationsUpdateBotResponse, error) + func (r BotOperationsUpdateBotResponse) Status() string + func (r BotOperationsUpdateBotResponse) StatusCode() int + type BotResponse struct + Id int32 + Webhook struct{ ... } + type BotUpdateRequest struct + Bot struct{ ... } + type Button struct + Data *string + Text string + Url *string + type ButtonWebhookPayload struct + ChatId int32 + Data string + Event ButtonWebhookPayloadEvent + MessageId int32 + TriggerId string + Type ButtonWebhookPayloadType + UserId int32 + WebhookTimestamp int32 + type ButtonWebhookPayloadEvent string + const Click + type ButtonWebhookPayloadType string + const ButtonWebhookPayloadTypeButton + type Chat struct + Channel bool + CreatedAt time.Time + GroupTagIds []int32 + Id int32 + LastMessageAt time.Time + MeetRoomUrl string + MemberIds []int32 + Name string + OwnerId int32 + Personal bool + Public bool + type ChatAvailability string + const IsMember + const Public + type ChatCreateRequest struct + Chat struct{ ... } + type ChatMemberOperationsAddMembersJSONRequestBody = AddMembersRequest + type ChatMemberOperationsAddMembersResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMemberOperationsAddMembersResponse(rsp *http.Response) (*ChatMemberOperationsAddMembersResponse, error) + func (r ChatMemberOperationsAddMembersResponse) Status() string + func (r ChatMemberOperationsAddMembersResponse) StatusCode() int + type ChatMemberOperationsAddTagsJSONRequestBody = AddTagsRequest + type ChatMemberOperationsAddTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMemberOperationsAddTagsResponse(rsp *http.Response) (*ChatMemberOperationsAddTagsResponse, error) + func (r ChatMemberOperationsAddTagsResponse) Status() string + func (r ChatMemberOperationsAddTagsResponse) StatusCode() int + type ChatMemberOperationsLeaveChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMemberOperationsLeaveChatResponse(rsp *http.Response) (*ChatMemberOperationsLeaveChatResponse, error) + func (r ChatMemberOperationsLeaveChatResponse) Status() string + func (r ChatMemberOperationsLeaveChatResponse) StatusCode() int + type ChatMemberOperationsListMembersParams struct + Cursor *string + Limit *int32 + Role *ChatMemberRoleFilter + type ChatMemberOperationsListMembersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMemberOperationsListMembersResponse(rsp *http.Response) (*ChatMemberOperationsListMembersResponse, error) + func (r ChatMemberOperationsListMembersResponse) Status() string + func (r ChatMemberOperationsListMembersResponse) StatusCode() int + type ChatMemberOperationsRemoveMemberResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseChatMemberOperationsRemoveMemberResponse(rsp *http.Response) (*ChatMemberOperationsRemoveMemberResponse, error) + func (r ChatMemberOperationsRemoveMemberResponse) Status() string + func (r ChatMemberOperationsRemoveMemberResponse) StatusCode() int + type ChatMemberOperationsRemoveTagResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseChatMemberOperationsRemoveTagResponse(rsp *http.Response) (*ChatMemberOperationsRemoveTagResponse, error) + func (r ChatMemberOperationsRemoveTagResponse) Status() string + func (r ChatMemberOperationsRemoveTagResponse) StatusCode() int + type ChatMemberOperationsUpdateMemberRoleJSONRequestBody = UpdateMemberRoleRequest + type ChatMemberOperationsUpdateMemberRoleResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMemberOperationsUpdateMemberRoleResponse(rsp *http.Response) (*ChatMemberOperationsUpdateMemberRoleResponse, error) + func (r ChatMemberOperationsUpdateMemberRoleResponse) Status() string + func (r ChatMemberOperationsUpdateMemberRoleResponse) StatusCode() int + type ChatMemberRole string + const ChatMemberRoleAdmin + const ChatMemberRoleEditor + const ChatMemberRoleMember + type ChatMemberRoleFilter string + const ChatMemberRoleFilterAdmin + const ChatMemberRoleFilterAll + const ChatMemberRoleFilterEditor + const ChatMemberRoleFilterMember + const ChatMemberRoleFilterOwner + type ChatMemberWebhookPayload struct + ChatId int32 + CreatedAt time.Time + Event MemberEventType + ThreadId *int32 + Type ChatMemberWebhookPayloadType + UserIds []int32 + WebhookTimestamp int32 + type ChatMemberWebhookPayloadType string + const ChatMember + type ChatMessageOperationsListChatMessagesParams struct + ChatId int32 + Cursor *string + Limit *int32 + SortField *SortOrder + type ChatMessageOperationsListChatMessagesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatMessageOperationsListChatMessagesResponse(rsp *http.Response) (*ChatMessageOperationsListChatMessagesResponse, error) + func (r ChatMessageOperationsListChatMessagesResponse) Status() string + func (r ChatMessageOperationsListChatMessagesResponse) StatusCode() int + type ChatOperationsArchiveChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseChatOperationsArchiveChatResponse(rsp *http.Response) (*ChatOperationsArchiveChatResponse, error) + func (r ChatOperationsArchiveChatResponse) Status() string + func (r ChatOperationsArchiveChatResponse) StatusCode() int + type ChatOperationsCreateChatJSONRequestBody = ChatCreateRequest + type ChatOperationsCreateChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseChatOperationsCreateChatResponse(rsp *http.Response) (*ChatOperationsCreateChatResponse, error) + func (r ChatOperationsCreateChatResponse) Status() string + func (r ChatOperationsCreateChatResponse) StatusCode() int + type ChatOperationsGetChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseChatOperationsGetChatResponse(rsp *http.Response) (*ChatOperationsGetChatResponse, error) + func (r ChatOperationsGetChatResponse) Status() string + func (r ChatOperationsGetChatResponse) StatusCode() int + type ChatOperationsListChatsParams struct + Availability *ChatAvailability + Cursor *string + LastMessageAtAfter *time.Time + LastMessageAtBefore *time.Time + Limit *int32 + Personal *bool + SortField *SortOrder + type ChatOperationsListChatsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseChatOperationsListChatsResponse(rsp *http.Response) (*ChatOperationsListChatsResponse, error) + func (r ChatOperationsListChatsResponse) Status() string + func (r ChatOperationsListChatsResponse) StatusCode() int + type ChatOperationsUnarchiveChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseChatOperationsUnarchiveChatResponse(rsp *http.Response) (*ChatOperationsUnarchiveChatResponse, error) + func (r ChatOperationsUnarchiveChatResponse) Status() string + func (r ChatOperationsUnarchiveChatResponse) StatusCode() int + type ChatOperationsUpdateChatJSONRequestBody = ChatUpdateRequest + type ChatOperationsUpdateChatResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseChatOperationsUpdateChatResponse(rsp *http.Response) (*ChatOperationsUpdateChatResponse, error) + func (r ChatOperationsUpdateChatResponse) Status() string + func (r ChatOperationsUpdateChatResponse) StatusCode() int + type ChatUpdateRequest struct + Chat struct{ ... } + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) BotOperationsDeleteWebhookEvent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) BotOperationsGetWebhookEvents(ctx context.Context, params *BotOperationsGetWebhookEventsParams, ...) (*http.Response, error) + func (c *Client) BotOperationsUpdateBot(ctx context.Context, id int32, body BotOperationsUpdateBotJSONRequestBody, ...) (*http.Response, error) + func (c *Client) BotOperationsUpdateBotWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsAddMembers(ctx context.Context, id int32, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsAddMembersWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsAddTags(ctx context.Context, id int32, body ChatMemberOperationsAddTagsJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsAddTagsWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsLeaveChat(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatMemberOperationsListMembers(ctx context.Context, id int32, params *ChatMemberOperationsListMembersParams, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsRemoveMember(ctx context.Context, id int32, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatMemberOperationsRemoveTag(ctx context.Context, id int32, tagId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatMemberOperationsUpdateMemberRole(ctx context.Context, id int32, userId int32, ...) (*http.Response, error) + func (c *Client) ChatMemberOperationsUpdateMemberRoleWithBody(ctx context.Context, id int32, userId int32, contentType string, ...) (*http.Response, error) + func (c *Client) ChatMessageOperationsListChatMessages(ctx context.Context, params *ChatMessageOperationsListChatMessagesParams, ...) (*http.Response, error) + func (c *Client) ChatOperationsArchiveChat(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatOperationsCreateChat(ctx context.Context, body ChatOperationsCreateChatJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ChatOperationsCreateChatWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ChatOperationsGetChat(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatOperationsListChats(ctx context.Context, params *ChatOperationsListChatsParams, ...) (*http.Response, error) + func (c *Client) ChatOperationsUnarchiveChat(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ChatOperationsUpdateChat(ctx context.Context, id int32, body ChatOperationsUpdateChatJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ChatOperationsUpdateChatWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CommonOperationsListProperties(ctx context.Context, params *CommonOperationsListPropertiesParams, ...) (*http.Response, error) + func (c *Client) DirectUploadOperationsUploadFileWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ExportOperationsDownloadExport(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ExportOperationsRequestExport(ctx context.Context, body ExportOperationsRequestExportJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ExportOperationsRequestExportWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) FormOperationsOpenView(ctx context.Context, body FormOperationsOpenViewJSONRequestBody, ...) (*http.Response, error) + func (c *Client) FormOperationsOpenViewWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsCreateTag(ctx context.Context, body GroupTagOperationsCreateTagJSONRequestBody, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsCreateTagWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsDeleteTag(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GroupTagOperationsGetTag(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GroupTagOperationsGetTagUsers(ctx context.Context, id int32, params *GroupTagOperationsGetTagUsersParams, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsListTags(ctx context.Context, params *GroupTagOperationsListTagsParams, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsUpdateTag(ctx context.Context, id int32, body GroupTagOperationsUpdateTagJSONRequestBody, ...) (*http.Response, error) + func (c *Client) GroupTagOperationsUpdateTagWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) LinkPreviewOperationsCreateLinkPreviews(ctx context.Context, id int32, ...) (*http.Response, error) + func (c *Client) LinkPreviewOperationsCreateLinkPreviewsWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MessageOperationsCreateMessage(ctx context.Context, body MessageOperationsCreateMessageJSONRequestBody, ...) (*http.Response, error) + func (c *Client) MessageOperationsCreateMessageWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MessageOperationsDeleteMessage(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) MessageOperationsGetMessage(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) MessageOperationsPinMessage(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) MessageOperationsUnpinMessage(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) MessageOperationsUpdateMessage(ctx context.Context, id int32, ...) (*http.Response, error) + func (c *Client) MessageOperationsUpdateMessageWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OAuthOperationsGetTokenInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ProfileOperationsDeleteStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ProfileOperationsGetProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ProfileOperationsGetStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ProfileOperationsUpdateStatus(ctx context.Context, body ProfileOperationsUpdateStatusJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ProfileOperationsUpdateStatusWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ReactionOperationsAddReaction(ctx context.Context, id int32, ...) (*http.Response, error) + func (c *Client) ReactionOperationsAddReactionWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ReactionOperationsListReactions(ctx context.Context, id int32, params *ReactionOperationsListReactionsParams, ...) (*http.Response, error) + func (c *Client) ReactionOperationsRemoveReaction(ctx context.Context, id int32, params *ReactionOperationsRemoveReactionParams, ...) (*http.Response, error) + func (c *Client) ReadMemberOperationsListReadMembers(ctx context.Context, id int32, ...) (*http.Response, error) + func (c *Client) SecurityOperationsGetAuditEvents(ctx context.Context, params *SecurityOperationsGetAuditEventsParams, ...) (*http.Response, error) + func (c *Client) TaskOperationsCreateTask(ctx context.Context, body TaskOperationsCreateTaskJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TaskOperationsCreateTaskWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TaskOperationsDeleteTask(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TaskOperationsGetTask(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TaskOperationsListTasks(ctx context.Context, params *TaskOperationsListTasksParams, ...) (*http.Response, error) + func (c *Client) TaskOperationsUpdateTask(ctx context.Context, id int32, body TaskOperationsUpdateTaskJSONRequestBody, ...) (*http.Response, error) + func (c *Client) TaskOperationsUpdateTaskWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ThreadOperationsCreateThread(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ThreadOperationsGetThread(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UploadOperationsGetUploadParams(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserOperationsCreateUser(ctx context.Context, body UserOperationsCreateUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UserOperationsCreateUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UserOperationsDeleteUser(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserOperationsGetUser(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserOperationsListUsers(ctx context.Context, params *UserOperationsListUsersParams, ...) (*http.Response, error) + func (c *Client) UserOperationsUpdateUser(ctx context.Context, id int32, body UserOperationsUpdateUserJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UserOperationsUpdateUserWithBody(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UserStatusOperationsDeleteUserStatus(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserStatusOperationsGetUserStatus(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UserStatusOperationsUpdateUserStatus(ctx context.Context, userId int32, ...) (*http.Response, error) + func (c *Client) UserStatusOperationsUpdateUserStatusWithBody(ctx context.Context, userId int32, contentType string, body io.Reader, ...) (*http.Response, error) + type ClientInterface interface + BotOperationsDeleteWebhookEvent func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error) + BotOperationsGetWebhookEvents func(ctx context.Context, params *BotOperationsGetWebhookEventsParams, ...) (*http.Response, error) + BotOperationsUpdateBot func(ctx context.Context, id int32, body BotOperationsUpdateBotJSONRequestBody, ...) (*http.Response, error) + BotOperationsUpdateBotWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + ChatMemberOperationsAddMembers func(ctx context.Context, id int32, ...) (*http.Response, error) + ChatMemberOperationsAddMembersWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + ChatMemberOperationsAddTags func(ctx context.Context, id int32, body ChatMemberOperationsAddTagsJSONRequestBody, ...) (*http.Response, error) + ChatMemberOperationsAddTagsWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + ChatMemberOperationsLeaveChat func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatMemberOperationsListMembers func(ctx context.Context, id int32, params *ChatMemberOperationsListMembersParams, ...) (*http.Response, error) + ChatMemberOperationsRemoveMember func(ctx context.Context, id int32, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatMemberOperationsRemoveTag func(ctx context.Context, id int32, tagId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatMemberOperationsUpdateMemberRole func(ctx context.Context, id int32, userId int32, ...) (*http.Response, error) + ChatMemberOperationsUpdateMemberRoleWithBody func(ctx context.Context, id int32, userId int32, contentType string, ...) (*http.Response, error) + ChatMessageOperationsListChatMessages func(ctx context.Context, params *ChatMessageOperationsListChatMessagesParams, ...) (*http.Response, error) + ChatOperationsArchiveChat func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatOperationsCreateChat func(ctx context.Context, body ChatOperationsCreateChatJSONRequestBody, ...) (*http.Response, error) + ChatOperationsCreateChatWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ChatOperationsGetChat func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatOperationsListChats func(ctx context.Context, params *ChatOperationsListChatsParams, ...) (*http.Response, error) + ChatOperationsUnarchiveChat func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ChatOperationsUpdateChat func(ctx context.Context, id int32, body ChatOperationsUpdateChatJSONRequestBody, ...) (*http.Response, error) + ChatOperationsUpdateChatWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + CommonOperationsListProperties func(ctx context.Context, params *CommonOperationsListPropertiesParams, ...) (*http.Response, error) + DirectUploadOperationsUploadFileWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ExportOperationsDownloadExport func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ExportOperationsRequestExport func(ctx context.Context, body ExportOperationsRequestExportJSONRequestBody, ...) (*http.Response, error) + ExportOperationsRequestExportWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + FormOperationsOpenView func(ctx context.Context, body FormOperationsOpenViewJSONRequestBody, ...) (*http.Response, error) + FormOperationsOpenViewWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + GroupTagOperationsCreateTag func(ctx context.Context, body GroupTagOperationsCreateTagJSONRequestBody, ...) (*http.Response, error) + GroupTagOperationsCreateTagWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + GroupTagOperationsDeleteTag func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GroupTagOperationsGetTag func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GroupTagOperationsGetTagUsers func(ctx context.Context, id int32, params *GroupTagOperationsGetTagUsersParams, ...) (*http.Response, error) + GroupTagOperationsListTags func(ctx context.Context, params *GroupTagOperationsListTagsParams, ...) (*http.Response, error) + GroupTagOperationsUpdateTag func(ctx context.Context, id int32, body GroupTagOperationsUpdateTagJSONRequestBody, ...) (*http.Response, error) + GroupTagOperationsUpdateTagWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + LinkPreviewOperationsCreateLinkPreviews func(ctx context.Context, id int32, ...) (*http.Response, error) + LinkPreviewOperationsCreateLinkPreviewsWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + MessageOperationsCreateMessage func(ctx context.Context, body MessageOperationsCreateMessageJSONRequestBody, ...) (*http.Response, error) + MessageOperationsCreateMessageWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + MessageOperationsDeleteMessage func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + MessageOperationsGetMessage func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + MessageOperationsPinMessage func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + MessageOperationsUnpinMessage func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + MessageOperationsUpdateMessage func(ctx context.Context, id int32, ...) (*http.Response, error) + MessageOperationsUpdateMessageWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + OAuthOperationsGetTokenInfo func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ProfileOperationsDeleteStatus func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ProfileOperationsGetProfile func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ProfileOperationsGetStatus func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ProfileOperationsUpdateStatus func(ctx context.Context, body ProfileOperationsUpdateStatusJSONRequestBody, ...) (*http.Response, error) + ProfileOperationsUpdateStatusWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ReactionOperationsAddReaction func(ctx context.Context, id int32, ...) (*http.Response, error) + ReactionOperationsAddReactionWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + ReactionOperationsListReactions func(ctx context.Context, id int32, params *ReactionOperationsListReactionsParams, ...) (*http.Response, error) + ReactionOperationsRemoveReaction func(ctx context.Context, id int32, params *ReactionOperationsRemoveReactionParams, ...) (*http.Response, error) + ReadMemberOperationsListReadMembers func(ctx context.Context, id int32, ...) (*http.Response, error) + SecurityOperationsGetAuditEvents func(ctx context.Context, params *SecurityOperationsGetAuditEventsParams, ...) (*http.Response, error) + TaskOperationsCreateTask func(ctx context.Context, body TaskOperationsCreateTaskJSONRequestBody, ...) (*http.Response, error) + TaskOperationsCreateTaskWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TaskOperationsDeleteTask func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + TaskOperationsGetTask func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + TaskOperationsListTasks func(ctx context.Context, params *TaskOperationsListTasksParams, ...) (*http.Response, error) + TaskOperationsUpdateTask func(ctx context.Context, id int32, body TaskOperationsUpdateTaskJSONRequestBody, ...) (*http.Response, error) + TaskOperationsUpdateTaskWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + ThreadOperationsCreateThread func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + ThreadOperationsGetThread func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + UploadOperationsGetUploadParams func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + UserOperationsCreateUser func(ctx context.Context, body UserOperationsCreateUserJSONRequestBody, ...) (*http.Response, error) + UserOperationsCreateUserWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UserOperationsDeleteUser func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + UserOperationsGetUser func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*http.Response, error) + UserOperationsListUsers func(ctx context.Context, params *UserOperationsListUsersParams, ...) (*http.Response, error) + UserOperationsUpdateUser func(ctx context.Context, id int32, body UserOperationsUpdateUserJSONRequestBody, ...) (*http.Response, error) + UserOperationsUpdateUserWithBody func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*http.Response, error) + UserStatusOperationsDeleteUserStatus func(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + UserStatusOperationsGetUserStatus func(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*http.Response, error) + UserStatusOperationsUpdateUserStatus func(ctx context.Context, userId int32, ...) (*http.Response, error) + UserStatusOperationsUpdateUserStatusWithBody func(ctx context.Context, userId int32, contentType string, body io.Reader, ...) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) BotOperationsDeleteWebhookEventWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*BotOperationsDeleteWebhookEventResponse, error) + func (c *ClientWithResponses) BotOperationsGetWebhookEventsWithResponse(ctx context.Context, params *BotOperationsGetWebhookEventsParams, ...) (*BotOperationsGetWebhookEventsResponse, error) + func (c *ClientWithResponses) BotOperationsUpdateBotWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*BotOperationsUpdateBotResponse, error) + func (c *ClientWithResponses) BotOperationsUpdateBotWithResponse(ctx context.Context, id int32, body BotOperationsUpdateBotJSONRequestBody, ...) (*BotOperationsUpdateBotResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsAddMembersWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatMemberOperationsAddMembersResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsAddMembersWithResponse(ctx context.Context, id int32, ...) (*ChatMemberOperationsAddMembersResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsAddTagsWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatMemberOperationsAddTagsResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsAddTagsWithResponse(ctx context.Context, id int32, body ChatMemberOperationsAddTagsJSONRequestBody, ...) (*ChatMemberOperationsAddTagsResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsLeaveChatWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsLeaveChatResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsListMembersWithResponse(ctx context.Context, id int32, params *ChatMemberOperationsListMembersParams, ...) (*ChatMemberOperationsListMembersResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsRemoveMemberWithResponse(ctx context.Context, id int32, userId int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsRemoveMemberResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsRemoveTagWithResponse(ctx context.Context, id int32, tagId int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsRemoveTagResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsUpdateMemberRoleWithBodyWithResponse(ctx context.Context, id int32, userId int32, contentType string, ...) (*ChatMemberOperationsUpdateMemberRoleResponse, error) + func (c *ClientWithResponses) ChatMemberOperationsUpdateMemberRoleWithResponse(ctx context.Context, id int32, userId int32, ...) (*ChatMemberOperationsUpdateMemberRoleResponse, error) + func (c *ClientWithResponses) ChatMessageOperationsListChatMessagesWithResponse(ctx context.Context, params *ChatMessageOperationsListChatMessagesParams, ...) (*ChatMessageOperationsListChatMessagesResponse, error) + func (c *ClientWithResponses) ChatOperationsArchiveChatWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsArchiveChatResponse, error) + func (c *ClientWithResponses) ChatOperationsCreateChatWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ChatOperationsCreateChatResponse, error) + func (c *ClientWithResponses) ChatOperationsCreateChatWithResponse(ctx context.Context, body ChatOperationsCreateChatJSONRequestBody, ...) (*ChatOperationsCreateChatResponse, error) + func (c *ClientWithResponses) ChatOperationsGetChatWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsGetChatResponse, error) + func (c *ClientWithResponses) ChatOperationsListChatsWithResponse(ctx context.Context, params *ChatOperationsListChatsParams, ...) (*ChatOperationsListChatsResponse, error) + func (c *ClientWithResponses) ChatOperationsUnarchiveChatWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsUnarchiveChatResponse, error) + func (c *ClientWithResponses) ChatOperationsUpdateChatWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatOperationsUpdateChatResponse, error) + func (c *ClientWithResponses) ChatOperationsUpdateChatWithResponse(ctx context.Context, id int32, body ChatOperationsUpdateChatJSONRequestBody, ...) (*ChatOperationsUpdateChatResponse, error) + func (c *ClientWithResponses) CommonOperationsListPropertiesWithResponse(ctx context.Context, params *CommonOperationsListPropertiesParams, ...) (*CommonOperationsListPropertiesResponse, error) + func (c *ClientWithResponses) DirectUploadOperationsUploadFileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DirectUploadOperationsUploadFileResponse, error) + func (c *ClientWithResponses) ExportOperationsDownloadExportWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ExportOperationsDownloadExportResponse, error) + func (c *ClientWithResponses) ExportOperationsRequestExportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ExportOperationsRequestExportResponse, error) + func (c *ClientWithResponses) ExportOperationsRequestExportWithResponse(ctx context.Context, body ExportOperationsRequestExportJSONRequestBody, ...) (*ExportOperationsRequestExportResponse, error) + func (c *ClientWithResponses) FormOperationsOpenViewWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*FormOperationsOpenViewResponse, error) + func (c *ClientWithResponses) FormOperationsOpenViewWithResponse(ctx context.Context, body FormOperationsOpenViewJSONRequestBody, ...) (*FormOperationsOpenViewResponse, error) + func (c *ClientWithResponses) GroupTagOperationsCreateTagWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*GroupTagOperationsCreateTagResponse, error) + func (c *ClientWithResponses) GroupTagOperationsCreateTagWithResponse(ctx context.Context, body GroupTagOperationsCreateTagJSONRequestBody, ...) (*GroupTagOperationsCreateTagResponse, error) + func (c *ClientWithResponses) GroupTagOperationsDeleteTagWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*GroupTagOperationsDeleteTagResponse, error) + func (c *ClientWithResponses) GroupTagOperationsGetTagUsersWithResponse(ctx context.Context, id int32, params *GroupTagOperationsGetTagUsersParams, ...) (*GroupTagOperationsGetTagUsersResponse, error) + func (c *ClientWithResponses) GroupTagOperationsGetTagWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*GroupTagOperationsGetTagResponse, error) + func (c *ClientWithResponses) GroupTagOperationsListTagsWithResponse(ctx context.Context, params *GroupTagOperationsListTagsParams, ...) (*GroupTagOperationsListTagsResponse, error) + func (c *ClientWithResponses) GroupTagOperationsUpdateTagWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*GroupTagOperationsUpdateTagResponse, error) + func (c *ClientWithResponses) GroupTagOperationsUpdateTagWithResponse(ctx context.Context, id int32, body GroupTagOperationsUpdateTagJSONRequestBody, ...) (*GroupTagOperationsUpdateTagResponse, error) + func (c *ClientWithResponses) LinkPreviewOperationsCreateLinkPreviewsWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*LinkPreviewOperationsCreateLinkPreviewsResponse, error) + func (c *ClientWithResponses) LinkPreviewOperationsCreateLinkPreviewsWithResponse(ctx context.Context, id int32, ...) (*LinkPreviewOperationsCreateLinkPreviewsResponse, error) + func (c *ClientWithResponses) MessageOperationsCreateMessageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*MessageOperationsCreateMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsCreateMessageWithResponse(ctx context.Context, body MessageOperationsCreateMessageJSONRequestBody, ...) (*MessageOperationsCreateMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsDeleteMessageWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsDeleteMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsGetMessageWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsGetMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsPinMessageWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsPinMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsUnpinMessageWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsUnpinMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsUpdateMessageWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*MessageOperationsUpdateMessageResponse, error) + func (c *ClientWithResponses) MessageOperationsUpdateMessageWithResponse(ctx context.Context, id int32, ...) (*MessageOperationsUpdateMessageResponse, error) + func (c *ClientWithResponses) OAuthOperationsGetTokenInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OAuthOperationsGetTokenInfoResponse, error) + func (c *ClientWithResponses) ProfileOperationsDeleteStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsDeleteStatusResponse, error) + func (c *ClientWithResponses) ProfileOperationsGetProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsGetProfileResponse, error) + func (c *ClientWithResponses) ProfileOperationsGetStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsGetStatusResponse, error) + func (c *ClientWithResponses) ProfileOperationsUpdateStatusWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ProfileOperationsUpdateStatusResponse, error) + func (c *ClientWithResponses) ProfileOperationsUpdateStatusWithResponse(ctx context.Context, body ProfileOperationsUpdateStatusJSONRequestBody, ...) (*ProfileOperationsUpdateStatusResponse, error) + func (c *ClientWithResponses) ReactionOperationsAddReactionWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ReactionOperationsAddReactionResponse, error) + func (c *ClientWithResponses) ReactionOperationsAddReactionWithResponse(ctx context.Context, id int32, ...) (*ReactionOperationsAddReactionResponse, error) + func (c *ClientWithResponses) ReactionOperationsListReactionsWithResponse(ctx context.Context, id int32, params *ReactionOperationsListReactionsParams, ...) (*ReactionOperationsListReactionsResponse, error) + func (c *ClientWithResponses) ReactionOperationsRemoveReactionWithResponse(ctx context.Context, id int32, params *ReactionOperationsRemoveReactionParams, ...) (*ReactionOperationsRemoveReactionResponse, error) + func (c *ClientWithResponses) ReadMemberOperationsListReadMembersWithResponse(ctx context.Context, id int32, ...) (*ReadMemberOperationsListReadMembersResponse, error) + func (c *ClientWithResponses) SecurityOperationsGetAuditEventsWithResponse(ctx context.Context, params *SecurityOperationsGetAuditEventsParams, ...) (*SecurityOperationsGetAuditEventsResponse, error) + func (c *ClientWithResponses) TaskOperationsCreateTaskWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TaskOperationsCreateTaskResponse, error) + func (c *ClientWithResponses) TaskOperationsCreateTaskWithResponse(ctx context.Context, body TaskOperationsCreateTaskJSONRequestBody, ...) (*TaskOperationsCreateTaskResponse, error) + func (c *ClientWithResponses) TaskOperationsDeleteTaskWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*TaskOperationsDeleteTaskResponse, error) + func (c *ClientWithResponses) TaskOperationsGetTaskWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*TaskOperationsGetTaskResponse, error) + func (c *ClientWithResponses) TaskOperationsListTasksWithResponse(ctx context.Context, params *TaskOperationsListTasksParams, ...) (*TaskOperationsListTasksResponse, error) + func (c *ClientWithResponses) TaskOperationsUpdateTaskWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*TaskOperationsUpdateTaskResponse, error) + func (c *ClientWithResponses) TaskOperationsUpdateTaskWithResponse(ctx context.Context, id int32, body TaskOperationsUpdateTaskJSONRequestBody, ...) (*TaskOperationsUpdateTaskResponse, error) + func (c *ClientWithResponses) ThreadOperationsCreateThreadWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ThreadOperationsCreateThreadResponse, error) + func (c *ClientWithResponses) ThreadOperationsGetThreadWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ThreadOperationsGetThreadResponse, error) + func (c *ClientWithResponses) UploadOperationsGetUploadParamsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UploadOperationsGetUploadParamsResponse, error) + func (c *ClientWithResponses) UserOperationsCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UserOperationsCreateUserResponse, error) + func (c *ClientWithResponses) UserOperationsCreateUserWithResponse(ctx context.Context, body UserOperationsCreateUserJSONRequestBody, ...) (*UserOperationsCreateUserResponse, error) + func (c *ClientWithResponses) UserOperationsDeleteUserWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*UserOperationsDeleteUserResponse, error) + func (c *ClientWithResponses) UserOperationsGetUserWithResponse(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*UserOperationsGetUserResponse, error) + func (c *ClientWithResponses) UserOperationsListUsersWithResponse(ctx context.Context, params *UserOperationsListUsersParams, ...) (*UserOperationsListUsersResponse, error) + func (c *ClientWithResponses) UserOperationsUpdateUserWithBodyWithResponse(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*UserOperationsUpdateUserResponse, error) + func (c *ClientWithResponses) UserOperationsUpdateUserWithResponse(ctx context.Context, id int32, body UserOperationsUpdateUserJSONRequestBody, ...) (*UserOperationsUpdateUserResponse, error) + func (c *ClientWithResponses) UserStatusOperationsDeleteUserStatusWithResponse(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*UserStatusOperationsDeleteUserStatusResponse, error) + func (c *ClientWithResponses) UserStatusOperationsGetUserStatusWithResponse(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*UserStatusOperationsGetUserStatusResponse, error) + func (c *ClientWithResponses) UserStatusOperationsUpdateUserStatusWithBodyWithResponse(ctx context.Context, userId int32, contentType string, body io.Reader, ...) (*UserStatusOperationsUpdateUserStatusResponse, error) + func (c *ClientWithResponses) UserStatusOperationsUpdateUserStatusWithResponse(ctx context.Context, userId int32, ...) (*UserStatusOperationsUpdateUserStatusResponse, error) + type ClientWithResponsesInterface interface + BotOperationsDeleteWebhookEventWithResponse func(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*BotOperationsDeleteWebhookEventResponse, error) + BotOperationsGetWebhookEventsWithResponse func(ctx context.Context, params *BotOperationsGetWebhookEventsParams, ...) (*BotOperationsGetWebhookEventsResponse, error) + BotOperationsUpdateBotWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*BotOperationsUpdateBotResponse, error) + BotOperationsUpdateBotWithResponse func(ctx context.Context, id int32, body BotOperationsUpdateBotJSONRequestBody, ...) (*BotOperationsUpdateBotResponse, error) + ChatMemberOperationsAddMembersWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatMemberOperationsAddMembersResponse, error) + ChatMemberOperationsAddMembersWithResponse func(ctx context.Context, id int32, ...) (*ChatMemberOperationsAddMembersResponse, error) + ChatMemberOperationsAddTagsWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatMemberOperationsAddTagsResponse, error) + ChatMemberOperationsAddTagsWithResponse func(ctx context.Context, id int32, body ChatMemberOperationsAddTagsJSONRequestBody, ...) (*ChatMemberOperationsAddTagsResponse, error) + ChatMemberOperationsLeaveChatWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsLeaveChatResponse, error) + ChatMemberOperationsListMembersWithResponse func(ctx context.Context, id int32, params *ChatMemberOperationsListMembersParams, ...) (*ChatMemberOperationsListMembersResponse, error) + ChatMemberOperationsRemoveMemberWithResponse func(ctx context.Context, id int32, userId int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsRemoveMemberResponse, error) + ChatMemberOperationsRemoveTagWithResponse func(ctx context.Context, id int32, tagId int32, reqEditors ...RequestEditorFn) (*ChatMemberOperationsRemoveTagResponse, error) + ChatMemberOperationsUpdateMemberRoleWithBodyWithResponse func(ctx context.Context, id int32, userId int32, contentType string, ...) (*ChatMemberOperationsUpdateMemberRoleResponse, error) + ChatMemberOperationsUpdateMemberRoleWithResponse func(ctx context.Context, id int32, userId int32, ...) (*ChatMemberOperationsUpdateMemberRoleResponse, error) + ChatMessageOperationsListChatMessagesWithResponse func(ctx context.Context, params *ChatMessageOperationsListChatMessagesParams, ...) (*ChatMessageOperationsListChatMessagesResponse, error) + ChatOperationsArchiveChatWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsArchiveChatResponse, error) + ChatOperationsCreateChatWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ChatOperationsCreateChatResponse, error) + ChatOperationsCreateChatWithResponse func(ctx context.Context, body ChatOperationsCreateChatJSONRequestBody, ...) (*ChatOperationsCreateChatResponse, error) + ChatOperationsGetChatWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsGetChatResponse, error) + ChatOperationsListChatsWithResponse func(ctx context.Context, params *ChatOperationsListChatsParams, ...) (*ChatOperationsListChatsResponse, error) + ChatOperationsUnarchiveChatWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ChatOperationsUnarchiveChatResponse, error) + ChatOperationsUpdateChatWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ChatOperationsUpdateChatResponse, error) + ChatOperationsUpdateChatWithResponse func(ctx context.Context, id int32, body ChatOperationsUpdateChatJSONRequestBody, ...) (*ChatOperationsUpdateChatResponse, error) + CommonOperationsListPropertiesWithResponse func(ctx context.Context, params *CommonOperationsListPropertiesParams, ...) (*CommonOperationsListPropertiesResponse, error) + DirectUploadOperationsUploadFileWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*DirectUploadOperationsUploadFileResponse, error) + ExportOperationsDownloadExportWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ExportOperationsDownloadExportResponse, error) + ExportOperationsRequestExportWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ExportOperationsRequestExportResponse, error) + ExportOperationsRequestExportWithResponse func(ctx context.Context, body ExportOperationsRequestExportJSONRequestBody, ...) (*ExportOperationsRequestExportResponse, error) + FormOperationsOpenViewWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*FormOperationsOpenViewResponse, error) + FormOperationsOpenViewWithResponse func(ctx context.Context, body FormOperationsOpenViewJSONRequestBody, ...) (*FormOperationsOpenViewResponse, error) + GroupTagOperationsCreateTagWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*GroupTagOperationsCreateTagResponse, error) + GroupTagOperationsCreateTagWithResponse func(ctx context.Context, body GroupTagOperationsCreateTagJSONRequestBody, ...) (*GroupTagOperationsCreateTagResponse, error) + GroupTagOperationsDeleteTagWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*GroupTagOperationsDeleteTagResponse, error) + GroupTagOperationsGetTagUsersWithResponse func(ctx context.Context, id int32, params *GroupTagOperationsGetTagUsersParams, ...) (*GroupTagOperationsGetTagUsersResponse, error) + GroupTagOperationsGetTagWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*GroupTagOperationsGetTagResponse, error) + GroupTagOperationsListTagsWithResponse func(ctx context.Context, params *GroupTagOperationsListTagsParams, ...) (*GroupTagOperationsListTagsResponse, error) + GroupTagOperationsUpdateTagWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*GroupTagOperationsUpdateTagResponse, error) + GroupTagOperationsUpdateTagWithResponse func(ctx context.Context, id int32, body GroupTagOperationsUpdateTagJSONRequestBody, ...) (*GroupTagOperationsUpdateTagResponse, error) + LinkPreviewOperationsCreateLinkPreviewsWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*LinkPreviewOperationsCreateLinkPreviewsResponse, error) + LinkPreviewOperationsCreateLinkPreviewsWithResponse func(ctx context.Context, id int32, ...) (*LinkPreviewOperationsCreateLinkPreviewsResponse, error) + MessageOperationsCreateMessageWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*MessageOperationsCreateMessageResponse, error) + MessageOperationsCreateMessageWithResponse func(ctx context.Context, body MessageOperationsCreateMessageJSONRequestBody, ...) (*MessageOperationsCreateMessageResponse, error) + MessageOperationsDeleteMessageWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsDeleteMessageResponse, error) + MessageOperationsGetMessageWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsGetMessageResponse, error) + MessageOperationsPinMessageWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsPinMessageResponse, error) + MessageOperationsUnpinMessageWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*MessageOperationsUnpinMessageResponse, error) + MessageOperationsUpdateMessageWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*MessageOperationsUpdateMessageResponse, error) + MessageOperationsUpdateMessageWithResponse func(ctx context.Context, id int32, ...) (*MessageOperationsUpdateMessageResponse, error) + OAuthOperationsGetTokenInfoWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*OAuthOperationsGetTokenInfoResponse, error) + ProfileOperationsDeleteStatusWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsDeleteStatusResponse, error) + ProfileOperationsGetProfileWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsGetProfileResponse, error) + ProfileOperationsGetStatusWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileOperationsGetStatusResponse, error) + ProfileOperationsUpdateStatusWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ProfileOperationsUpdateStatusResponse, error) + ProfileOperationsUpdateStatusWithResponse func(ctx context.Context, body ProfileOperationsUpdateStatusJSONRequestBody, ...) (*ProfileOperationsUpdateStatusResponse, error) + ReactionOperationsAddReactionWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*ReactionOperationsAddReactionResponse, error) + ReactionOperationsAddReactionWithResponse func(ctx context.Context, id int32, ...) (*ReactionOperationsAddReactionResponse, error) + ReactionOperationsListReactionsWithResponse func(ctx context.Context, id int32, params *ReactionOperationsListReactionsParams, ...) (*ReactionOperationsListReactionsResponse, error) + ReactionOperationsRemoveReactionWithResponse func(ctx context.Context, id int32, params *ReactionOperationsRemoveReactionParams, ...) (*ReactionOperationsRemoveReactionResponse, error) + ReadMemberOperationsListReadMembersWithResponse func(ctx context.Context, id int32, ...) (*ReadMemberOperationsListReadMembersResponse, error) + SecurityOperationsGetAuditEventsWithResponse func(ctx context.Context, params *SecurityOperationsGetAuditEventsParams, ...) (*SecurityOperationsGetAuditEventsResponse, error) + TaskOperationsCreateTaskWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TaskOperationsCreateTaskResponse, error) + TaskOperationsCreateTaskWithResponse func(ctx context.Context, body TaskOperationsCreateTaskJSONRequestBody, ...) (*TaskOperationsCreateTaskResponse, error) + TaskOperationsDeleteTaskWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*TaskOperationsDeleteTaskResponse, error) + TaskOperationsGetTaskWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*TaskOperationsGetTaskResponse, error) + TaskOperationsListTasksWithResponse func(ctx context.Context, params *TaskOperationsListTasksParams, ...) (*TaskOperationsListTasksResponse, error) + TaskOperationsUpdateTaskWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*TaskOperationsUpdateTaskResponse, error) + TaskOperationsUpdateTaskWithResponse func(ctx context.Context, id int32, body TaskOperationsUpdateTaskJSONRequestBody, ...) (*TaskOperationsUpdateTaskResponse, error) + ThreadOperationsCreateThreadWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ThreadOperationsCreateThreadResponse, error) + ThreadOperationsGetThreadWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*ThreadOperationsGetThreadResponse, error) + UploadOperationsGetUploadParamsWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*UploadOperationsGetUploadParamsResponse, error) + UserOperationsCreateUserWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UserOperationsCreateUserResponse, error) + UserOperationsCreateUserWithResponse func(ctx context.Context, body UserOperationsCreateUserJSONRequestBody, ...) (*UserOperationsCreateUserResponse, error) + UserOperationsDeleteUserWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*UserOperationsDeleteUserResponse, error) + UserOperationsGetUserWithResponse func(ctx context.Context, id int32, reqEditors ...RequestEditorFn) (*UserOperationsGetUserResponse, error) + UserOperationsListUsersWithResponse func(ctx context.Context, params *UserOperationsListUsersParams, ...) (*UserOperationsListUsersResponse, error) + UserOperationsUpdateUserWithBodyWithResponse func(ctx context.Context, id int32, contentType string, body io.Reader, ...) (*UserOperationsUpdateUserResponse, error) + UserOperationsUpdateUserWithResponse func(ctx context.Context, id int32, body UserOperationsUpdateUserJSONRequestBody, ...) (*UserOperationsUpdateUserResponse, error) + UserStatusOperationsDeleteUserStatusWithResponse func(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*UserStatusOperationsDeleteUserStatusResponse, error) + UserStatusOperationsGetUserStatusWithResponse func(ctx context.Context, userId int32, reqEditors ...RequestEditorFn) (*UserStatusOperationsGetUserStatusResponse, error) + UserStatusOperationsUpdateUserStatusWithBodyWithResponse func(ctx context.Context, userId int32, contentType string, body io.Reader, ...) (*UserStatusOperationsUpdateUserStatusResponse, error) + UserStatusOperationsUpdateUserStatusWithResponse func(ctx context.Context, userId int32, ...) (*UserStatusOperationsUpdateUserStatusResponse, error) + type CommonOperationsListPropertiesParams struct + EntityType SearchEntityType + type CommonOperationsListPropertiesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseCommonOperationsListPropertiesResponse(rsp *http.Response) (*CommonOperationsListPropertiesResponse, error) + func (r CommonOperationsListPropertiesResponse) Status() string + func (r CommonOperationsListPropertiesResponse) StatusCode() int + type CompanyMemberWebhookPayload struct + CreatedAt time.Time + Event UserEventType + Type CompanyMemberWebhookPayloadType + UserIds []int32 + WebhookTimestamp int32 + type CompanyMemberWebhookPayloadType string + const CompanyMember + type CustomProperty struct + DataType CustomPropertyDataType + Id int32 + Name string + Value string + type CustomPropertyDataType string + const CustomPropertyDataTypeDate + const CustomPropertyDataTypeLink + const CustomPropertyDataTypeNumber + const CustomPropertyDataTypeString + type CustomPropertyDefinition struct + DataType CustomPropertyDataType + Id int32 + Name string + type DirectUploadOperationsUploadFileMultipartRequestBody = FileUploadRequest + type DirectUploadOperationsUploadFileResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDirectUploadOperationsUploadFileResponse(rsp *http.Response) (*DirectUploadOperationsUploadFileResponse, error) + func (r DirectUploadOperationsUploadFileResponse) Status() string + func (r DirectUploadOperationsUploadFileResponse) StatusCode() int + type EmptyResponse = map[string]interface + type ExportOperationsDownloadExport4031 struct + type ExportOperationsDownloadExportResponse struct + Body []byte + HTTPResponse *http.Response + JSON401 *OAuthError + JSON403 ... + JSON404 *ApiError + func ParseExportOperationsDownloadExportResponse(rsp *http.Response) (*ExportOperationsDownloadExportResponse, error) + func (r ExportOperationsDownloadExportResponse) Status() string + func (r ExportOperationsDownloadExportResponse) StatusCode() int + type ExportOperationsRequestExportJSONRequestBody = ExportRequest + type ExportOperationsRequestExportResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 ... + JSON422 *ApiError + func ParseExportOperationsRequestExportResponse(rsp *http.Response) (*ExportOperationsRequestExportResponse, error) + func (r ExportOperationsRequestExportResponse) Status() string + func (r ExportOperationsRequestExportResponse) StatusCode() int + type ExportRequest struct + ChatIds *[]int32 + EndAt openapi_types.Date + SkipChatsFile *bool + StartAt openapi_types.Date + WebhookUrl string + type File struct + FileType FileType + Height *int32 + Id int32 + Key string + Name string + Url string + Width *int32 + type FileType string + const FileTypeFile + const FileTypeImage + type FileUploadRequest struct + Acl string + ContentDisposition string + File openapi_types.File + Key string + Policy string + XAmzAlgorithm string + XAmzCredential string + XAmzDate string + XAmzSignature string + type FormOperationsOpenViewJSONRequestBody = OpenViewRequest + type FormOperationsOpenViewResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON410 *ApiError + JSON422 *ApiError + func ParseFormOperationsOpenViewResponse(rsp *http.Response) (*FormOperationsOpenViewResponse, error) + func (r FormOperationsOpenViewResponse) Status() string + func (r FormOperationsOpenViewResponse) StatusCode() int + type Forwarding struct + AuthorId int32 + OriginalChatId int32 + OriginalCreatedAt time.Time + OriginalMessageId int32 + OriginalThreadId *int32 + OriginalThreadMessageId *int32 + OriginalThreadParentChatId *int32 + type GroupTag struct + Id int32 + Name string + UsersCount int32 + type GroupTagOperationsCreateTagJSONRequestBody = GroupTagRequest + type GroupTagOperationsCreateTagResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseGroupTagOperationsCreateTagResponse(rsp *http.Response) (*GroupTagOperationsCreateTagResponse, error) + func (r GroupTagOperationsCreateTagResponse) Status() string + func (r GroupTagOperationsCreateTagResponse) StatusCode() int + type GroupTagOperationsDeleteTagResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseGroupTagOperationsDeleteTagResponse(rsp *http.Response) (*GroupTagOperationsDeleteTagResponse, error) + func (r GroupTagOperationsDeleteTagResponse) Status() string + func (r GroupTagOperationsDeleteTagResponse) StatusCode() int + type GroupTagOperationsGetTagResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseGroupTagOperationsGetTagResponse(rsp *http.Response) (*GroupTagOperationsGetTagResponse, error) + func (r GroupTagOperationsGetTagResponse) Status() string + func (r GroupTagOperationsGetTagResponse) StatusCode() int + type GroupTagOperationsGetTagUsersParams struct + Cursor *string + Limit *int32 + type GroupTagOperationsGetTagUsersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseGroupTagOperationsGetTagUsersResponse(rsp *http.Response) (*GroupTagOperationsGetTagUsersResponse, error) + func (r GroupTagOperationsGetTagUsersResponse) Status() string + func (r GroupTagOperationsGetTagUsersResponse) StatusCode() int + type GroupTagOperationsListTagsParams struct + Cursor *string + Limit *int32 + Names *TagNamesFilter + type GroupTagOperationsListTagsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseGroupTagOperationsListTagsResponse(rsp *http.Response) (*GroupTagOperationsListTagsResponse, error) + func (r GroupTagOperationsListTagsResponse) Status() string + func (r GroupTagOperationsListTagsResponse) StatusCode() int + type GroupTagOperationsUpdateTagJSONRequestBody = GroupTagRequest + type GroupTagOperationsUpdateTagResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseGroupTagOperationsUpdateTagResponse(rsp *http.Response) (*GroupTagOperationsUpdateTagResponse, error) + func (r GroupTagOperationsUpdateTagResponse) Status() string + func (r GroupTagOperationsUpdateTagResponse) StatusCode() int + type GroupTagRequest struct + GroupTag struct{ ... } + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type InviteStatus string + const Confirmed + const Sent + type LinkPreview struct + Description string + Image ... + ImageUrl *string + Title string + type LinkPreviewOperationsCreateLinkPreviewsJSONRequestBody = LinkPreviewsRequest + type LinkPreviewOperationsCreateLinkPreviewsResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseLinkPreviewOperationsCreateLinkPreviewsResponse(rsp *http.Response) (*LinkPreviewOperationsCreateLinkPreviewsResponse, error) + func (r LinkPreviewOperationsCreateLinkPreviewsResponse) Status() string + func (r LinkPreviewOperationsCreateLinkPreviewsResponse) StatusCode() int + type LinkPreviewsRequest struct + LinkPreviews map[string]LinkPreview + type LinkSharedWebhookPayload struct + ChatId int32 + CreatedAt time.Time + Event LinkSharedWebhookPayloadEvent + Links []WebhookLink + MessageId int32 + Type LinkSharedWebhookPayloadType + WebhookTimestamp int32 + type LinkSharedWebhookPayloadEvent string + const LinkShared + type LinkSharedWebhookPayloadType string + const LinkSharedWebhookPayloadTypeMessage + type MemberEventType string + const Add + const Remove + type Message struct + Buttons [][]Button + ChatId int32 + Content string + CreatedAt time.Time + DisplayAvatarUrl *string + DisplayName *string + EntityId int32 + EntityType MessageEntityType + Files []File + Forwarding *Forwarding + Id int32 + ParentMessageId *int32 + Thread *Thread + Url string + UserId int32 + type MessageCreateRequest struct + Message struct{ ... } + type MessageCreateRequestMessageFilesFileType string + const MessageCreateRequestMessageFilesFileTypeFile + const MessageCreateRequestMessageFilesFileTypeImage + type MessageEntityType string + const MessageEntityTypeDiscussion + const MessageEntityTypeThread + const MessageEntityTypeUser + type MessageOperationsCreateMessageJSONRequestBody = MessageCreateRequest + type MessageOperationsCreateMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseMessageOperationsCreateMessageResponse(rsp *http.Response) (*MessageOperationsCreateMessageResponse, error) + func (r MessageOperationsCreateMessageResponse) Status() string + func (r MessageOperationsCreateMessageResponse) StatusCode() int + type MessageOperationsDeleteMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseMessageOperationsDeleteMessageResponse(rsp *http.Response) (*MessageOperationsDeleteMessageResponse, error) + func (r MessageOperationsDeleteMessageResponse) Status() string + func (r MessageOperationsDeleteMessageResponse) StatusCode() int + type MessageOperationsGetMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseMessageOperationsGetMessageResponse(rsp *http.Response) (*MessageOperationsGetMessageResponse, error) + func (r MessageOperationsGetMessageResponse) Status() string + func (r MessageOperationsGetMessageResponse) StatusCode() int + type MessageOperationsPinMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON409 *ApiError + func ParseMessageOperationsPinMessageResponse(rsp *http.Response) (*MessageOperationsPinMessageResponse, error) + func (r MessageOperationsPinMessageResponse) Status() string + func (r MessageOperationsPinMessageResponse) StatusCode() int + type MessageOperationsUnpinMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseMessageOperationsUnpinMessageResponse(rsp *http.Response) (*MessageOperationsUnpinMessageResponse, error) + func (r MessageOperationsUnpinMessageResponse) Status() string + func (r MessageOperationsUnpinMessageResponse) StatusCode() int + type MessageOperationsUpdateMessageJSONRequestBody = MessageUpdateRequest + type MessageOperationsUpdateMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseMessageOperationsUpdateMessageResponse(rsp *http.Response) (*MessageOperationsUpdateMessageResponse, error) + func (r MessageOperationsUpdateMessageResponse) Status() string + func (r MessageOperationsUpdateMessageResponse) StatusCode() int + type MessageUpdateRequest struct + Message struct{ ... } + type MessageWebhookPayload struct + ChatId int32 + Content string + CreatedAt time.Time + EntityId int32 + EntityType MessageEntityType + Event WebhookEventType + Id int32 + ParentMessageId *int32 + Thread *WebhookMessageThread + Type MessageWebhookPayloadType + Url string + UserId int32 + WebhookTimestamp int32 + type MessageWebhookPayloadType string + const MessageWebhookPayloadTypeMessage + type OAuthError struct + Error string + ErrorDescription string + type OAuthOperationsGetTokenInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + func ParseOAuthOperationsGetTokenInfoResponse(rsp *http.Response) (*OAuthOperationsGetTokenInfoResponse, error) + func (r OAuthOperationsGetTokenInfoResponse) Status() string + func (r OAuthOperationsGetTokenInfoResponse) StatusCode() int + type OAuthScope string + const AuditEventsRead + const BotsWrite + const ChatExportsRead + const ChatExportsWrite + const ChatMembersRead + const ChatMembersWrite + const ChatsArchive + const ChatsCreate + const ChatsLeave + const ChatsRead + const ChatsUpdate + const CustomPropertiesRead + const FilesRead + const FilesWrite + const GroupTagsRead + const GroupTagsWrite + const LinkPreviewsWrite + const MessagesCreate + const MessagesDelete + const MessagesRead + const MessagesUpdate + const PinsWrite + const ProfileRead + const ProfileStatusRead + const ProfileStatusWrite + const ReactionsRead + const ReactionsWrite + const TasksCreate + const TasksDelete + const TasksRead + const TasksUpdate + const ThreadsCreate + const ThreadsRead + const UploadsWrite + const UserStatusRead + const UserStatusWrite + const UsersCreate + const UsersDelete + const UsersRead + const UsersUpdate + const ViewsWrite + const WebhooksEventsDelete + const WebhooksEventsRead + const WebhooksRead + const WebhooksWrite + type OpenViewRequest struct + CallbackId *string + PrivateMetadata *string + TriggerId string + Type OpenViewRequestType + View struct{ ... } + type OpenViewRequestType string + const Modal + type PaginationMeta struct + Paginate ... + type ProfileOperationsDeleteStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + func ParseProfileOperationsDeleteStatusResponse(rsp *http.Response) (*ProfileOperationsDeleteStatusResponse, error) + func (r ProfileOperationsDeleteStatusResponse) Status() string + func (r ProfileOperationsDeleteStatusResponse) StatusCode() int + type ProfileOperationsGetProfileResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + func ParseProfileOperationsGetProfileResponse(rsp *http.Response) (*ProfileOperationsGetProfileResponse, error) + func (r ProfileOperationsGetProfileResponse) Status() string + func (r ProfileOperationsGetProfileResponse) StatusCode() int + type ProfileOperationsGetStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + func ParseProfileOperationsGetStatusResponse(rsp *http.Response) (*ProfileOperationsGetStatusResponse, error) + func (r ProfileOperationsGetStatusResponse) Status() string + func (r ProfileOperationsGetStatusResponse) StatusCode() int + type ProfileOperationsUpdateStatusJSONRequestBody = StatusUpdateRequest + type ProfileOperationsUpdateStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseProfileOperationsUpdateStatusResponse(rsp *http.Response) (*ProfileOperationsUpdateStatusResponse, error) + func (r ProfileOperationsUpdateStatusResponse) Status() string + func (r ProfileOperationsUpdateStatusResponse) StatusCode() int + type Reaction struct + Code string + CreatedAt time.Time + Name *string + UserId int32 + type ReactionEventType string + const ReactionEventTypeDelete + const ReactionEventTypeNew + type ReactionOperationsAddReactionJSONRequestBody = ReactionRequest + type ReactionOperationsAddReactionResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Reaction + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseReactionOperationsAddReactionResponse(rsp *http.Response) (*ReactionOperationsAddReactionResponse, error) + func (r ReactionOperationsAddReactionResponse) Status() string + func (r ReactionOperationsAddReactionResponse) StatusCode() int + type ReactionOperationsListReactionsParams struct + Cursor *string + Limit *int32 + type ReactionOperationsListReactionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseReactionOperationsListReactionsResponse(rsp *http.Response) (*ReactionOperationsListReactionsResponse, error) + func (r ReactionOperationsListReactionsResponse) Status() string + func (r ReactionOperationsListReactionsResponse) StatusCode() int + type ReactionOperationsRemoveReactionParams struct + Code string + Name *string + type ReactionOperationsRemoveReactionResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseReactionOperationsRemoveReactionResponse(rsp *http.Response) (*ReactionOperationsRemoveReactionResponse, error) + func (r ReactionOperationsRemoveReactionResponse) Status() string + func (r ReactionOperationsRemoveReactionResponse) StatusCode() int + type ReactionRequest struct + Code string + Name *string + type ReactionWebhookPayload struct + Code string + CreatedAt time.Time + Event ReactionEventType + MessageId int32 + Name string + Type ReactionWebhookPayloadType + UserId int32 + WebhookTimestamp int32 + type ReactionWebhookPayloadType string + const ReactionWebhookPayloadTypeReaction + type ReadMemberOperationsListReadMembersParams struct + Cursor *string + Limit *int32 + type ReadMemberOperationsListReadMembersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseReadMemberOperationsListReadMembersResponse(rsp *http.Response) (*ReadMemberOperationsListReadMembersResponse, error) + func (r ReadMemberOperationsListReadMembersResponse) Status() string + func (r ReadMemberOperationsListReadMembersResponse) StatusCode() int + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type SearchEntityType string + const SearchEntityTypeTask + const SearchEntityTypeUser + type SecurityOperationsGetAuditEventsParams struct + ActorId *int32 + ActorType *string + Cursor *string + EndTime time.Time + EntityId *int32 + EntityType *string + EventKey *AuditEventKey + Limit *int32 + StartTime time.Time + type SecurityOperationsGetAuditEventsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseSecurityOperationsGetAuditEventsResponse(rsp *http.Response) (*SecurityOperationsGetAuditEventsResponse, error) + func (r SecurityOperationsGetAuditEventsResponse) Status() string + func (r SecurityOperationsGetAuditEventsResponse) StatusCode() int + type SortOrder string + const Asc + const Desc + type StatusUpdateRequest struct + Status struct{ ... } + type TagNamesFilter = []string + type Task struct + AllDay bool + ChatId *int32 + Content string + CreatedAt time.Time + CustomProperties []CustomProperty + DueAt *time.Time + Id int32 + Kind TaskKind + PerformerIds []int32 + Priority int32 + Status TaskStatus + UserId int32 + type TaskCreateRequest struct + Task struct{ ... } + type TaskKind string + const Call + const Email + const Event + const Meeting + const Reminder + type TaskOperationsCreateTaskJSONRequestBody = TaskCreateRequest + type TaskOperationsCreateTaskResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseTaskOperationsCreateTaskResponse(rsp *http.Response) (*TaskOperationsCreateTaskResponse, error) + func (r TaskOperationsCreateTaskResponse) Status() string + func (r TaskOperationsCreateTaskResponse) StatusCode() int + type TaskOperationsDeleteTaskResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseTaskOperationsDeleteTaskResponse(rsp *http.Response) (*TaskOperationsDeleteTaskResponse, error) + func (r TaskOperationsDeleteTaskResponse) Status() string + func (r TaskOperationsDeleteTaskResponse) StatusCode() int + type TaskOperationsGetTaskResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseTaskOperationsGetTaskResponse(rsp *http.Response) (*TaskOperationsGetTaskResponse, error) + func (r TaskOperationsGetTaskResponse) Status() string + func (r TaskOperationsGetTaskResponse) StatusCode() int + type TaskOperationsListTasksParams struct + Cursor *string + Limit *int32 + type TaskOperationsListTasksResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + func ParseTaskOperationsListTasksResponse(rsp *http.Response) (*TaskOperationsListTasksResponse, error) + func (r TaskOperationsListTasksResponse) Status() string + func (r TaskOperationsListTasksResponse) StatusCode() int + type TaskOperationsUpdateTaskJSONRequestBody = TaskUpdateRequest + type TaskOperationsUpdateTaskResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseTaskOperationsUpdateTaskResponse(rsp *http.Response) (*TaskOperationsUpdateTaskResponse, error) + func (r TaskOperationsUpdateTaskResponse) Status() string + func (r TaskOperationsUpdateTaskResponse) StatusCode() int + type TaskStatus string + const TaskStatusDone + const TaskStatusUndone + type TaskUpdateRequest struct + Task struct{ ... } + type TaskUpdateRequestTaskStatus string + const TaskUpdateRequestTaskStatusDone + const TaskUpdateRequestTaskStatusUndone + type Thread struct + ChatId int64 + Id int64 + MessageChatId int64 + MessageId int64 + UpdatedAt time.Time + type ThreadOperationsCreateThreadResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseThreadOperationsCreateThreadResponse(rsp *http.Response) (*ThreadOperationsCreateThreadResponse, error) + func (r ThreadOperationsCreateThreadResponse) Status() string + func (r ThreadOperationsCreateThreadResponse) StatusCode() int + type ThreadOperationsGetThreadResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseThreadOperationsGetThreadResponse(rsp *http.Response) (*ThreadOperationsGetThreadResponse, error) + func (r ThreadOperationsGetThreadResponse) Status() string + func (r ThreadOperationsGetThreadResponse) StatusCode() int + type UpdateMemberRoleRequest struct + Role ChatMemberRole + type UploadOperationsGetUploadParamsResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *UploadParams + JSON401 *OAuthError + JSON403 *OAuthError + func ParseUploadOperationsGetUploadParamsResponse(rsp *http.Response) (*UploadOperationsGetUploadParamsResponse, error) + func (r UploadOperationsGetUploadParamsResponse) Status() string + func (r UploadOperationsGetUploadParamsResponse) StatusCode() int + type UploadParams struct + Acl string + ContentDisposition string + DirectUrl string + Key string + Policy string + XAmzAlgorithm string + XAmzCredential string + XAmzDate string + XAmzSignature string + type User struct + Bot bool + CreatedAt time.Time + CustomProperties []CustomProperty + Department string + Email string + FirstName string + Id int32 + ImageUrl *string + InviteStatus InviteStatus + LastActivityAt time.Time + LastName string + ListTags []string + Nickname string + PhoneNumber string + Role UserRole + Sso bool + Suspended bool + TimeZone string + Title string + UserStatus *UserStatus + type UserCreateRequest struct + SkipEmailNotify *bool + User struct{ ... } + type UserEventType string + const UserEventTypeActivate + const UserEventTypeConfirm + const UserEventTypeDelete + const UserEventTypeInvite + const UserEventTypeSuspend + const UserEventTypeUpdate + type UserOperationsCreateUserJSONRequestBody = UserCreateRequest + type UserOperationsCreateUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseUserOperationsCreateUserResponse(rsp *http.Response) (*UserOperationsCreateUserResponse, error) + func (r UserOperationsCreateUserResponse) Status() string + func (r UserOperationsCreateUserResponse) StatusCode() int + type UserOperationsDeleteUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseUserOperationsDeleteUserResponse(rsp *http.Response) (*UserOperationsDeleteUserResponse, error) + func (r UserOperationsDeleteUserResponse) Status() string + func (r UserOperationsDeleteUserResponse) StatusCode() int + type UserOperationsGetUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseUserOperationsGetUserResponse(rsp *http.Response) (*UserOperationsGetUserResponse, error) + func (r UserOperationsGetUserResponse) Status() string + func (r UserOperationsGetUserResponse) StatusCode() int + type UserOperationsListUsersParams struct + Cursor *string + Limit *int32 + Query *string + type UserOperationsListUsersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON422 *ApiError + func ParseUserOperationsListUsersResponse(rsp *http.Response) (*UserOperationsListUsersResponse, error) + func (r UserOperationsListUsersResponse) Status() string + func (r UserOperationsListUsersResponse) StatusCode() int + type UserOperationsUpdateUserJSONRequestBody = UserUpdateRequest + type UserOperationsUpdateUserResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseUserOperationsUpdateUserResponse(rsp *http.Response) (*UserOperationsUpdateUserResponse, error) + func (r UserOperationsUpdateUserResponse) Status() string + func (r UserOperationsUpdateUserResponse) StatusCode() int + type UserRole string + const UserRoleAdmin + const UserRoleMultiGuest + const UserRoleUser + type UserStatus struct + Emoji string + ExpiresAt *time.Time + IsAway bool + Title string + type UserStatusOperationsDeleteUserStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON204 *EmptyResponse + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseUserStatusOperationsDeleteUserStatusResponse(rsp *http.Response) (*UserStatusOperationsDeleteUserStatusResponse, error) + func (r UserStatusOperationsDeleteUserStatusResponse) Status() string + func (r UserStatusOperationsDeleteUserStatusResponse) StatusCode() int + type UserStatusOperationsGetUserStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + func ParseUserStatusOperationsGetUserStatusResponse(rsp *http.Response) (*UserStatusOperationsGetUserStatusResponse, error) + func (r UserStatusOperationsGetUserStatusResponse) Status() string + func (r UserStatusOperationsGetUserStatusResponse) StatusCode() int + type UserStatusOperationsUpdateUserStatusJSONRequestBody = StatusUpdateRequest + type UserStatusOperationsUpdateUserStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + JSON400 *ApiError + JSON401 *OAuthError + JSON403 *OAuthError + JSON404 *ApiError + JSON422 *ApiError + func ParseUserStatusOperationsUpdateUserStatusResponse(rsp *http.Response) (*UserStatusOperationsUpdateUserStatusResponse, error) + func (r UserStatusOperationsUpdateUserStatusResponse) Status() string + func (r UserStatusOperationsUpdateUserStatusResponse) StatusCode() int + type UserUpdateRequest struct + User struct{ ... } + type UserUpdateRequestUserRole string + const UserUpdateRequestUserRoleAdmin + const UserUpdateRequestUserRoleMultiGuest + const UserUpdateRequestUserRoleUser + type ValidationErrorCode string + const AccessDenied + const AlreadyAssigned + const AlreadyExists + const Blank + const DisplayedError + const Exclusion + const Forbidden + const GeneralLimit + const In + const Inclusion + const Invalid + const InvalidDateRange + const InvalidWebhookUrl + const LicensesLimit + const MaxLength + const MinLength + const NotApplicable + const NotAuthorized + const NotFound + const OwnerProtected + const PaymentRequired + const PermissionDenied + const PersonalChat + const RateLimit + const Required + const SelfUpdate + const Taken + const TooLong + const TriggerExpired + const TriggerNotFound + const Unhandled + const UniqueLimit + const UserLimit + const WrongEmoji + const WrongParams + type ViewBlockCheckbox struct + Hint *string + Label string + Name string + Options *[]ViewBlockCheckboxOption + Required *bool + Type ViewBlockCheckboxType + type ViewBlockCheckboxOption struct + Checked *bool + Description *string + Text string + Value string + type ViewBlockCheckboxType string + const Checkbox + type ViewBlockDate struct + Hint *string + InitialDate *openapi_types.Date + Label string + Name string + Required *bool + Type ViewBlockDateType + type ViewBlockDateType string + const ViewBlockDateTypeDate + type ViewBlockDivider struct + Type ViewBlockDividerType + type ViewBlockDividerType string + const Divider + type ViewBlockFileInput struct + Filetypes *[]string + Hint *string + Label string + MaxFiles *int32 + Name string + Required *bool + Type ViewBlockFileInputType + type ViewBlockFileInputType string + const FileInput + type ViewBlockHeader struct + Text string + Type ViewBlockHeaderType + type ViewBlockHeaderType string + const Header + type ViewBlockInput struct + Hint *string + InitialValue *string + Label string + MaxLength *int32 + MinLength *int32 + Multiline *bool + Name string + Placeholder *string + Required *bool + Type ViewBlockInputType + type ViewBlockInputType string + const Input + type ViewBlockMarkdown struct + Text string + Type ViewBlockMarkdownType + type ViewBlockMarkdownType string + const Markdown + type ViewBlockPlainText struct + Text string + Type ViewBlockPlainTextType + type ViewBlockPlainTextType string + const PlainText + type ViewBlockRadio struct + Hint *string + Label string + Name string + Options *[]ViewBlockSelectableOption + Required *bool + Type ViewBlockRadioType + type ViewBlockRadioType string + const Radio + type ViewBlockSelect struct + Hint *string + Label string + Name string + Options *[]ViewBlockSelectableOption + Required *bool + Type ViewBlockSelectType + type ViewBlockSelectType string + const Select + type ViewBlockSelectableOption struct + Description *string + Selected *bool + Text string + Value string + type ViewBlockTime struct + Hint *string + InitialTime *string + Label string + Name string + Required *bool + Type ViewBlockTimeType + type ViewBlockTimeType string + const Time + type ViewBlockUnion struct + func (t *ViewBlockUnion) FromViewBlockCheckbox(v ViewBlockCheckbox) error + func (t *ViewBlockUnion) FromViewBlockDate(v ViewBlockDate) error + func (t *ViewBlockUnion) FromViewBlockDivider(v ViewBlockDivider) error + func (t *ViewBlockUnion) FromViewBlockFileInput(v ViewBlockFileInput) error + func (t *ViewBlockUnion) FromViewBlockHeader(v ViewBlockHeader) error + func (t *ViewBlockUnion) FromViewBlockInput(v ViewBlockInput) error + func (t *ViewBlockUnion) FromViewBlockMarkdown(v ViewBlockMarkdown) error + func (t *ViewBlockUnion) FromViewBlockPlainText(v ViewBlockPlainText) error + func (t *ViewBlockUnion) FromViewBlockRadio(v ViewBlockRadio) error + func (t *ViewBlockUnion) FromViewBlockSelect(v ViewBlockSelect) error + func (t *ViewBlockUnion) FromViewBlockTime(v ViewBlockTime) error + func (t *ViewBlockUnion) MergeViewBlockCheckbox(v ViewBlockCheckbox) error + func (t *ViewBlockUnion) MergeViewBlockDate(v ViewBlockDate) error + func (t *ViewBlockUnion) MergeViewBlockDivider(v ViewBlockDivider) error + func (t *ViewBlockUnion) MergeViewBlockFileInput(v ViewBlockFileInput) error + func (t *ViewBlockUnion) MergeViewBlockHeader(v ViewBlockHeader) error + func (t *ViewBlockUnion) MergeViewBlockInput(v ViewBlockInput) error + func (t *ViewBlockUnion) MergeViewBlockMarkdown(v ViewBlockMarkdown) error + func (t *ViewBlockUnion) MergeViewBlockPlainText(v ViewBlockPlainText) error + func (t *ViewBlockUnion) MergeViewBlockRadio(v ViewBlockRadio) error + func (t *ViewBlockUnion) MergeViewBlockSelect(v ViewBlockSelect) error + func (t *ViewBlockUnion) MergeViewBlockTime(v ViewBlockTime) error + func (t *ViewBlockUnion) UnmarshalJSON(b []byte) error + func (t ViewBlockUnion) AsViewBlockCheckbox() (ViewBlockCheckbox, error) + func (t ViewBlockUnion) AsViewBlockDate() (ViewBlockDate, error) + func (t ViewBlockUnion) AsViewBlockDivider() (ViewBlockDivider, error) + func (t ViewBlockUnion) AsViewBlockFileInput() (ViewBlockFileInput, error) + func (t ViewBlockUnion) AsViewBlockHeader() (ViewBlockHeader, error) + func (t ViewBlockUnion) AsViewBlockInput() (ViewBlockInput, error) + func (t ViewBlockUnion) AsViewBlockMarkdown() (ViewBlockMarkdown, error) + func (t ViewBlockUnion) AsViewBlockPlainText() (ViewBlockPlainText, error) + func (t ViewBlockUnion) AsViewBlockRadio() (ViewBlockRadio, error) + func (t ViewBlockUnion) AsViewBlockSelect() (ViewBlockSelect, error) + func (t ViewBlockUnion) AsViewBlockTime() (ViewBlockTime, error) + func (t ViewBlockUnion) MarshalJSON() ([]byte, error) + type WebhookEvent struct + CreatedAt time.Time + EventType string + Id string + Payload WebhookPayloadUnion + type WebhookEventType string + const Delete + const New + const Update + type WebhookLink struct + Domain string + Url string + type WebhookMessageThread struct + MessageChatId int32 + MessageId int32 + type WebhookPayloadUnion struct + func (t *WebhookPayloadUnion) FromButtonWebhookPayload(v ButtonWebhookPayload) error + func (t *WebhookPayloadUnion) FromChatMemberWebhookPayload(v ChatMemberWebhookPayload) error + func (t *WebhookPayloadUnion) FromCompanyMemberWebhookPayload(v CompanyMemberWebhookPayload) error + func (t *WebhookPayloadUnion) FromLinkSharedWebhookPayload(v LinkSharedWebhookPayload) error + func (t *WebhookPayloadUnion) FromMessageWebhookPayload(v MessageWebhookPayload) error + func (t *WebhookPayloadUnion) FromReactionWebhookPayload(v ReactionWebhookPayload) error + func (t *WebhookPayloadUnion) MergeButtonWebhookPayload(v ButtonWebhookPayload) error + func (t *WebhookPayloadUnion) MergeChatMemberWebhookPayload(v ChatMemberWebhookPayload) error + func (t *WebhookPayloadUnion) MergeCompanyMemberWebhookPayload(v CompanyMemberWebhookPayload) error + func (t *WebhookPayloadUnion) MergeLinkSharedWebhookPayload(v LinkSharedWebhookPayload) error + func (t *WebhookPayloadUnion) MergeMessageWebhookPayload(v MessageWebhookPayload) error + func (t *WebhookPayloadUnion) MergeReactionWebhookPayload(v ReactionWebhookPayload) error + func (t *WebhookPayloadUnion) UnmarshalJSON(b []byte) error + func (t WebhookPayloadUnion) AsButtonWebhookPayload() (ButtonWebhookPayload, error) + func (t WebhookPayloadUnion) AsChatMemberWebhookPayload() (ChatMemberWebhookPayload, error) + func (t WebhookPayloadUnion) AsCompanyMemberWebhookPayload() (CompanyMemberWebhookPayload, error) + func (t WebhookPayloadUnion) AsLinkSharedWebhookPayload() (LinkSharedWebhookPayload, error) + func (t WebhookPayloadUnion) AsMessageWebhookPayload() (MessageWebhookPayload, error) + func (t WebhookPayloadUnion) AsReactionWebhookPayload() (ReactionWebhookPayload, error) + func (t WebhookPayloadUnion) MarshalJSON() ([]byte, error)