Documentation
¶
Index ¶
Constants ¶
View Source
const ( Command reqType = 0 Daily reqType = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNBot ¶
type SNBot struct {
// contains filtered or unexported fields
}
func (*SNBot) SendCoupons ¶
type Storage ¶
type Storage interface { GetNotUseCoupon(cid int64) ([]collector.Record, error) GetNotUseCouponCount(cid, count int64) ([]collector.Record, error) GetCountUser() (int, error) CountNotUseCoupon(cid int64) (uint64, error) MarkAsRead(cid int64, rr []collector.Record) error NewChat(chat *tgbotapi.Chat) error UpdChatActivity(cid int64, act bool) error }
Click to show internal directories.
Click to hide internal directories.