fix(client): exported MessageAction and MessageMedia
This commit is contained in:
parent
035435900b
commit
73d9a850ee
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
export * from './message-entity'
|
||||
export * from './message-action'
|
||||
export * from './message-media'
|
||||
export * from './message'
|
||||
export * from './search-filters'
|
||||
export * from './draft-message'
|
||||
|
|
|
@ -21,11 +21,11 @@ import {
|
|||
Invoice,
|
||||
Game,
|
||||
WebPage,
|
||||
MessageAction
|
||||
} from '@mtcute/client'
|
||||
import { MaybeArray } from '@mtcute/core'
|
||||
import { ChatMemberUpdate } from './updates'
|
||||
import { ChosenInlineResult } from './updates/chosen-inline-result'
|
||||
import { MessageAction } from '@mtcute/client/src/types/messages/message-action'
|
||||
import { UpdateState } from './state'
|
||||
import { UserStatusUpdate } from './updates/user-status-update'
|
||||
import { PollVoteUpdate } from './updates/poll-vote'
|
||||
|
|
Loading…
Reference in a new issue