Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BadRequest = errors.New("BadRequest")
Functions ¶
This section is empty.
Types ¶
type LongtextBody ¶
type Mblog ¶
type Mblog struct {
User *User `json:"user"`
CreatedAt string `json:"created_at"`
ID int64 `json:"id"`
MblogID string `json:"mblogid"`
TextRaw string `json:"text_raw"`
Text string `json:"text"`
IsLongText bool `json:"isLongText"`
Retweeted *Mblog `json:"retweeted_status,omitempty"`
LongTextRaw string
}
type MymblogBody ¶
Click to show internal directories.
Click to hide internal directories.