InfoUsersRequest

case class InfoUsersRequest(include_locale: Option[Boolean], user: Option[String])
Value parameters:
include_locale

Set this to true to receive the locale for this user. Defaults to false

user

User to get info on

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product