Versions in this module Expand all Collapse all v1 v1.0.0 May 18, 2020 Changes in this version + func NewFlags() []cli.Flag + type Chat struct + ID int16 + func NewChat() (*Chat, error) + func (c *Chat) Action(ctx *cli.Context) error + func (c *Chat) After(ctx *cli.Context) error + func (c *Chat) Run(arguments []string) error + func (c *Chat) Stop()