Method: Discordrb::Message#pinned

Defined in:
lib/discordrb/data/message.rb

#pinnedtrue, false (readonly) Also known as: pinned?

Returns whether the message is pinned or not.

Returns:

  • (true, false)

    whether the message is pinned or not.



61
62
63
# File 'lib/discordrb/data/message.rb', line 61

def pinned
  @pinned
end