DiscordBotList v0.1.0 DiscordBotList.Struct.Social View Source

Module representing the Social media connection types of a DiscordBotList.Struct.User struct.

Link to this section Summary

Types

The github username of the user.

The instagram username of the user.

The reddit username of the user.

t()

The twitter username of the user.

The youtube channel id of the user.

Link to this section Types

The github username of the user.

Link to this type

instagram()

View Source
instagram() :: String.t()

The instagram username of the user.

The reddit username of the user.

Link to this type

t()

View Source
t() :: %DiscordBotList.Struct.Social{
  github: String.t(),
  instagram: String.t(),
  reddit: String.t(),
  twitter: String.t(),
  youtube: String.t()
}

The twitter username of the user.

The youtube channel id of the user.