protodoc.io
Project fmbot-discord/fmbot
Welcome
Readme
Commits
GitHub project
Download proto files
Desktop application
Contact us
album
artist
eurovision
google.protobuf
status
supporter
time
track
user
track
TrackEnrichment
GetLyrics
LyricsReply
LyricsRequest
SyncedLyric
package
track
Get desktop application:
View/edit binary Protocol Buffers messages
service
TrackEnrichment
track.proto:10
rpc
GetLyrics
(
LyricsRequest
,
LyricsReply
)
track.proto:11
message
LyricsRequest
track.proto:14
string
trackName
= 1
string
artistName
= 2
string
albumName
= 3
string
duration
= 4
message
LyricsReply
track.proto:26
bool
result
= 1
string
plainLyrics
= 2
repeated
SyncedLyric
syncedLyrics
= 3
message
SyncedLyric
track.proto:21
Used in:
LyricsReply
optional
google.protobuf.Duration
position
= 1
string
text
= 2