Versions in this module Expand all Collapse all v0 v0.0.1 Nov 22, 2023 Changes in this version + type Client struct + func New(host string, token string) *Client + func (c *Client) SendMessage(chatID int, text string) error + func (c *Client) Updates(offset int, limit int) ([]Update, error) + type Update struct + ID int64 + Message string + type UpdateOut struct + Ok bool + Result []Update