dataobject

package
v0.0.0-...-e41513e Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 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 AuthChannelUpdatesStateDO

type AuthChannelUpdatesStateDO struct {
	Id        int32  `db:"id"`
	AuthKeyId int64  `db:"auth_key_id"`
	UserId    int32  `db:"user_id"`
	ChannelId int32  `db:"channel_id"`
	Pts       int32  `db:"pts"`
	Pts2      int32  `db:"pts2"`
	Date      int32  `db:"date"`
	CreatedAt string `db:"created_at"`
	UpdatedAt string `db:"updated_at"`
	DeletedAt string `db:"deleted_at"`
}

type ChannelMediaUnreadDO

type ChannelMediaUnreadDO struct {
	Id               int64  `db:"id"`
	UserId           int32  `db:"user_id"`
	ChannelId        int32  `db:"channel_id"`
	ChannelMessageId int32  `db:"channel_message_id"`
	MediaUnread      int8   `db:"media_unread"`
	CreatedAt        string `db:"created_at"`
	UpdatedAt        string `db:"updated_at"`
}

type ChannelMessageBoxesDO

type ChannelMessageBoxesDO struct {
	Id                  int32  `db:"id"`
	SenderUserId        int32  `db:"sender_user_id"`
	ChannelId           int32  `db:"channel_id"`
	DialogId            int64  `db:"dialog_id"`
	DialogMessageId     int32  `db:"dialog_message_id"`
	ChannelMessageBoxId int32  `db:"channel_message_box_id"`
	MessageId           int64  `db:"message_id"`
	Date                int32  `db:"date"`
	Deleted             int8   `db:"deleted"`
	CreatedAt           string `db:"created_at"`
	UpdatedAt           string `db:"updated_at"`
}

type ChannelMessagesDO

type ChannelMessagesDO struct {
	Id               int32  `db:"id"`
	ChannelId        int32  `db:"channel_id"`
	ChannelMessageId int32  `db:"channel_message_id"`
	SenderUserId     int32  `db:"sender_user_id"`
	RandomId         int64  `db:"random_id"`
	MessageDataId    int64  `db:"message_data_id"`
	MessageType      int8   `db:"message_type"`
	MessageData      string `db:"message_data"`
	HasMediaUnread   int8   `db:"has_media_unread"`
	EditMessage      string `db:"edit_message"`
	EditDate         int32  `db:"edit_date"`
	Views            int32  `db:"views"`
	Date             int32  `db:"date"`
	Deleted          int8   `db:"deleted"`
	CreatedAt        string `db:"created_at"`
	UpdatedAt        string `db:"updated_at"`
}

type ChannelParticipantsDO

type ChannelParticipantsDO struct {
	Id              int32  `db:"id"`
	ChannelId       int32  `db:"channel_id"`
	UserId          int32  `db:"user_id"`
	ParticipantType int8   `db:"participant_type"`
	InviterUserId   int32  `db:"inviter_user_id"`
	InvitedAt       int32  `db:"invited_at"`
	JoinedAt        int32  `db:"joined_at"`
	State           int8   `db:"state"`
	CreatedAt       string `db:"created_at"`
	UpdatedAt       string `db:"updated_at"`
}

type ChannelPtsUpdatesDO

type ChannelPtsUpdatesDO struct {
	Id         int64  `db:"id"`
	ChannelId  int32  `db:"channel_id"`
	Pts        int32  `db:"pts"`
	PtsCount   int32  `db:"pts_count"`
	UpdateType int8   `db:"update_type"`
	UpdateData string `db:"update_data"`
	Date2      int32  `db:"date2"`
	CreatedAt  string `db:"created_at"`
}

type ChannelsDO

type ChannelsDO struct {
	Id               int32  `db:"id"`
	CreatorUserId    int32  `db:"creator_user_id"`
	AccessHash       int64  `db:"access_hash"`
	RandomId         int64  `db:"random_id"`
	ParticipantCount int32  `db:"participant_count"`
	Title            string `db:"title"`
	About            string `db:"about"`
	PhotoId          int64  `db:"photo_id"`
	Link             string `db:"link"`
	Broadcast        int8   `db:"broadcast"`
	AdminsEnabled    int8   `db:"admins_enabled"`
	Deactivated      int8   `db:"deactivated"`
	Version          int32  `db:"version"`
	Date             int32  `db:"date"`
	CreatedAt        string `db:"created_at"`
	UpdatedAt        string `db:"updated_at"`
}

Jump to

Keyboard shortcuts

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