package
Version:
v3.2.27
Opens a new window with list of versions in this module.
Published: Aug 8, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type RequestAppChatCreate struct {
Name string `json:"name"`
Owner string `json:"owner"`
UserList []string `json:"userlist"`
ChatID string `json:"chatid"`
}
type RequestAppChatUpdate struct {
ChatID string `json:"chatid"`
Name string `json:"name"`
Owner string `json:"owner"`
AddUserList []string `json:"add_user_list"`
DelUserList []string `json:"del_user_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.