models

package
v0.0.0-...-871226d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Emoji

type Emoji struct {
	ID          int64     `sql:"emoji_id,pk" json:"id"`
	Name        string    `sql:"emoji_name"`
	MessageId   int64     `sql:"message_id,pk"`
	ChannelId   int64     `sql:"channel_id"`
	ChannelName string    `sql:"channel_name"`
	UserId      int64     `sql:"user_id,pk"`
	UserName    string    `sql:"user_name"`
	TargetId    int64     `sql:"target_id"`
	TargetName  string    `sql:"target_name"`
	IsReaction  bool      `sql:"reaction,pk"`
	IsAnimated  bool      `sql:"animated,pk"`
	LogTime     time.Time `sql:"logtime"`
	// contains filtered or unexported fields
}

Profile holds specific application settings linked to an Account.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL