We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7a944 commit fdac586Copy full SHA for fdac586
telegram/message/forward.go
@@ -23,7 +23,7 @@ func (b *ForwardBuilder) WithMyScore() *ForwardBuilder {
23
return b
24
}
25
26
-// DropAuthor sets flag to include your score in the forwarded game.
+// DropAuthor sets flag to forward messages without quoting the original author.
27
func (b *ForwardBuilder) DropAuthor() *ForwardBuilder {
28
b.dropAuthor = true
29
0 commit comments