Skip to content

Commit 44b60c5

Browse files
authored
Fix RichTextElementParts.Date.timestamp to be an int (#1560)
1 parent 8547826 commit 44b60c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack_sdk/models/blocks/block_elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@ def attributes(self) -> Set[str]:
21042104
def __init__(
21052105
self,
21062106
*,
2107-
timestamp: str,
2107+
timestamp: int,
21082108
format: str,
21092109
url: Optional[str] = None,
21102110
fallback: Optional[str] = None,

0 commit comments

Comments
 (0)