some new
This commit is contained in:
@@ -46,7 +46,7 @@ func GetConsoleLogs(db *database.Context) ([]ConsoleLogEntry, error) {
|
||||
type MessageLogEntry struct {
|
||||
MessageID int `bson:"messageId" json:"message_id"`
|
||||
SenderID int `bson:"senderId" json:"sender_id"`
|
||||
ChatID int `bson:"chatId" json:"chat_id"`
|
||||
ChatID int64 `bson:"chatId" json:"chat_id"`
|
||||
Text string `bson:"text" json:"text"`
|
||||
TimeStamp int64 `bson:"timestamp" json:"timestamp"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user