# Functions
MakeInvalidBatchTypeError returns ErrInvalidUsersBatchType with added bathtype info.
MakeUser creates User with passed values.
# Constants
UsersBatchTypeBusinessAccounts represents business accounts.
UsersBatchTypeFollowers represents user's followers.
UsersBatchTypeFollowings represents user's followings.
UsersBatchTypeLostFollowers represents lost followers.
UsersBatchTypeNewFollowers represents new followers.
UsersBatchTypeNotMutual represents users that not following back.
UsersBatchTypeUnknown is unknown type, to cover default value case.
# Variables
EmptyUsersBatch represents nil batch.
ErrInvalidUsersBatchType means that batch type not supported.
# Structs
Limits represents action limits.
User stores information about user.
UsersBatch represents info about specific type of users (followers, followings).
# Type aliases
UsersBatchType marks what is the type of users stored in the batch.