copying language when reply

This commit is contained in:
localhost_frssoft 2023-11-10 02:34:00 +03:00
parent 6a233f6cb2
commit 14898fea07
3 changed files with 5 additions and 1 deletions

View file

@ -19,4 +19,5 @@ type ReplyContext struct {
ReplySpoiler string
ReplyContent string
ForceVisibility bool
ReplyLanguage string
}