Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Animation ¶
type Animation struct { FileId string `json:"file_id"` FileUniqueId string `json:"file_unique_id"` Width int `json:"width"` Height int `json:"height"` Duration int `json:"duration"` Thumbnail PhotoSize `json:"thumbnail,omitempty"` FileName string `json:"file_name,omitempty"` MimeType string `json:"mime_type,omitempty"` FileSize int64 `json:"file_size,omitempty"` }
type Audio ¶
type Audio struct { FileId string `json:"file_id"` FileUniqueId string `json:"file_unique_id"` Duration int `json:"duration"` Performer string `json:"performer,omitempty"` Title string `json:"title,omitempty"` FileName string `json:"file_name,omitempty"` NimeType string `json:"mime_type,omitempty"` FileSize int64 `json:"file_size,omitempty"` Thumbnail PhotoSize `json:"thumbnail,omitempty"` }
type Document ¶
type File ¶
type Location ¶
type LoginUrl ¶
type PhotoSize ¶
type Venue ¶
type Venue struct { Location Location `json:"location"` Title string `json:"title"` Address string `json:"address"` FoursquareId string `json:"foursquare_id,omitempty"` FoursquareType string `json:"foursquare_type,omitempty"` GooglePlaceId string `json:"google_place_id,omitempty"` GooglePlaceType string `json:"google_place_type,omitempty"` }
type Voice ¶
type WebAppData ¶
type WebAppInfo ¶
type WebAppInfo struct {
Url string `json:"url"`
}
type WriteAccessAllowed ¶
Click to show internal directories.
Click to hide internal directories.