We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
管理者権限でほしい DBになにかあったときのため
The text was updated successfully, but these errors were encountered:
やります
Sorry, something went wrong.
↓のMessageID取得するの最低でもtraQのAPI10回くらい叩かないといけなくて厳しいかも
type File struct { ID string `json:"id" db:"id"` Title string `json:"title" db:"title"` ComposerID string `json:"composer_id" db:"composer_id"` ComposerName string `json:"composer_name" db:"composer_name"` MessageID string `json:"message_id" db:"message_id"` FavoriteCount int `json:"favorite_count" db:"-"` IsFavoriteByMe bool `json:"is_favorite_by_me" db:"-"` CreatedAt time.Time `json:"created_at" db:"created_at"` }
No branches or pull requests
管理者権限でほしい
DBになにかあったときのため
The text was updated successfully, but these errors were encountered: