menu
nostr package
documentation
nostr.dart
ChannelMessage
ChannelMessage.new constructor
ChannelMessage.new constructor
dark_mode
light_mode
ChannelMessage
constructor
ChannelMessage
(
String
channelId
,
String
sender
,
String
content
,
Thread
thread
,
int
createTime
,
)
Implementation
ChannelMessage( this.channelId, this.sender, this.content, this.thread, this.createTime);
nostr package
documentation
nostr
ChannelMessage
ChannelMessage.new constructor
ChannelMessage class