toggle menu
Telegram Bot
7.6.2
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
EditedChannelPostUpdate
Edited
Channel
Post
Update
@
Serializable
(
with
=
EditedChannelPostUpdate.Companion::class
)
data
class
EditedChannelPostUpdate
(
val
updateId
:
Int
,
val
origin
:
Update
,
val
editedChannelPost
:
Message
)
:
ProcessedUpdate
,
UserReference
Members
Members & Extensions
Constructors
Edited
Channel
Post
Update
Link copied to clipboard
constructor
(
updateId
:
Int
,
origin
:
Update
,
editedChannelPost
:
Message
)
Properties
edited
Channel
Post
Link copied to clipboard
val
editedChannelPost
:
Message
origin
Link copied to clipboard
open
override
val
origin
:
Update
text
Link copied to clipboard
open
override
val
text
:
String
update
Id
Link copied to clipboard
open
override
val
updateId
:
Int
user
Link copied to clipboard
open
override
val
user
:
User
?
user
Or
Null
Link copied to clipboard
val
ProcessedUpdate
.
userOrNull
:
User
?
Functions
get
User
Link copied to clipboard
inline
fun
ProcessedUpdate
.
getUser
(
)
:
User