mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
pub use
d requests/PinChatMessage in requests/mod
This commit is contained in:
parent
b0aff65f71
commit
b500296ed6
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ pub use self::{
|
|||
forward_message::ForwardMessage, get_chat::GetChat, get_file::GetFile,
|
||||
get_me::GetMe, get_updates::GetUpdates,
|
||||
get_user_profile_photos::GetUserProfilePhotos,
|
||||
kick_chat_member::KickChatMember, restrict_chat_member::RestrictChatMember,
|
||||
kick_chat_member::KickChatMember, pin_chat_message::PinChatMessage,
|
||||
restrict_chat_member::RestrictChatMember,
|
||||
send_audio::SendAudio, send_chat_action::SendChatAction,
|
||||
send_contact::SendContact, send_location::SendLocation,
|
||||
send_media_group::SendMediaGroup, send_message::SendMessage,
|
||||
|
|
Loading…
Reference in a new issue