mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Finally rid of capital Sirupsen??
This commit is contained in:
6
vendor/github.com/dghubble/go-twitter/twitter/statuses.go
generated
vendored
6
vendor/github.com/dghubble/go-twitter/twitter/statuses.go
generated
vendored
@@ -57,8 +57,10 @@ func (t Tweet) CreatedAtTime() (time.Time, error) {
|
||||
// compatibility mode (default).
|
||||
// https://dev.twitter.com/overview/api/upcoming-changes-to-tweets
|
||||
type ExtendedTweet struct {
|
||||
FullText string `json:"full_text"`
|
||||
DisplayTextRange Indices `json:"display_text_range"`
|
||||
FullText string `json:"full_text"`
|
||||
DisplayTextRange Indices `json:"display_text_range"`
|
||||
Entities *Entities `json:"entities"`
|
||||
ExtendedEntities *ExtendedEntity `json:"extended_entities"`
|
||||
}
|
||||
|
||||
// Place represents a Twitter Place / Location
|
||||
|
||||
Reference in New Issue
Block a user