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-entity'
|
||||||
|
export * from './message-action'
|
||||||
|
export * from './message-media'
|
||||||
export * from './message'
|
export * from './message'
|
||||||
export * from './search-filters'
|
export * from './search-filters'
|
||||||
export * from './draft-message'
|
export * from './draft-message'
|
||||||
|
|
|
@ -21,11 +21,11 @@ import {
|
||||||
Invoice,
|
Invoice,
|
||||||
Game,
|
Game,
|
||||||
WebPage,
|
WebPage,
|
||||||
|
MessageAction
|
||||||
} from '@mtcute/client'
|
} from '@mtcute/client'
|
||||||
import { MaybeArray } from '@mtcute/core'
|
import { MaybeArray } from '@mtcute/core'
|
||||||
import { ChatMemberUpdate } from './updates'
|
import { ChatMemberUpdate } from './updates'
|
||||||
import { ChosenInlineResult } from './updates/chosen-inline-result'
|
import { ChosenInlineResult } from './updates/chosen-inline-result'
|
||||||
import { MessageAction } from '@mtcute/client/src/types/messages/message-action'
|
|
||||||
import { UpdateState } from './state'
|
import { UpdateState } from './state'
|
||||||
import { UserStatusUpdate } from './updates/user-status-update'
|
import { UserStatusUpdate } from './updates/user-status-update'
|
||||||
import { PollVoteUpdate } from './updates/poll-vote'
|
import { PollVoteUpdate } from './updates/poll-vote'
|
||||||
|
|
Loading…
Reference in a new issue