Start implementing 7.0 Bot API changes

This commit is contained in:
OvyFlash 2024-01-05 22:05:00 +02:00
parent 86db600436
commit bd151fc816
7 changed files with 1073 additions and 435 deletions

View file

@ -101,4 +101,4 @@ func (p *Params) Merge(p1 Params) {
for k, v := range p1 {
(*p)[k] = v
}
}
}