slack_web_api v1.2.1 SlackWebAPI.Model.ObjsComment
Link to this section Summary
Link to this section Types
Link to this type
t()
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()
}