Some helper methods added to Message. Some tests added. Small fixes
This commit is contained in:
parent
eb6b784a5a
commit
1cede9cf45
3 changed files with 89 additions and 4 deletions
|
@ -93,8 +93,8 @@ type BaseFile struct {
|
|||
File interface{}
|
||||
FileID string
|
||||
UseExisting bool
|
||||
MimeType string
|
||||
FileSize int
|
||||
MimeType string
|
||||
FileSize int
|
||||
}
|
||||
|
||||
// Params returns map[string]string representation of BaseFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue