The highest tagged major version is
v3.
package
Version:
v2.0.1-beta10
Opens a new window with list of versions in this module.
Published: Jun 17, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
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.