Interface
APIChannelPinsPage
Paginated pins response from GET /channels/{id}/messages/pins.
Properties
| Name | Type | Description |
|---|---|---|
| has_more | boolean | Whether more pins exist. |
| items | APIChannelPinItem[] | Pinned messages on this page. |
Interface
Paginated pins response from GET /channels/{id}/messages/pins.
| Name | Type | Description |
|---|---|---|
| has_more | boolean | Whether more pins exist. |
| items | APIChannelPinItem[] | Pinned messages on this page. |