DukeAnn
DukeAnn
```go type Options struct { Aspect *string `flag:"-aspect"` Resolution *string `flag:"-s"` VideoBitRate *string `flag:"-b:v"` VideoBitRateTolerance *int `flag:"-bt"` VideoMaxBitRate *int `flag:"-maxrate"` VideoMinBitrate *int `flag:"-minrate"` VideoCodec *string `flag:"-c:v"` Vframes *int `flag:"-vframes"` FrameRate...
### What version of gotd are you using? github.com/gotd/td v0.93.0 ### Can this issue be reproduced with the latest version? Yes ### What did you do? ```go tdClient := tdapi.NewClient(ctx.Raw.Invoker())...
I want to interrupt the Conversation when receiving any command command or text route。 Because many users are halfway through the operation. It may have been replaced by other operations...
This method cannot obtain the accurate user and changes back and forth between the user and the bot.