public enum InlineQueryResultType extends Enum<InlineQueryResultType>
| Enum Constant and Description |
|---|
ARTICLE |
AUDIO |
CONTACT |
DOCUMENT |
GIF |
LOCATION |
MPEG4_GIF |
PHOTO |
STICKER |
VENUE |
VIDEO |
VOICE |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultType |
valueOf(String name) |
static InlineQueryResultType[] |
values() |
public static final InlineQueryResultType ARTICLE
public static final InlineQueryResultType PHOTO
public static final InlineQueryResultType GIF
public static final InlineQueryResultType MPEG4_GIF
public static final InlineQueryResultType VIDEO
public static final InlineQueryResultType AUDIO
public static final InlineQueryResultType VOICE
public static final InlineQueryResultType DOCUMENT
public static final InlineQueryResultType LOCATION
public static final InlineQueryResultType VENUE
public static final InlineQueryResultType CONTACT
public static final InlineQueryResultType STICKER
public static InlineQueryResultType[] values()
public static InlineQueryResultType valueOf(String name)
Copyright © 2016. All rights reserved.