Skip to content

Instantly share code, notes, and snippets.

package models
import "github.com/dghubble/go-twitter/twitter"
type (
Request struct {
Tweet string `json:"tweet,omitempty"`
Crc_token string `json:"crc_token,omitempty" form:"crc_token" query:"crc_token"`
}
DMEvent struct {