Make Photo importable from the top level package

This commit is contained in:
Dan 2018-06-28 20:02:31 +02:00
parent 29d45be0a5
commit bae7b4c851

View File

@ -29,8 +29,8 @@ from .api.errors import Error
from .client.types import ( from .client.types import (
Audio, Chat, ChatMember, ChatPhoto, Contact, Document, InputMediaPhoto, Audio, Chat, ChatMember, ChatPhoto, Contact, Document, InputMediaPhoto,
InputMediaVideo, InputPhoneContact, Location, Message, MessageEntity, InputMediaVideo, InputPhoneContact, Location, Message, MessageEntity,
PhotoSize, Sticker, Update, User, UserProfilePhotos, Venue, GIF, Video, Photo, PhotoSize, Sticker, Update, User, UserProfilePhotos, Venue, GIF,
VideoNote, Voice, CallbackQuery, Messages Video, VideoNote, Voice, CallbackQuery, Messages
) )
from .client.types.reply_markup import ( from .client.types.reply_markup import (
ForceReply, InlineKeyboardButton, InlineKeyboardMarkup, ForceReply, InlineKeyboardButton, InlineKeyboardMarkup,