added FetchScheduledTweets
This commit is contained in:
parent
14ba33db9d
commit
7b2215391a
3 changed files with 164 additions and 0 deletions
10
types.go
10
types.go
|
|
@ -80,6 +80,16 @@ type (
|
|||
Error error
|
||||
}
|
||||
|
||||
ScheduledTweet struct {
|
||||
ID string
|
||||
State string
|
||||
ExecuteAt time.Time
|
||||
Text string
|
||||
Videos []Video
|
||||
Photos []Photo
|
||||
GIFs []GIF
|
||||
}
|
||||
|
||||
legacyTweet struct {
|
||||
ConversationIDStr string `json:"conversation_id_str"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue