getChannelPins

open override fun getChannelPins(channelId: Snowflake): Flow<Message>(source)

Requests the pinned messages of the Channel with the given channelId.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.