package
Version:
v0.0.0-...-fb114ad
Opens a new window with list of versions in this module.
Published: Apr 21, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
Guest Role = 100 - iota
Bot
Banned
Admin Role = 255 - iota
Friend
Known
)
type User struct {
*tgbotapi.User
FromChatID int64 `json:"from_chat_id"`
FriendToken string `json:"friend_token,omitempty"`
Role Role `json:"role"`
}
func NewUser(user *tgbotapi.User) *User
Source Files
¶
Click to show internal directories.
Click to hide internal directories.