dataobject

package
v0.86.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DialogFiltersDO

type DialogFiltersDO struct {
	Id             int64  `db:"id"`
	UserId         int64  `db:"user_id"`
	DialogFilterId int32  `db:"dialog_filter_id"`
	DialogFilter   string `db:"dialog_filter"`
	OrderValue     int64  `db:"order_value"`
	Deleted        bool   `db:"deleted"`
}

type DialogsDO

type DialogsDO struct {
	Id               int64  `db:"id"`
	UserId           int64  `db:"user_id"`
	PeerType         int32  `db:"peer_type"`
	PeerId           int64  `db:"peer_id"`
	PeerDialogId     int64  `db:"peer_dialog_id"`
	Pinned           int64  `db:"pinned"`
	TopMessage       int32  `db:"top_message"`
	PinnedMsgId      int32  `db:"pinned_msg_id"`
	ReadInboxMaxId   int32  `db:"read_inbox_max_id"`
	ReadOutboxMaxId  int32  `db:"read_outbox_max_id"`
	UnreadCount      int32  `db:"unread_count"`
	UnreadMark       bool   `db:"unread_mark"`
	DraftType        int32  `db:"draft_type"`
	DraftMessageData string `db:"draft_message_data"`
	FolderId         int32  `db:"folder_id"`
	FolderPinned     int64  `db:"folder_pinned"`
	HasScheduled     bool   `db:"has_scheduled"`
	Date2            int64  `db:"date2"`
	Deleted          bool   `db:"deleted"`
}

Jump to

Keyboard shortcuts

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