Some helper methods added to Message. Some tests added. Small fixes

This commit is contained in:
Gleb Sinyavsky 2015-12-13 20:31:59 +03:00
parent eb6b784a5a
commit 1cede9cf45
3 changed files with 89 additions and 4 deletions

View file

@ -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