Skip to content

Commit e40d5df

Browse files
committed
feat: add folders support and archive commands
1 parent df57a0d commit e40d5df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tgcli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Dario <me@dgrp.es>"]
66
description = "Telegram CLI tool using grammers (pure Rust MTProto)"

src/app/send.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl App {
122122
media_type: None,
123123
media_path: None,
124124
reply_to_id: None,
125-
topic_id: Some(topic_id as i32),
125+
topic_id: Some(topic_id),
126126
})
127127
.await?;
128128

0 commit comments

Comments
 (0)