checkStickerSetNameResultOk property

CheckStickerSetNameResultOk? checkStickerSetNameResultOk

The name can be set

Implementation

CheckStickerSetNameResultOk? get checkStickerSetNameResultOk {
  if (this is CheckStickerSetNameResultOk) {
    return this as CheckStickerSetNameResultOk;
  }
  return null;
}