KeyboardButtonType
public indirect enum KeyboardButtonType : Codable, Equatable, FunctionResult, TDEnum, EquatableEnumDescribes a keyboard button type
- 
                  
                  A simple button, with text that should be sent when the button is pressed DeclarationSwift case text
- 
                  
                  A button that sends the user’s phone number when pressed; available only in private chats DeclarationSwift case requestPhoneNumber
- 
                  
                  A button that sends the user’s location when pressed; available only in private chats DeclarationSwift case requestLocation
- 
                  
                  A button that allows the user to create and send a poll when pressed; available only in private chats - forceRegular: If true, only regular polls must be allowed to create
- forceQuiz: If true, only polls in quiz mode must be allowed to create
 DeclarationSwift case requestPoll(forceRegular: Bool, forceQuiz: Bool)
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           KeyboardButtonType Enumeration Reference
      KeyboardButtonType Enumeration Reference