package lib type Message struct { From string To int64 Text string Images []string Sticker string } type Routing struct { TgID int64 TTID int64 }