Documentation ¶
Index ¶
- func GetChatBySelfID(selfUserId, chatId int32) (chat *mtproto.Chat)
- func GetChatFullBySelfId(selfUserId int32, chatData *chatLogicData) *mtproto.TLChatFull
- func GetChatListBySelfAndIDList(selfUserId int32, idList []int32) (chats []*mtproto.Chat)
- func NewChatLogicByCreateChat(creatorId int32, userIds []int32, title string) (chatData *chatLogicData)
- func NewChatLogicById(chatId int32) (chatData *chatLogicData, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChatBySelfID ¶
func GetChatFullBySelfId ¶
func GetChatFullBySelfId(selfUserId int32, chatData *chatLogicData) *mtproto.TLChatFull
func GetChatListBySelfAndIDList ¶
GetUsersBySelfAndIDList
func NewChatLogicById ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.