Uses of Class
org.drinkless.tdlib.TdApi.BackgroundFill
Packages that use TdApi.BackgroundFill
-
Uses of TdApi.BackgroundFill in org.drinkless.tdlib
Subclasses of TdApi.BackgroundFill in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classDescribes a freeform gradient fill of a background.static classDescribes a gradient fill of a background.static classDescribes a solid fill of a background.Fields in org.drinkless.tdlib declared as TdApi.BackgroundFillModifier and TypeFieldDescriptionTdApi.ChatPhotoSticker.backgroundFillThe fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported.TdApi.BackgroundTypeFill.fillThe background fill.TdApi.BackgroundTypePattern.fillFill of the background.TdApi.ThemeSettings.outgoingMessageFillThe fill to be used as a background for outgoing messages.Constructors in org.drinkless.tdlib with parameters of type TdApi.BackgroundFillModifierConstructorDescriptionA filled background.BackgroundTypePattern(TdApi.BackgroundFill fill, int intensity, boolean isInverted, boolean isMoving) A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.ChatPhotoSticker(TdApi.ChatPhotoStickerType type, TdApi.BackgroundFill backgroundFill) Information about the sticker, which was used to create the chat photo.ThemeSettings(int accentColor, TdApi.Background background, TdApi.BackgroundFill outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor) Describes theme settings.