params

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Any

type Any struct {
	Name string `json:"name"`
}

type CreateStickerSet

type CreateStickerSet struct {
	UserID       string `json:"user_id"`
	Type         string `json:"sticker_type"`
	Name         string `json:"name"`
	Title        string `json:"title"`
	Emojis       string `json:"emojis"`
	MaskPosition string `json:"mask_position"`

	PNG  any `json:"png_sticker,omitempty"`
	TGS  any `json:"tgs_sticker,omitempty"`
	WEBM any `json:"webm_sticker,omitempty"`
}

type OnlyID

type OnlyID struct {
	ChatID string `json:"chat_id"`
}

type Topic

type Topic struct {
	ChatID string `json:"chat_id"`
	ID     int    `json:"message_thread_id"`
}

type Updates

type Updates struct {
	Offset         int      `json:"offset"`
	Timeout        int      `json:"timeout"`
	Limit          int      `json:"limit,omitempty"`
	AllowedUpdates []string `json:"allowed_updates"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL