mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-15 00:05:04 +02:00
@ -189,6 +189,12 @@ func main() {
|
||||
URL: "https://picsum.photos/600/200.jpg",
|
||||
},
|
||||
},
|
||||
notion.AudioBlock{
|
||||
Type: notion.FileTypeExternal,
|
||||
External: ¬ion.FileExternal{
|
||||
URL: "https://download.samplelib.com/mp3/sample-3s.mp3",
|
||||
},
|
||||
},
|
||||
notion.VideoBlock{
|
||||
Type: notion.FileTypeExternal,
|
||||
External: ¬ion.FileExternal{
|
||||
|
Reference in New Issue
Block a user