Skip to content

Commit 69f48e6

Browse files
committed
fix tables
1 parent 11728e6 commit 69f48e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/message.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ user 125 in the content.
742742
###### Message Pin Object Struture
743743

744744
| Field | Type | Description |
745-
| --------- | -------------------------------------------------------- | ------------------------------- |
745+
|-----------|----------------------------------------------------------|---------------------------------|
746746
| pinned_at | ISO8601 timestamp | the time the message was pinned |
747747
| message | [message](/docs/resources/message#message-object) object | the pinned message |
748748

@@ -970,14 +970,14 @@ Retrieves the list of pins in a channel. Requires the `VIEW_CHANNEL` permission.
970970
###### Query String Params
971971

972972
| Field | Type | Description | Default |
973-
| ------- | ----------------- | ----------------------------------------- | ------- |
973+
|---------|-------------------|-------------------------------------------|---------|
974974
| before? | ISO8601 timestamp | Get messages pinned before this timestamp | absent |
975975
| limit? | integer | Max number of pins to return (1-50) | 50 |
976976

977977
###### Response Structure
978978

979979
| Field | Type |
980-
| -------- | -------------------------------------------------------------------------- |
980+
|----------|----------------------------------------------------------------------------|
981981
| items | array of [message pin](/docs/resources/message#message-pin-object) objects |
982982
| has_more | boolean |
983983

0 commit comments

Comments
 (0)