Versions in this module Expand all Collapse all v0 v0.2.0 Dec 4, 2025 v0.1.0 Dec 3, 2025 Changes in this version + const MaxTextLen + var Tag = core.Tag + func New(token AuthToken, opts ...Options) (core.Client, error) + func NewUploading(file io.Reader, opts ...UploadingOptions) ht.MultipartFile + func NewWebhookHandler(ctx context.Context, client *core.Client, commands ...command.Command) (command.Handler, error) + type AuthToken = core.AuthToken + type Client = core.Client + type Command = core.Command + type CommandList = []Command + type FileNode = core.FileNode + type Fmt = core.Fmt + type GroupList = []core.GroupList + type OptInt = api.OptInt + type Options = core.Options + type Pagination = core.Pagination + type UploadingOptions = core.UploadingOptions + type UserList = []core.UserList + type WebhookHandler = api.WebhookHandler + type WebhookServer = api.WebhookServer + func NewWebhookServer(handler WebhookHandler, token AuthToken) (*WebhookServer, error)