Skip to content

Commit

Permalink
fix(AppUserData): doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
trakhimenok committed Nov 25, 2023
1 parent 8149b0a commit 261b817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion botsfwmodels/app_user_data.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package botsfwmodels

// AppUserData holds information about bot app user
// AppUserData is a record where information about app user is stored.
// Bots can use it to store information about a user like names, preferred locale.
type AppUserData interface {

// SetBotUserID associates bot user ID with an app user record
Expand Down

0 comments on commit 261b817

Please sign in to comment.