mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +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 action: ReplyMarkupButtonAction
|
||||
|
||||
init(title: String, titleWhenForwarded: String?, action: ReplyMarkupButtonAction) {
|
||||
public init(title: String, titleWhenForwarded: String?, action: ReplyMarkupButtonAction) {
|
||||
self.title = title
|
||||
self.titleWhenForwarded = titleWhenForwarded
|
||||
self.action = action
|
||||
@ -108,7 +108,7 @@ public struct ReplyMarkupButton: PostboxCoding, Equatable {
|
||||
public struct ReplyMarkupRow: PostboxCoding, Equatable {
|
||||
public let buttons: [ReplyMarkupButton]
|
||||
|
||||
init(buttons: [ReplyMarkupButton]) {
|
||||
public init(buttons: [ReplyMarkupButton]) {
|
||||
self.buttons = buttons
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user