mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-26 21:20:43 +00:00
- initialized visibility changed [skip ci]
This commit is contained in:
parent
96b565875c
commit
57c628780e
@ -78,7 +78,7 @@ public struct ReplyMarkupButton: PostboxCoding, Equatable {
|
|||||||
public let titleWhenForwarded: String?
|
public let titleWhenForwarded: String?
|
||||||
public let action: ReplyMarkupButtonAction
|
public let action: ReplyMarkupButtonAction
|
||||||
|
|
||||||
init(title: String, titleWhenForwarded: String?, action: ReplyMarkupButtonAction) {
|
public init(title: String, titleWhenForwarded: String?, action: ReplyMarkupButtonAction) {
|
||||||
self.title = title
|
self.title = title
|
||||||
self.titleWhenForwarded = titleWhenForwarded
|
self.titleWhenForwarded = titleWhenForwarded
|
||||||
self.action = action
|
self.action = action
|
||||||
@ -108,7 +108,7 @@ public struct ReplyMarkupButton: PostboxCoding, Equatable {
|
|||||||
public struct ReplyMarkupRow: PostboxCoding, Equatable {
|
public struct ReplyMarkupRow: PostboxCoding, Equatable {
|
||||||
public let buttons: [ReplyMarkupButton]
|
public let buttons: [ReplyMarkupButton]
|
||||||
|
|
||||||
init(buttons: [ReplyMarkupButton]) {
|
public init(buttons: [ReplyMarkupButton]) {
|
||||||
self.buttons = buttons
|
self.buttons = buttons
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user