package tbot

type KeyboardButton struct {
	Text string `json:"text"`
}
