SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsComment View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsComment{
  comment: String.t(),
  created: integer(),
  id: String.t(),
  is_intro: boolean(),
  is_starred: boolean() | nil,
  num_stars: integer() | nil,
  pinned_info: %{optional(String.t()) => Map} | nil,
  pinned_to: [String] | nil,
  reactions: [ObjsReaction] | nil,
  timestamp: integer(),
  user: String.t()
}