Skip to content

Commit

Permalink
Fix RichTextElementParts.Date.timestamp to be an int (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah authored Sep 10, 2024
1 parent 8547826 commit 44b60c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_sdk/models/blocks/block_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ def attributes(self) -> Set[str]:
def __init__(
self,
*,
timestamp: str,
timestamp: int,
format: str,
url: Optional[str] = None,
fallback: Optional[str] = None,
Expand Down

0 comments on commit 44b60c5

Please sign in to comment.