Add some tests, fix copyMessage.
This commit is contained in:
parent
24e02f7ba6
commit
4064ced03f
6 changed files with 96 additions and 5 deletions
|
@ -241,6 +241,10 @@ func (config CopyMessageConfig) params() (Params, error) {
|
|||
return params, err
|
||||
}
|
||||
|
||||
func (config CopyMessageConfig) method() string {
|
||||
return "copyMessage"
|
||||
}
|
||||
|
||||
// PhotoConfig contains information about a SendPhoto request.
|
||||
type PhotoConfig struct {
|
||||
BaseFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue